Hello @neuspurcom
if you use WP Rocket you have to add a exclude rule for the dsgvo plugin.
https://imgur.com/K4rZ9MR
But you have to add the path without -pro 🙂
Also a problem is async laoding (i think last option).
The js files from the dsgvo plugin should not be loaded async.
But you can use async loading with this small plugin https://docs.wp-rocket.me/article/976-exclude-files-from-defer-js
Note: You have to edit the plugin main file and change the path/directory.
Cheers, Michael
-
This reply was modified 3 years, 3 months ago by
mlfactory.
No answer so i think fixed.
And please @neuspurcom – update the plugin to the lastest version.
Cheers, Michael
Hey. I have the same problem and i excluded this: /wp-content/plugins/dsgvo-all-in-one-for-wp/assets/js/(.*).js
But it doesn`t work. I don’t understand the second option in your answer. Can you explain it again please?
Sry, I did not subscribe to this topic.
My solution was to define exclude roles at “daten-optimierung”. (the chapter between Cache and Media) It worked.
CSS exclude
/wp-content/dsgvo-all-in-one-wp-pro/(.*).css
JS exclude:
/wp-content/plugins/dsgvo-all-in-one-for-wp-pro/assets/js/(.*).js
Some other problems I consider to be caused by low memory at the backend. When I moved the installation to another host all troubles were gone.
folgende Meldung in der Konsole:
“ReferenceError: jQuery is not defined”
Und das Popup erscheint weiterhin nicht
Evtl gibt es umschliessende Funktionen “(function ($) {” bzw “jQuery(document).ready(function () {”, dann wäre besser „document.addEventListener(‘DOMContentLoaded’,function(event){„
Aber ich habe deinen Code noch nicht analysiert, jQuery Fehler ist es jedenfalls…
Ich habe jetzt jQuery auch in der Liste „JS exclude“ von WP Rocket, dann geht es, aber glücklich bin ich nicht damit
Thank you for providing the solution. I am having this issue with my carpet cleaning website but only on a specific post (you can check HERE ). This thing feels strange to me I guess the file is which is creating that issue is used on this post specifically or something like that!
I have excluded the file and after that I fac some speed issues. I don’t know why the website is doing a weird behavior so i searched and fix the speed issues as well thank you for helping!