Closed (fixed)
Project:
DesignKit
Version:
6.x-1.0-alpha5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2010 at 05:06 UTC
Updated:
21 Jul 2010 at 18:20 UTC
Hi,
I have tried everything I can think of to make this module work. I have edited the .info file as described. This successfully adds a color uption to admin/build/themes/whatever, however, the css that I put in designkit.tpl.php does nothing. Even something simple like:
body { background: #F00; }has absolutely zero effect on the page. I've put the designkit.tpl.php in every folder; it just doesn't get picked up. I don't get it. Please help.
Comments
Comment #1
RyanJLind commentedNevermind. Had to remove the pass by references (replace &$ with $ in designkit.module.)
Comment #2
entrigan commentedcan you please explain further? I am unable to get designkit.tpl.php to work as well, but I do not see where pass by references will affect this.
Comment #3
entrigan commentedTo clarify the problem: designkit is enabled and at least partially working. It adds the designkit class to the body, however the designkit.tpl.php is not getting added.
Comment #4
entrigan commentedafter looking into it I discovered the issue was with using the ninesixty base theme which reorders/resets the css in a way that seems to loose the designkit styles. For now I have worked around this by including the following code in mytheme_preprocess_page()\