Closed (fixed)
Project:
Omega
Version:
7.x-3.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2011 at 17:37 UTC
Updated:
4 Feb 2012 at 16:30 UTC
Hi... I just tried using the responsive layout stylesheets in my subtheme. It wasn't working when my theme name had an underscore in it. When I created a subtheme without an underscore everything worked great!
Comments
Comment #1
JSCSJSCS commented"When you create your subtheme, you will need to rename the "starterkit-omega-XXXX" part of your CSS files with your subtheme name, replacing any underscores ('_') you many have used in your subtheme name with dashes ('-'). For instance, if your subtheme name was "custom_theme", you would rename the file starterkit-omega-html5-alpha-default.css to custom-theme-alpha-default.css."
From: http://mydrupaljourney.com/articles/2011/06/30/omega-starterkit-css-files
Comment #2
mixxmac commentedAhh... thanks for that!
Comment #3
ebeyrent commentedIs there a reason for this extra step? It seems unnecessarily restrictive.
Comment #4
marcoka commented