Does anyone have experience with the color module?
I created a sub-theme based on the omega-html5 starter kit.
I used the CSS starter file from https://github.com/benhosmer/Omega which I named color.css and added to the .info file as "stylesheets[all][] = color/colors.css".
I added the color module and added the named areas in the colors.css file to the fields and schemes arrays in the color.inc file.
I added the "function mytheme_process_html" and "function mytheme_process_page" functions for the color module to the template.php file.
In the theme settings page the color module shows, I can change the color values, and when I save and reload the theme settings the new colors are shown. However, the css file that is written into the files\color directory has the original color values and not the new ones. For some reason the color changes are not being saved into the file. Any suggestions on what / where to check for a solution are appreciated.
Thank you.
Comments
for the next person
I found that with the color module, the first time a theme is enabled it creates 4 rows in the variables table. If the names or number of items in the color.inc file have changed (new version of the theme or site buillder adds them) those might not be reflected on the admin appearance screen. Those 4 rows can be manually deleted.