1) With interlaced themes, style switcher block shows up as it should, but checking styles and saving has virtually no effect. Nothing shows up in the current theme AT ALL.

2) My default theme is (a version of) Chameleon. Here, the themedev works as it's supposed to, but eEven if block location is set to right, it shows up lower left with a fancy styling unrelated to the them.

Comments

adrinux’s picture

1) With interlaced themes, style switcher block shows up as it should, but checking styles and saving has virtually no effect.
Do you have a live site where we can see that happening?
'Virtually'? Does that mean some of the themedev styles work?
Due to changes in Drupal core it's no longer possible for me to make the themedev.module's stylesheets get loaded last. Please check that in your page.tpl.php has print $styles after any stylesheets that the theme links to.

You might just want to use better tools. Despite taking the time to update this module to 4.7 I find myself no longer using it. Xyle Scope (OS X app that works a bit like the Firefox DOM inspector) and Firebug (Firefox extension) meet my needs. I'm not planning on updating this module beyond 4.7.

it shows up lower left with a fancy styling unrelated to the them.
That's a feature, not a bug!
If you don't like that feature you can either use the admin page or alter the module so it doesn't include it's own stylesheet, or just empty themedev.css.

adrinux’s picture

Status: Active » Closed (fixed)

Closing this before mothballing themedev