I am developing two independent themes for plone classic UI. Suddenly both development environments stopped to theme the sites. Strange thing is they were working last week and I made no changes. Even a new Plone website with barceloneta theme is unstyled. The themes are active, but it seems diazo is not applied, as the html is no from the diazo index.html template. Anyone has an idea how to debug and fix the problem?
When you add ?diazo.debug=1 at your URL while being in development mode, you see which Diazo rules are applied and which are not.
Additionally it's good to check, which theme is activated (see @@theming-controlpanel). See also in /portal_skins/manage_propertiesForm if the settings look correct.
Edit: If you are keen to deeply debug things, you can look into the Transform-Adapter "plone.app.theming.transform" and set a break point there. That's the part where Diazo acts.