When Skinr Context module is enabled no skins applied to Panel panes ever appear. This is due to Context not being initialized at the point when panes are themed.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Skinr with Context Enabled.png | 32.4 KB | ericinwisconsin |
| #2 | Skinr with Context Disabled.png | 46.43 KB | ericinwisconsin |
| #1 | patch_commit_839b8a8250ff.patch | 4.3 KB | moonray |
Comments
Comment #1
moonray commentedThis patch enters the CSS classes as placeholders on first run, then replaces those placeholders with actual CSS classes once all context is initialized.
Comment #2
ericinwisconsin commentedThanks for the quick reply, moonray. I applied the patch, but no change. Here are the modules I'm using.
MODULES:
--------
Context 7.x-3.0-beta2+12-dev
Skinr 7.x-2.0-beta1
THEMES:
-------
tb_methys 7.x-1.0
Omega Base Theme 7.x-3.x-dev
And I've attached a couple of screenshots with and without the Context module. I wouldn't mind just forgetting the Context module if it would work, but even when it gives me the options to change the colors, they don't work.
Comment #3
moonray commented#2 is looks to be for issue #1560230: Changing Colors Doesn't Work.
I've committed this patch. Reopen if you find issues with it.