Hi,
I have created a zen subtheme using zenophile. The styles for this theme are not being applied. I have come to the conclusion that Drupal core styles are still getting priority. As an example Firebug reveals the following for the site header:
http://localhost/smbDev/sites/default/files/css/css_t1WbbTV96Qw-2gA2kCclBnfz...
#header .section (line 3)
{
}
I have tried clearing all caches, checked permissions and looked at apache logs and am now out of ideas. Can anyone help?
Have you cleared Firefox's cache? I've had several "problems" lately where that was the culprit.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: "magnus@ditch.org.uk"
I have created a zen subtheme using zenophile. The styles for this theme are not being applied. I have come to the conclusion that Drupal core styles are still getting priority. As an example Firebug reveals the following for the site header:
http://localhost/smbDev/sites/default/files/css/css_t1WbbTV96Qw-2gA2kCclBnfz...
#header .section (line 3)
{
}
I have tried clearing all caches, checked permissions and looked at apache logs and am now out of ideas. Can anyone help?
Hi Nancy,
I wondered about thi also. I have tried clearing ff cache and rebuilding registry on page loads. My page source has numerous entries like this:
<link type="text/css" rel="stylesheet" href="http://localhost/smbDev/sites/default/files/css/css_xUVeB_ksTZKi_FrW3eccdNyNWbDwco6twE9WHrQL15c.css" media="all" />
This is why I think the overrides are not being effected.
Thanks,
Magnus
Have you cleared Firefox's cache? I've had several "problems" lately where that was the culprit.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: "magnus@ditch.org.uk"
I have created a zen subtheme using zenophile. The styles for this theme are not being applied. I have come to the conclusion that Drupal core styles are still getting priority. As an example Firebug reveals the following for the site header:
http://localhost/smbDev/sites/default/files/css/css_t1WbbTV96Qw-2gA2kCclBnfz...
#header .section (line 3)
{
}
I have tried clearing all caches, checked permissions and looked at apache logs and am now out of ideas. Can anyone help? --
[ Drupal support list | http://lists.drupal.org/ ]
You have CSS aggregation turned on (admin/settings/performance). Disable it, clear your cache, and you should see your changes.
Steve
On Sep 29, 2011, at 10:36 AM, magnus@ditch.org.uk wrote:
Hi Nancy,
I wondered about thi also. I have tried clearing ff cache and rebuilding registry on page loads. My page source has numerous entries like this:
<link type="text/css" rel="stylesheet" href="http://localhost/smbDev/sites/default/files/css/css_xUVeB_ksTZKi_FrW3eccdNyNWbDwco6twE9WHrQL15c.css" media="all" />
This is why I think the overrides are not being effected.
Thanks,
Magnus
Have you cleared Firefox's cache? I've had several "problems" lately where that was the culprit.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: "magnus@ditch.org.uk"
I have created a zen subtheme using zenophile. The styles for this theme are not being applied. I have come to the conclusion that Drupal core styles are still getting priority. As an example Firebug reveals the following for the site header:
http://localhost/smbDev/sites/default/files/css/css_t1WbbTV96Qw-2gA2kCclBnfz...
#header .section (line 3)
{
}
I have tried clearing all caches, checked permissions and looked at apache logs and am now out of ideas. Can anyone help? --
[ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
I am seeing my changes after doing this. Thank you.
You have CSS aggregation turned on (admin/settings/performance). Disable it, clear your cache, and you should see your changes.
Steve
On Sep 29, 2011, at 10:36 AM, magnus@ditch.org.uk wrote:
Hi Nancy,
I wondered about thi also. I have tried clearing ff cache and rebuilding registry on page loads. My page source has numerous entries like this:
<link type="text/css" rel="stylesheet" href="http://localhost/smbDev/sites/default/files/css/css_xUVeB_ksTZKi_FrW3eccdNyNWbDwco6twE9WHrQL15c.css" media="all" />
This is why I think the overrides are not being effected.
Thanks,
Magnus
Have you cleared Firefox's cache? I've had several "problems" lately where that was the culprit.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: "magnus@ditch.org.uk"
I have created a zen subtheme using zenophile. The styles for this theme are not being applied. I have come to the conclusion that Drupal core styles are still getting priority. As an example Firebug reveals the following for the site header:
http://localhost/smbDev/sites/default/files/css/css_t1WbbTV96Qw-2gA2kCclBnfz...
#header .section (line 3)
{
}
I have tried clearing all caches, checked permissions and looked at apache logs and am now out of ideas. Can anyone help? --
[ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
On 29/09/11 18:21 +0100, magnus@ditch.org.uk wrote:
Hi,
I have created a zen subtheme using zenophile. The styles for this theme are not being applied. I have come to the conclusion that Drupal core styles are still getting priority. As an example Firebug reveals the following for the site header:
http://localhost/smbDev/sites/default/files/css/css_t1WbbTV96Qw-2gA2kCclBnfz...
This is an aggregated and cached CSS. You should disable CSS-caching while doing theme development and clear the Drupal cache.
regards Rolf