Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
CSS/HTML Markup
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2009 at 03:48 UTC
Updated:
15 Feb 2010 at 03:10 UTC
Greetings,
I installed the Zen 6.x-2.x-dev version (created a sub-theme) and for some reason the theme is not recognizing the CSS. I'm attaching a screen-shot of the block admin page (zen-6.x-2.x-dev.png). I've checked the naming of the sub-theme in the .info file as well as the template.php and them-settings.php files.
When I installed the 6.x-1.1 version (created a sub-theme) the theme recognizes the CSS (see attached file 6.x-1.1.png of the block admin page as well).
If anyone has any insight into what may be the issue here, I'd appreciate your feedback on this!
Thanks in advance.
Scott
| Comment | File | Size | Author |
|---|---|---|---|
| 6.x-1.1.png | 22.84 KB | scott859 | |
| zen-6.x-2.x-dev.png | 33.1 KB | scott859 |
Comments
Comment #1
ishmael-sanchez commentedHello,
How many modules do you have enabled? Are you using IE? If so this could be your issue http://groups.drupal.org/node/34954.
Comment #2
johnalbinyeah, if its IE's 31 stylesheet limit, try using this module during development: http://drupal.org/project/ie_css_optimizer
And then when your site goes into production, turn on CSS file optimization on admin/settings/performance so that all your stylesheets are combined into a single file.
Comment #3
ishmael-sanchez commented