Antonio Candela
Forum Replies Created
-
Hello @stefansic ,
Thank you for reaching out.
I am sorry to hear that. You can use the following snippet as an MU Plugin (place it in a .php file and upload it to the folder /wp-content/mu-plugins/, or remove the first <?php tag and then put it in functions.php of your active theme) to prevent this behaviour. It will prevent the Complianz resolution from being added. However, note that in themes like Twenty Twenty-Four, other image sizes may still be added (which are not controlled by Complianz).<?php
function remove_cmplz_banner_image()
{
remove_image_size('cmplz_banner_image');
}
add_action('admin_init', 'remove_cmplz_banner_image', 20);
In any case, we will take this feedback into account and consider the possibility of introducing a toggle for this functionality in the future.
I hope this helps.
Best regards,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie ProblemHello @executekone,
Thank you for your messages.
Going in order: yes, even with Safe Mode disabled, the integration remains active and the fields stay hidden. So, if you plan to use Safe Mode, please make sure to disable it beforehand.
Regarding the double GTM insertion, I found an issue that we’re going to fix moving forward. Basically, if the option “Do you want to force the script in the header” is set to Yes, the GTM script is inserted in the head, which results in two scripts being loaded and this shouldn’t happen. So please set that option to No. That should resolve the issue for now.
Currently, Complianz, can only manage one statistics tool at a time. The best setup would be to insert Google Analytics or GTM (since Analytics can be added within GTM), and then add Matomo via code, manually blocking it using the Script Center.
As for the scan itself, something might be interfering. Have you tried disabling all other plugins and then running the scan again?
Thanks in advance, and apologies for the inconvenience, we’re are now looking at the issue.
Hello @h4y3k ,
Thank you for reaching out.Have you applied this CSS class to the div containing the embedded video or to the outer block?
If you applied it to the outer block, try wrapping the video inside a<div>and assigning the class nameblock-ytprefsto that wrapper instead, it might help solve the issue.
Let me know.
Best regards,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Dailymotion autostartingHello @bonaldi ,
Thank you for reaching out.
Unfortunately, the autostart behavior is controlled by Dailymotion, as explained in their autostart documentation, and not by us.
That said, we’ve updated the Dailymotion integration, as the previously blocked URL was outdated. With the next update(s), the correct URL will be blocked, and the video should no longer autostart.I hope this helps!
Wishing you a great day.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie ProblemHello @executekone ,
Thank you for reaching out.
To start, having both Site Kit and Complianz insert Google scripts is not ideal. If you’re working with multiple Google tags, the best approach would be to use Google Tag Manager (GTM). This allows you to manage all tags within a single container.
If you’re only adding individual tags, Google Site Kit is the better option. Complianz supports (at a time):
- One GTM container ID
- One GA4 Tag for Statistics and up to two Tag for Marketing/Advertising
Please also keep in mind that if you’re using Site Kit, Complianz will automatically enable the plugin integration under Integrations > Plugins. This disables the ability to manually add any ID or tag within Complianz, which helps avoid duplicate implementations. So, I’d recommend removing any ID or tag you may have added through Complianz, then enabling the Site Kit integration and checking if everything works correctly. We’ve had no issues with this setup so far, and it should integrate smoothly.
As for the site where the scan is getting stuck, it’s likely that something is interfering with the scan process. To troubleshoot, I’d suggest temporarily disabling all other plugins and running the scan from a clean browser (incognito mode is fine too). This will help determine whether the issue is specific to Complianz or caused by a conflict with another plugin.
Last but not least, to prevent any further issues, please make sure to exclude Complianz from your caching plugin, if you’re using one. We have a dedicated guide available here.
I hope this helps, looking forward to hearing from you soon!
Best regards,
AntonioHello @edbarcenas2024 ,
Thank you for the report. We’ve opened an internal task and are currently reviewing the issue.Hello @007matty ,
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.
If the changes are not reflected, please clear your WP cache.
I hope this helps!
Best regards,
AntonioForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Error on Geodirectory integrationHello @planea,
Thank you for reaching out.
I’ve looked into this from both the Complianz and GeoDirectory sides, and it appears that the integration isn’t developed by us. It’s actually created by the GeoDirectory team and simply appears within our plugin.
In this case, the best course of action would be to contact the GeoDirectory developers directly and request a fix. If they’d like to collaborate, they’re more than welcome to reach out to us, we’d be happy to help. 🙂Best regards,
AntonioHello @dillhausen ,
Apologies for the long wait. We’ve fixed this issue via cookiedatabase.org. Please sync the cookies again to see the changes reflected.
Let us know if everything works as expected!
Hello @oninmedia,
Thank you for your kind words.
Yes, if no cookies are being set before the user makes a choice, then everything is correctly configured. This applies in the general case, though as you can imagine, there might be exceptions depending on specific setups.
As for the cookies: if a cookie appears only after being manually assigned to a service in Complianz, then that confirms what I have said initially. I hope this clarifies the doubt.
Feel free to open a new thread if needed, wishing you a nice day!Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] session_startHello @taotier,
Thank you for reaching out.
I am sorry to hear that. Have you made sure to select the right data stream and Google ID (not the measurement ID)? I have made a fresh new GA4 tag and everything went flawlessly, configuring it for GDPR as stated here, and the session_start was recognized every time (screenshot of real-time data here). Could you please double-check that?
Please let me know.
Best regards,
AntonioHello @morgue86,
Thank you for reaching out.
I kindly ask you to contact us via our website, as from the functionality mentioned and the site you sent us, you are a Premium user. Discussing a commercial plugin goes against the WordPress forum rules. I kindly ask you to read this to understand: **PLEASE READ BEFORE YOU POST AN ISSUE**.
Regarding the issue itself, it all depends on how you have inserted the ads script. We generally suggest using a plugin to do it. AdSense will need a parameter to add consent for Google Advertising Products. Without declaring that, the ads can’t be shown properly. Here’s a guide to both AdInserter and Advanced Ads.
I hope this helps. Therefore, for the reasons mentioned earlier, this thread will be closed.
Hello @dillhausen ,
I am glad to hear that. By its logic, the Complianz Banner won’t load inside the Cookie Policy, as the possibility to choose preferences is available in the Cookie Policy itself (e.g., selecting which cookie category to enable by checking them in section 7.1).
Anyway, I am glad that we solved this. Wishing you a nice day!Hello @dillhausen ,
Thank you for your hints. After further checking your original page and the one created after, there’s a substantial difference. On the original one, the Complianz JavaScript is not loading; therefore, the cookie categories cannot be shown (screenshot here). On the other page, it is loading, which is why the categories are displayed (screenshot). Have you disabled Complianz on the original cookie page somehow? We have a guide that explains how to exclude the banner from the pages, that you can find here, basically unchecking the setting will restore the categories and loads the complianz js.
Please let me know. Looking forward to hearing from you.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Use in a pop-upHello @elo8617 ,
I appreciate your kind words. Unfortunately, this doesn’t strictly depend on us, as you can understand. It’s connected to how Elementor loads the front-end. A final solution, as you suggested, could be moving everything to a dedicated page.
I hope you were satisfied, though. Please feel free to open a new thread if you need further help.
Wishing you a nice day!
Best regards,
Antonio