Closed (fixed)
Project:
AdaptiveTheme
Version:
7.x-3.0-rc2
Component:
Theme Settings
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2012 at 07:07 UTC
Updated:
16 Jun 2012 at 08:01 UTC
I want to use responsive.cascade.css but it's not loaded. There's a note that it has to be enabled but I can't find this theme setting. I search for any reference to that file in adaptivetheme module and I didn't find any. It looks like this worked before (7.x-2.x?) but doesn't now.
Comments
Comment #1
ogi commentedNow I see that this file is renamed to
responsive.custom.cssin RC2 and this change is documented in release notes. There are still references to the old filename though:Comment #2
Jeff Burnz commentedUpgrade to 7.x-3.x-dev, its being released as the stable version this week any way. There is a small bug in RC2.
Totally uninstall your sub-theme, follow this guide:
http://adaptivethemes.com/documentation/how-to-uninstall-or-re-install-a...
You may need to take a look at the actual default settings in your themes info file, and make sure the setting for this stylesheet exists and is correct, i.e.:
settings[enable_custom_media_queries] = 1Note this file changes its name in 7.x-3.x-dev toresponsive.custom.css. I was very reluctant to make this change but ultimately it makes more sense to just be a custom media query file, not just for cascading media queries.He he, crosspost, yes you found it, I need to update those docs also! Sorry about this confusion and issue, it was a bit of last minute feedback from some other users that swayed me to change the name, I do think it makes more sense.
Comment #3
Jeff Burnz commentedDocs have been updated.