Closed andreasma closed 4 years ago
@andreasma could you attach a screenshot (ideally with the dev toolbar where I can see the failed request)? Maybe the resource registry changed somehow in Plone 5.2.1.
A Screenshot from Home of a new Plone 5.2.1 site.
And here a Screenshot from the developer tools - inspector - sources:
HTH
Maybe this PLIP is getting into the way?: https://github.com/plone/Products.CMFPlone/issues/1742
Remove support for old style resource registries For Developers Support for old-style resource registries (cssregistry.xml and jsregistry.xml) was removed completely along with the tools portal_css or portal_javascript. You need to add resources using the new Resource Registry. See resources for detailed instructions. https://docs.plone.org/adapt-and-extend/theming/resourceregistry.html#resource-registry-resources
@andreasma fixed and released with https://pypi.org/project/kitconcept.dsgvo/1.1.1/#id1. You might have to re-install the add-on.
I created a new Plone buildout using Python 3.6 and Plone 5.2.1 with kitconpept 1.1 and the dsgvo-banner displays in the top part of the site. I looked via webdeveloper - inspector into the source of the rendered website and there seemed no dsgvo.css loaded. I checked also via Resource Registries and Configuration Registry of the site, if there is a dsgvo.css listed. But it is not.