Issues with Cookiewall plugin
-
Hi guys!
I’m having some problems with the Cache Enabler plugin in combination with the Weepie Cookie Allow plugin: https://www.weepie-plugins.com/cookie-allow/
Problem is when the website is loaded for the frist time, the Cookie plugin disables the Google Analytics cookies (all cookies), and the Cache kicks in.
Then when the visitor accepts the Cookies, the website loads the cached version, resulting the Google Analytics cookies are still blocked.
I can imagine this will be a big issue for allot of users because the GPDR deadline is coming close.
Is there a way to fix this? I’ve been trying some things by myself, for example force reloading the page each time a cookie button is pressed:
<script type=”text/javascript”>
jQuery(document).ready(function(){
jQuery(‘button.wpca-btn’).click(function() {
window.location.reload(true);
});
});
</script>But it’s not really working, and i think there should be a better way to solve this.
Any thoughts?
Thnx sofar!
Coen
The page I need help with: [log in to see the link]
The topic ‘Issues with Cookiewall plugin’ is closed to new replies.