Tagged Questions
0
votes
0answers
67 views
Drupal 7 - CSS not loading in IE, js error 'jQuery not defined'
CSS isn't loading in IE only. I have the css and js files compressed. Only in IE i'm getting several js errors, starting with the error 'jQuery not defined'. The website is http://pattersoneng.com
0
votes
1answer
24 views
How do I put this custom CSS and JavaScript into a certain block?
I'm having a hard time getting this:
http://dev.chrisruno.com/sahshe/quiz/
To go into a block in this node:
http://sahshe.chrisruno.com/?q=node/22#
I've successfully included the two Javascript files ...
0
votes
1answer
59 views
How to minify JS and CSS in D7 without using modules
One of the most promising D7 module http://drupal.org/project/advagg for minification and aggregation of CSS and JS isn't ready for production sites yet.
In such a situation which is the best option?
...
1
vote
1answer
495 views
Make Collapsible Table Rows with Drupal 7?
I'm looking to make a Drupal 7 table with collapsible rows. I'm really looking to do what was asked in http://stackoverflow.com/questions/801082/how-to-implement-collapsible-table-rows-in-javascript
...
0
votes
0answers
152 views
drupal 7 is trying to get js and css via https and this breaks the site
For some reason, anonymous users see my site as broken, and I realised this happens because pages call js and css files with https. But I don't have ssl configured, so this breaks.
What could cause ...
0
votes
1answer
364 views
Adding JS and CSS Dynamically to Override Theme
In Drupal 7 I'm trying to add JavaScript and CSS to dynamically modify the content in a theme. I've spent a good amount of time going over the Drupal documentation, several Drupal books, and the ...
-3
votes
1answer
168 views
How do I implement CSS + JavaScript scripts on specific pages on our Drupal site? [closed]
I've been asking a lot of questions here over the past few days trying to tinker with different areas of this template I'm building. I just wanted to make something that works so it would be easy to ...
2
votes
1answer
59 views
Performance (or other) benefit to adding CSS and JS files in a .info file rather than tpl?
Ive always the Zen theme and added additional CSS and JS files in the page's tpl file, rather than using the .info file. Is their any performance or other downside to my method?
Thanks
1
vote
1answer
154 views
Can i populate the empty sites/default/files/ with files from a local installation?
There are no JavaScript and CSS files in the following folders:
/home/vhost/WWW/mysite.com/sites/default/files/js
/home/vhost/WWW/mysite.com/sites/default/files/css
All the folders are empty. Can ...
-1
votes
1answer
262 views
JavaScript and CSS settings fail unexpectedly: The files were not created [duplicate]
Possible Duplicate:
Drupal Commons site has no style after installation
See the Drupal Commons site running on boysday.org
well how to start. i am new to drupal and I have serious flaws ...
2
votes
1answer
464 views
Drupal Commons site has no style after installation
Drupal Commons site has no style after installing it: It looks like campus-24.com.
Note the JavaScript and CSS files are in:
/home/vhost/WWW/campus-24.com/sites/default/files/js
...
2
votes
2answers
164 views
How to remove a “new” indicator when clicking on a link?
I'm showing a list of content in a view and there is a red "new" indicator (field content: has new content) next to the title link. The problems is that when you click a link to read the content and ...
1
vote
3answers
362 views
varnish + multiple webheads = files/(css/*.css|js/*.js) missing
I have this weird issue and I'm not sure if it's me who's doing something wrong or I'm just missing something but maybe some of you can guide me a little bit here...
i setup a varnish server, within ...
0
votes
3answers
366 views
Content items with multiple images
I have created a content item in Drupal 7 which has multiple image fields (well it has an image field that accepts multiple images).
When I display the item, the images are displayed one under the ...
1
vote
1answer
720 views
Remove jQuery and find out what is asking it to be included
I'm using drupal 7 and I simply don't want jQuery included at all. It seems like most people are advocating modify the js in a theme hook. That's fine I suppose, but it seems like this is dangerous ...
10
votes
2answers
437 views
How to handle / cleanup obsolete aggregated css / js?
I'm only using Drupal 7 built in CSS / JS aggregation, however the files folder where the css.gz and js.gz files live are filling up at a fairly rapid pace, and while I'm sure it'll be a while before ...
2
votes
2answers
3k views
How to add JavaScript to my Drupal site?
I am new to Drupal. I have knowledge of JavaScript and CSS. I googled, but I did not find an explanation on how to add JavaScript to my site. How can I add JavaScript and CSS to my site? Are there any ...
0
votes
1answer
304 views
Adding assets (css/js) for a custom module block (and withstanding a cache enabled install)
I've created my own block which calls a hook_theme implementation which then prepares some data and then renders myblock.tpl.php
All of the above is working fine but my module does have some required ...
1
vote
1answer
116 views
Themes folder path changes
I am developing a site, in which my client has only access to sites/default/files path(their company allows only this path as public) today i got a new requirement that theme files such as css and js ...
1
vote
2answers
479 views
Adding a clickable area to the logo
At my Drupal 7.4 website with the default Bartik theme and no contributed modules, I have a big logo (715 x 280 px) and no slogan. These are my settings:
I'm trying to figure out the best way to ...
5
votes
2answers
1k views
Add JavaScript files to the administrative pages
How do I add JavaScript/CSS files in every administration pages, using a module?
5
votes
2answers
5k views
How to add CSS and JS files on node pages from theme's template.php
I am trying to add JavaScript and CSS files to one node type page from my template.php file but it is not working. Here is my template.php code:
<?php
// $Id: template.php,v 1.13 2010/12/14 ...
1
vote
0answers
359 views
Figure out the difference between loaded JS, CSS files, and files needed to be loaded for new content
I'm looking for a way to figure out what CSS and JavaScript files are loaded, and what else CSS and JavaScript files needed to be loaded for new content I'm injecting with AJAX.
I've am module file, ...