internetbureau
Forum Replies Created
-
Unfortunately, the site is still in devleopment and not open for the public. Also, we’ve already ‘fixed’ the issue by applying this change to the code: https://github.com/ahmedkaludi/pwa-for-wp/issues/765
It would be great if the mentioned workaround could be applied to the upstream code, so we can at least disabe the flushes when we are not using One Signal.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Hide cookiebanner on homepage@rogierlankhorst @aahulsebos for some reason, it works when we add the snippet as mu-plugin. The same code in functions.php triggered the behavior for all pages except the homepage.
So the issue is fixed!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Hide cookiebanner on homepage@rogierlankhorst we added the snippet as you mentioned. I debugged it with a
die, so we know the site goes through the callback. If we always return false, the popup still shows on the homepage. There must be something else going on. I’ll try to debug it further tomorrow by tracing the calls.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Hide cookiebanner on homepageHi @aahulsebos and others,
Thanks for the input. We did try this snippet, but it does not work. I’ve put a var_dump before the return als it returns
falsefor the homepage, but the dialog is still shown. Thefalseis also shown in the HTML code, so there is no redirect or other page involved.Any ideas how to debug this further?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Hide cookiebanner on homepageIs there a way to modify the existing post? I can’t seem to find the option… Yes, we cleared the site cache (disabled the plugin) and I cleared all cookies and disabled cache in Chrome via the Developer Tools. Enabling/disabling the option on other pages works without any cache flushing. A normal page reload is enough.
Thanks! I’ll try it out right away!
There is a small typo in the manual: $payment_details[‘payment_etails’]
This should be payment_details I guess?