wacon-internet-gmbh / wacon_cookie_management

WCM ist eine TYPO3 Extension, die es den Besuchern Ihrer Website erlaubt, die benutzten Cookie-Einstellungen selber zu kontrollieren.
https://www.wacon.de
GNU General Public License v2.0
10 stars 7 forks source link

Conflict with pagelist and personnel Extensions #36

Closed mikeemike7 closed 2 years ago

mikeemike7 commented 2 years ago

Finally a Consent Manager that is clear and works fine! :-) However, there is a conflict with the extensions Pagelist and Personnel for microtemplate extension: the constants for the breakpoints no longer work when wacon_cookie_management is added. Any idea where to start?

...So, the "error" is in the setup.typoscript: if the lines for loading the jquery.min.js are commented out there, everything seems to work fine (jquery.min.js already exists in v3.6.0 an WCM tries to load v3.2.1.). Can this (loading jquery) be solved in upcomming versions more elegantly, e.g. via constants in the BE?

PKuhlmay commented 2 years ago

Hi @mikeemike7

Can you please check if the error disappears with the branch add-possibility-to-disable-jquery ? I added a switch with which you can disable the loading of jQuery inside the extension. If you disable it, jQuery will not be loaded. Inside the template module, go to constant editor and edit the constant for tx_waconcookiemanagement_cookiefreigabe.settings.includeJQuery

mikeemike7 commented 2 years ago

It was due to the outdated jquery version. Thanks for the work!