Antonio Candela
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Web exploration is not respondingHi @indexeo,
First of all, our apologies for the delay in getting back to you on this, thank you for your patience.
The good news is we have a guide that resolves exactly this issue (scan getting stuck). It only takes a few clicks: https://complianz.io/website-scan-stuck-at-75/.
I hope this helps.
Best,
AntonioHi @vanektomas ,
Please follow the guide that @aloenetwork suggests.
Thank you both!
Best,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Skip message for testingHi @efquintana ,
Yes, you can append the following parameter to your URL to bypass the banner during testing: ?cmplz_safe_mode=1
For example: https://yoursite.com/?cmplz_safe_mode=1
That should let you test the page without the consent message getting in the way.
Best,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Massives 404Hi @tgatellier,
Thanks for the detailed report, this is a known scenario when those dynamic CSS URLs end up being picked up and crawled.
We actually put together a dedicated guide that walks through exactly how to handle this and stop Google from crawling those URLs / cleaning up the 404s in Search Console: https://complianz.io/fix-404-errors-caused-by-complianz-css-files-in-seo-plugins/.
I hope this helps.
Best,
AntonioHi @tom-van-m,
Thanks so much for your patience on this one, we really appreciate it.
In the meantime, we’ve put together a short guide that should resolve the scan getting stuck. It’s just a few clicks: https://complianz.io/website-scan-stuck-at-75/.
I hope this helps.
Best,
AntonioHi @aloenetwork,
First of all, our apologies for the delay in getting back to you on this one. You nailed it, that was exactly the issue.
A big thank you as well for circling back here and for taking the time to share the guide with another member of the community on the other thread, it’s genuinely appreciated and it helps a lot of people who run into the same wall.
If anything else comes up, don’t hesitate to open a new thread.
Best,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Wizard does not work properlyHi @wmdekker and @aloenetwork,
First of all, our sincere apologies for the delay in getting back to you on this thread. We want to reassure you that it wasn’t “ghosted”, quite the opposite: we’ve been actively working on it behind the scenes, and we released a fix earlier today specifically aimed at resolving this issue with the wizard and the site scan getting stuck.
We’re really glad to hear that the solution shared by @aloenetwork (via our friends at iubenda support) is already spreading in the meantime – thank you for circling back to share it with the community.
If you run into any further issues, please don’t hesitate to open a new thread and we’ll be on it right away.
Thanks for your patience.
Best,
AntonioHi @nikov ,
Thank you for reaching out.
I checked this on my end and was not able to reproduce the issue. Please also note that the previous cookie wall issue was affecting only the Premium version, the WordPress.org version is not affected.
Additionally, the behaviour you are describing appears to be caused by Brave’s built-in ad blocker rather than by Complianz itself. Unfortunately, issues caused by third-party extensions or browsers with integrated ad blockers fall outside the scope of what we can address, as the behaviour is triggered by an external resource.
As you noted yourself, disabling the ad blocker resolves the issue, which confirms this is on Brave’s end rather than ours.
Best regards,
AntonioHi @tom-van-m and @puregraphx ,
Thank you both for reporting this and for your patience.
We are aware of this issue and are actively working on it. It is unfortunately a complex problem that requires us to review and rebuild the relevant part of the codebase from scratch, which takes time to do properly.
We are aiming to release a test build in the comments this month so you can try it out and provide feedback. We will post it here as soon as it is ready.
We sincerely apologize for the inconvenience and thank you for your understanding.
Best,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz/Age gateHi @sophiefruleux81 ,
Thank you for reaching out and for the detailed report.
I did some quick testing using the standard WordPress theme, the latest version of Complianz and an age verification plugin, I used the most downloaded one available here: https://wordpress.org/plugins/age-gate/ since the specific plugin you are using was not mentioned. I was not able to reproduce the issue in this setup.
My suggestion would be to first test the configuration without Divi active to rule it out as a variable. Please also note that Divi is a paid plugin and therefore cannot be tested or discussed per forum rules.
That said, if you could record a short video showing the settings of both Complianz and the Age Gate plugin while reproducing the issue, that would be very helpful. It is the best way for us to understand what is happening and attempt to replicate it on our end.
Best regards,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Still showing after accept / declineHello @jamesk2018 ,
Thank you for reaching out.The feature you’re referring to is “Manage Consent Display Options,” located in Consent Banner > General. By default, it’s set to “Hover on Desktop – Hide on Mobile,” allowing users to revisit their choices.
If you prefer to remove this option, you can select “Hide Everywhere” from the dropdown menu and click Save. This will make the manage consent tab disappear once cookies are accepted or denied.
I hope this helps.
Best regards,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Policy auto updateHi @julisazavala3 ,
Thank you for reaching out.Yes, Complianz runs automatic background scans, so if new cookies are detected on your site they will be added to the cookie policy automatically without requiring you to manually trigger a new scan.
I hope this helps.
Hi @griotta ,
Thank you for reaching out.
Yes, this is expected behaviour. When Complianz blocks a script prior to consent, it changes the script type from
text/javascripttotext/plain, this is intentional and is precisely what prevents the script from being executed by the browser before consent is given.That said, as a general note, aggressive caching can sometimes cause issues with this mechanism. When using LiteSpeed Cache, we generally recommend excluding our parameters from the cache configuration to ensure Complianz functions correctly. You can find all the relevant parameters to exclude by following this guide: https://complianz.io/javascript-delay-in-wp-rocket-and-other-caching-and-optimization-plugins/
I hope this helps.
Best,
AntonioHi Gabriela,
Thank you for reaching out!
I just checked your site and I can see the “Manage Consent” tab clearly visible alongside with your 2nd answer. However, if you would like a more prominent and user-friendly option, you can follow this guide to set it up as a floating button, which should give you the visual effect you are looking for:
https://complianz.io/css-lesson-23-your-manage-consent-button-as-floating-widget/
Best regards,
AntonioHi @dillhausen ,
Thank you for reaching out.
Since the cookie policy page is generated by Complianz, it may not automatically inherit all of your theme’s styling. The best way to address this is by adding custom CSS rules to match your preferences. Here is an example that should bring the text size in line with your Impressum page, feel free to adjust the values to your liking:
div#cmplz-document h2 {
font-size: var(--wp--preset--font-size--x-large);
}
div#cmplz-document p {
font-size: var(--wp--preset--font-size--custom-1);
}
div#cmplz-document h3 {
font-size: var(--wp--preset--font-size--large);
}You can add these rules directly in your theme’s stylesheet.
Best,
Antonio