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

himerus’s picture

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.

himerus’s picture

Title: Change CSS loading method to get color module alter to work » Fix Omega CSS loading order/method
Status: Active » Needs review

Committed to dev branch for further testing.

himerus’s picture

Status: Needs review » Reviewed & tested by the community
himerus’s picture

Status: Reviewed & tested by the community » Fixed

.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.