
The Theme developer box works fine on the Dashboard and other admin pages.
But on the public facing "theme" pages it doesn't show at all.
So far I have:
a) Uninstalled and Reinstalled the Theme Developer Module AND simplehtml API version 7.x-1.12
as per https://www.drupal.org/project/devel_themer
b) Checked the Permissions page but can't see anything related to Theme Developer permissions
c) Tried commenting out some lines in the common.inc file for the sake of experimentation as per
https://www.drupal.org/node/2370777
d) Tried setting and unsetting JS compression as per
https://www.drupal.org/node/1790402
e) Complete cache flush after each of the above.
Still absolutely no luck.
Any suggestions?
I am running this on my desktop local host btw.
Comments
Update: Looks like there was
Update: Looks like there was some javascript conflict with one of the other modules.
I disabled the Flicker modules and now the Theme Developer module is fine.