Tagged Questions
0
votes
3answers
363 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 ...
0
votes
0answers
48 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 ...
10
votes
2answers
426 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
163 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 ...
0
votes
1answer
56 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
482 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
149 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
359 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 ...
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?
-3
votes
1answer
166 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
153 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
vote
3answers
357 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 ...
2
votes
1answer
460 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
...