Active
Project:
Advanced Theme Construction Kit (ATCK)
Version:
6.x-6.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 14:43 UTC
Updated:
15 Mar 2010 at 17:24 UTC
Finally! This module is a great idea, and long overdue - thanks for tackling this problem!
Unfortunately, I can't get it to work with the ATCK theme, even with the Color module disabled. I'm not using the Conditional Stylesheet module; there is a main page-layout.css in the theme with conditional calls to IE6 and 7 stylesheets in head, as well as a call to a main style.css - perhaps this is more complex than average.
I'll keep an eye out for updates - this would be a real timesaver! Thanks again... keep up the good work.
Comments
Comment #1
ademarco commentedHi,
it is the same situation like #469864: Not working for yaml CSS framework. One solution could be to add these lines in
atck_preprocess_page()in the theme's template.php:But it didn't worked also because $vars is not passed by reference, apparently... I'll have a better look.
Comment #2
bcobin commentedThank you, Antonio - much appreciated!
Comment #3
donquixote commentedDoes the following patch solve the issue?
#693180: Overriding module CSS files does not work with unlimited_css
Comment #4
donquixote commentedI think this is an atck issue.