Antonio Candela
Forum Replies Created
-
Hello @charityimmos ,
Thank you for reaching out.I checked the missing translation on one of our test sites, and I confirm that it is missing. I have created a task for our developers so they can check this out.
Thank you for pointing that out, I will keep you updated as soon as I know something.Regards.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] cmplz_statistics table is massiveHello @davemspan ,
Thank you for reaching out.As long as you delete only the rows and not the columns, you will be fine. You can go ahead and truncate.
Hope this helps.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] modify cookie policy textHello @cpgraphisme ,
Can you please try this code? It will hide the bullet symbol.<?php
/**
* Replace multiple strings by adding them to the old_string and new_strings arrays
* remove line 1 if implemented in functions.php, instead of an mu-plugin
*/
function cmplz_edit_document_html($html){
$old_strings = array("Cookies", "website");
$new_strings = array("Cookies-replaced", "website-replaced");
$html = str_replace($old_strings, $new_strings, $html);
// hiding the bullet symbol
$html = str_replace('<ul>', '<ul style="list-style-type: none;">', $html);
return $html;
}
add_filter('cmplz_document_html', 'cmplz_edit_document_html', 10, 3);
?>Please try it and let me know.
- This reply was modified 1 year, 6 months ago by Antonio Candela.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] ShortcodeHello @brankokf ,
Sorry for the delay in my response. The guide seems to be outdated, so we are going to renovate or delete it.Please use this CSS code to optimize the banner on mobile:
/* Limiting CSS to Mobile or Screen Size */
@media only screen and (max-width: 768px) {
.cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn, .cmplz-cookiebanner .cmplz-links.cmplz-information, .cmplz-cookiebanner .cmplz-links .cmplz-link, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{
font-size: 14px !important;
}
}
@media (max-width: 768px) {
.cmplz-cookiebanner .cmplz-buttons {
flex-direction: row !important;
}
}I hope this helps!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Youtube video Elementor SiteHello @mattdss ,
Sorry for the delay in the answer.
We kindly ask you to please open a ticket from our official support center on our website. This way, we’ll be able to better investigate this issue.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] unclear wording in the cookie policyHello @dillhausen ,
Sorry for the delay in my response.The AMP message is more likely generic. It shows when the category container, which is loaded by JavaScript, doesn’t load correctly. This can happen for the reasons mentioned above or due to REST API limitations or caching issues. Regarding the buttons mentioned, I believe you are referring to the possibility of checking the category in the cookie policy with a button. Please see this screenshot, which has been taken from your cookie policy.
Hope this helps.
Regards.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Modify button and banner sizeHello @ahuk ,
Sorry for the delay in the answer.
The default properties of the buttons are:.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
height: 45px;
width: 100%;
}The banner width is 526px, and the height is
calc(100vh - 20px).If you could be more specific about what you want to do, I’ll be glad to assist.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] No Cookie BannerHi @maketamtam ,
If you are still encountering this issue, I kindly ask you to create a thread so we can properly assist you.Please also consider that you might have the “Respect Do Not Track and Global Privacy Control?” option enabled in Wizard > General > Security & Consent, which could be why the banner is not appearing in the Firefox Privacy Mode.
Regards.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] No Cookie BannerHello @new_joerg ,
The console errors actually point to a minification of the back-end. In this case, the first step to troubleshoot the issue would be to remove the minification, clear WP’s cache, and check again. This should solve the issue.Regarding the open tasks, you can close them by clicking on the “x” on the right. Once done, the banner percentage will increase.
Hope this helps!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner texts won’t get savedHello @osmams ,
In case you are unable to figure out the cause, it could be helpful to enable the debug log or use some plugins like WP-Debugging to actually debug the issue and understand the cause.
Regards.Hello @jestemzmiasta ,
I’m glad this helped you right away. I’m sorry to inform you that it is not possible to assign the Preferences category when blocking the script in the Script Center due to how it’s designed to work.
I hope this will still help you.
Hello @piccart ,
Thank you for reaching out.
I have created a task for our developers so they can properly investigate this issue. Please note that there is currently an undefined ETA.
Regards.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Installation Problems with WP 6.7.1Hello @swini-1 ,
Thanks for providing the trace. I have forwarded this to the developers.I’ll keep you updated as soon as we release the new version.
Regards.Hello @dragos_2p ,
Thank you for reaching out.In this case, you could evaluate whitelisting that specific script in Complianz using our “Whitelist a script, iframe, or plugin” feature inside Integrations > Script center. This should do the work, allowing you to have both Complianz and the marketing script.
You can learn more about the Script Center here: https://complianz.io/integrating-plugins/.Hope this helps.