Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
When i view my site in IE7 the background of the theme is not shown. I have no issues with Firefox. I will post a screenshot in hopes that it will help.
Nevermind. I found the problem. If you go to admin/settings/performance and disable optimize CSS files the site displays as it should. So, I guess that is a bug with the Deco theme.
I have the same issue - just in IE7 (have not tested earlier versions of IE). In Firefox, all is fine. Here is the site http://www.fdweddingflowers.com. Only a problem on the home page. I've disabled "optimize CSS", but the problem did not go away (have cleared cache several times since, also).
Any advice on how I can tackle this issue would be much appreciated. I'm at a loss.
Comments
Comment #1
asoder commentedNevermind. I found the problem. If you go to admin/settings/performance and disable optimize CSS files the site displays as it should. So, I guess that is a bug with the Deco theme.
Comment #2
MamaGubs commentedI have the same issue - just in IE7 (have not tested earlier versions of IE). In Firefox, all is fine. Here is the site http://www.fdweddingflowers.com. Only a problem on the home page. I've disabled "optimize CSS", but the problem did not go away (have cleared cache several times since, also).
Any advice on how I can tackle this issue would be much appreciated. I'm at a loss.
Comment #3
NickWebman commentedIE can't handle 30+ css style sheets. That might be the problem here. See this unlimited CSS module -> http://drupal.org/project/unlimited_css
Comment #4
runeveryday commentedno,the style also can't work. but i found Heine Deelstra's(drupal Security team members) site (http://heine.familiedeelstra.com )is right.
Comment #5
heine commentedThis is due to a core bug (#113607: Import @import commands when building CSS cache, #413296: CSS optimization/aggregation fails on files that use specific variations of @import).
To remedy, I removed from style.css the lines:
then added the following lines to
deco.infodirectly belowstylesheets[all][] = style.cssComment #6
runeveryday commentedi have done this, it seems not work, the layout is disorderly.the code in deco.info later is
is it right ?
Comment #7
heine commentedNo, you have layout.css in there twice. I have
Make sure to visit
admin/build/themesto refresh theme info. Next, use the "Clear cached data" button onadmin/settings/performance.Comment #8
runeveryday commentedgot it. it's ok! thank you very very ...much!
Comment #9
klaasvw commentedChanging the title to better reflect the issue / task.
I would consider this as a bug because it's not properly using drupal's APIs.