Antonio Candela
Forum Replies Created
-
Hello @whichtransfers ,
Thank you for reaching out and for providing the logs.
Unfortunately, it is quite difficult to pinpoint the exact cause of the Elementor slider issue without seeing it in action. Since you kindly offered to replicate this on a staging site, that would actually be the perfect way for us to investigate.
However, please do not share any login credentials here. Sharing credentials on the WordPress forums is a major security risk and is strictly forbidden by the forum guidelines.
To proceed safely, could you please reach out to us directly via the ticketing platform available on our website? You can share any screenshots/videos there. This will be the safest and most efficient method for both of us to get this sorted out.
Thank you in advance.
Best regards,
AntonioHello @jamieburchell ,
Thank you for reaching out!
To answer your first question: no, custom services should not be wiped out when a new scan is performed. I tested this on a fresh environment and could not reproduce the issue. To rule out any naming conflicts, I even named my custom service “Facebook” just like you did, and it remained intact after multiple scans and cookie syncs.
The issue you are experiencing might be related to your site’s REST API. Our plugin uses the REST API to save custom services to the cookie policy. It is possible that the service appears to be created on the frontend interface, but fails to actually save in the backend database. I recommend checking your Site for any REST API errors, or checking your browser’s console for errors when you try to save the service.
Regarding your question about GTM and blocking: You are correct that Complianz won’t automatically block it in your current setup, but a quick clarification is needed since there are two ways to insert the Meta Pixel:
- Via GTM (Your setup): Because GTM injects the script asynchronously, Complianz cannot block it directly. To make it compliant, you must configure GTM triggers based on Complianz consent states – ignore this if you want Facebook loaded prior consent. (Please consult our GTM documentation guide for exactly how to set this up)
- Via normal HTML embed: If the script were placed directly into the website’s source code, enabling the Facebook service in Complianz would block it automatically prior to consent.
So, you could technically select the Facebook service in Complianz and it won’t break your GTM setup, but to actually block the Pixel before consent is given, those GTM triggers must be configured.
I hope this gives you a clearer view of how Complianz handles blocking.
Best regards,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Divi Google MapsHello @callmejud,
Thank you for reaching out.
It looks like the Divi integration is currently enabled under Integrations > Plugins.
If you want to unblock the map (show it before consent)
You simply need to disable the Divi integration there, as well as the Google Maps setting under Integrations > Services. Note: If you are using other integrations (like ACF), the map might still be blocked, as some of those integrations also block Google Maps by default. You will need to disable those as well.If you want to block the map prior to consent (but it’s not working)
This is a different issue. In this case, we will need to know which version of Divi you are currently using and exactly how you are adding the map to the page. It is possible that our Divi integration just needs an update.
Thank you in advance for the extra details.
Best,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Scan misses ReCaptcha cookieHello @christel235 ,
Thank you for reaching out.
The reason Complianz’s cookie scanner doesn’t detect_GRECAPTCHAis that Google reCAPTCHA v2 Invisible only sets the cookie after user interaction not simply on page load. This means the automated scanner will rarely be able to intercept it.
Also, the cookiesrc::a,rc::bandrc::cthat appear in your generated cookie policy are sessionStorage cookies used by reCAPTCHA, which don’t always show up in standard scans.The good news is that pre-consent blocking is working correctly, so technically you’re fine.
For the cookie list issue, you can add
_GRECAPTCHAmanually by following our guides:- https://complianz.io/how-to-identify-cookies-installed-by-your-website/
- https://complianz.io/how-to-update-and-troubleshoot-services-cookies-in-complianz-a-quick-guide/
This should solve your issue. I hope it helps.
Best regards,
AntonioHello @christer_f ,
Thank you for reaching out.We’ve fixed the
_load_textdomain_just_in_timewarning in Complianz. In normal circumstances, this means you should no longer see the notice.That said, the notice may reappear in specific setups where external sources, third-party integrations, or custom code introduce dependencies that trigger translation loading too early—before WordPress has completed its initialization (i.e., before the init hook has been executed).
To resolve this, I recommend checking out the following article. It provides guidelines on exactly how to fix this specific error: https://complianz.io/about-function-_load_textdomain_just_in_time-was-called-incorrectly/.
Thank you in advance.
Best,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] The banner did not display.Hello @chengjianping,
Thank you for reaching out.
Looking at your screenshot, it seems you just needed to go through the final settings to finish the setup and enable the banner. For future reference, whenever the “Consent Banner” section is grayed out in the dashboard, it means that the final step of the wizard still needs to be completed and submitted.
I just checked your website, and I can confirm that our plugin is now displaying the banner correctly!
Please let us know if you need any further assistance.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] cmplz_every_five_minutes_hookHello @i4nd90 ,
Thank you for reaching out!
You are right; the
cmplz_every_five_minutes_hookwill be removed in the upcoming release of Complianz.In the meantime, it can be safely removed on your end. If you haven’t done so already, please feel free to use this mu-plugin that disables the hook for you: https://gist.github.com/tonai126/e43353b6ff28298c76a416c17834d1e3.
I hope this helps!
Best,
AntonioHi @jehnlemole ,
Thank you for reaching out, and I apologize for the frustration this has caused.
To help us investigate why the “Clear Data on Uninstall” option isn’t working as expected in your specific setup, could you please share the exact option names or database tables you are seeing reappear? Once we have those details, I can forward them to the Team.
Regarding your other concern, I want to reassure you that while Complianz is now part of the iubenda group, we continue to operate as a standalone product with our own independent identity, dedicated development team, and roadmap.
Finally, while we fully understand your frustration regarding the database issue, we kindly ask that we keep the conversation constructive and respectful, in accordance with the WordPress forum guidelines. We are here to help you get this sorted out.
Please let me know which specific values are stuck in your database, and I will look into it for you.ù
Best regards,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Empty bullet points on bannerHello @jamieburchell ,
Thank you for reaching out.Thanks for reporting this and for sharing the details. We’re sorry for the confusion. The issue is related to caching, after updating, some old assets may still be served. If you clear your cache, the banner will display correctly again. If this doesn’t work, please save your banner again and the appearance will be fixed.
I hope this helps.
Best,
AntonioHello @effiem ,
Thank you for reaching out and for choosing our plugin.
Regarding the issue, 403 Forbidden errors are not always caused solely by the server firewall or
.htaccessrules. They often stem from other plugins or security configurations that impose limits on internal networking or restrict access to the WordPress REST API.Since the Complianz relies heavily on the REST API to load its settings, I recommend checking if you have any security plugins (e.g., Wordfence, iThemes, All In One Security) active on Production that might be configured more strictly than on Staging. Please specifically look for settings that might be blocking REST API calls or JSON requests.
I hope this helps you narrow down the cause. Let us know what you find, so we can help you.
Best,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie banner customization via CSS?Hello @janetwhelan ,
Thank you for reaching out.
The banner is fully customizable. You can create your own from scratch by following this guide: https://complianz.io/create-your-own-banner-from-scratch/.
Additionally, you can find some customization examples in our repository here: https://github.com/complianz/complianz-integrations/tree/master/Custom%20Cookie%20Banners.
Please note that while some of these examples are older, they remain valid references for understanding how the customization logic works.
I hope this helps!
Best regards,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Youtube video BAckgroundHello @marzamele ,
Thank you for reaching out.
I checked your website, but I was unable to locate the YouTube video you mentioned. Could you please send us the exact link or specify where it is located so we can analyze the behavior?
Additionally, could you please clarify how the video is embedded?
- Standard Iframe: If it is a standard
<iframe>code provided by YouTube, and the YouTube service is enabled under Integrations > Services, it should be blocked automatically. - Plugin/Theme (Background Video): If the video is inserted via a plugin (e.g., a slider or page builder) or as a CSS background, it might be loading via a JavaScript API rather than a direct iframe. In this case, it can sometimes bypass the standard blocker and requires a different configuration.
Looking forward to your feedback.
Best,
AntonioHello @sophiaeliisa ,
Thank you for reaching out.
I have checked your website, but I was unable to reproduce the issue. The videos loaded correctly for me on both mobile and desktop devices.
However, during my check, I noticed that there is another CMP running on top of Complianz. Running two consent management platforms simultaneously can cause script conflicts and unexpected blocking behaviors. I strongly suggest choosing only one solution to ensure stability (if you choose to remain with us, thank you in advance!).
Regarding the YouTube Error 153, if the issue persists after resolving the CMP conflict, it is often related to the Referrer Policy. I recommend ensuring your server sends the
Referrer-Policy: strict-origin-when-cross-originheader, or manually adding the attribute to your iframe tags:referrerpolicy="strict-origin-when-cross-origin"You can find more details in the official documentation here: YouTube Embedded Player API – Required Minimum Functionality
I hope this helps.
Best,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] HubSpot Integration – Opting back inHello @jamieburchell ,
Thank you for reaching out and for your detailed questions.
To confirm your understanding: Yes, currently, our integration works by hiding the HubSpot banner and managing the consent signal by categorizing the HubSpot service under Marketing.
This integration method was established a few years ago. Because the HubSpot service is categorized as “Marketing” within Complianz, the mechanism is straightforward:
- Opt-in: When a user accepts “Marketing” in Complianz, we release the HubSpot scripts.
- Opt-out / Change of mind: If the user revokes consent via the Complianz Manage Consent, we block the execution of the HubSpot scripts again. Therefore, the state of the hidden HubSpot banner becomes irrelevant on subsequent page loads because the script itself is not allowed to execute.
For the standard implementation details, please refer to our official guide: https://complianz.io/hubspot-integration/
Regarding the HubSpot Cookie Consent API: You make a valid point. Now that HubSpot has released a stable API (as referenced in your link), we are indeed evaluating an evolution of our integration to utilize this direct API method in a future release. This would allow for a cleaner synchronization of state without relying on DOM manipulation.
Best,
AntonioHello @weilbuchner ,
Thank you for reaching out and providing these details.
I have attempted to reproduce this issue on my test environment using a GPX file, but I was unable to replicate the conflict; the Grid View remained functional for me.
To ensure I am testing this under the exact same conditions, could you please review the steps I took?
- Integrations: I enabled OpenStreetMaps in Complianz > Integrations > Services.
- Plugins: I installed both Leaflet Map and Extensions for Leaflet Map.
- MIME Types: Since WordPress does not support GPX uploads by default, I installed the WP Add Mime Types plugin to allow the upload.
- Testing: I generated a sample GPX file using gpx.studio and uploaded it to the Media Library.
After completing these steps, the Media Library Grid View loaded correctly without errors.
Could you please let me know if your setup differs from the steps above? For example, are you using a specific plugin to allow GPX uploads?
If possible, a short screen recording showing the issue occurring would be very appreciated, as it might help us identify a specific setting or step we are missing.
Best,
Antonio