Download & Extend

Fix Omega CSS loading order/method

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

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.

#3

Status:needs review» reviewed & tested by the community

#4

Status:reviewed & tested by the community» fixed

.

#5

Status:fixed» closed (fixed)

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

nobody click here