Posted by himerus on February 28, 2011 at 5:35pm
2 followers
Jump to:
| Project: | Omega |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | himerus |
| Status: | closed (fixed) |
Issue Summary
Currently, Omega is using process_html to alter the CSS, and it is causing issues when attempting to load up the color module on a subtheme.
Rather than using process_html() this may need to be moved to omega_css_alter() or investigate another method.
Comments
#1
This actually works with moving the code simply to preprocess_html rather than process_html, allowing css to be altered properly in process_html and html_alter.
This will be committed after a bit more testing, and in the 2.1 release.
#2
Committed to dev branch for further testing.
#3
#4
.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.