iviadvagency
Forum Replies Created
-
Same here, complianz.min.js not loaded on page. no error at all.
Pls let us know,
ty
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] bullet sliderTy for the support Jarno!
5 stars!Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] bullet sliderHi jarno,
where i can share the link etc, site is not still public.Forum: Fixing WordPress
In reply to: Two separate filters portfolioThank you Pioneer!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Editing Text in cookie generated pagePerfect ty!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Editing Text in cookie generated pageHi Jarno,
in this way it works, but…if i add a string for other language it is not working
<?php
function cmplz_edit_document_html($content, $type, $post_id) {
$oldstring = “In the document below we inform you about the use of cookies on our website.”;
$newstring = “In the document below we inform you about the use of cookies on our website.” . ‘<p>’ . “more text” . ‘</p>’;
$oldstring = “Nel documento sottostante ti informiamo sull’uso dei cookie sul nostro sito web.”;
$newstring = “test” . ‘<p>’ . “piu testo” . ‘</p>’;
$content = str_replace ($oldstring, $newstring, $content);
return $content;
}add_filter(‘cmplz_document_html’, ‘cmplz_edit_document_html’, 10, 3);`
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Editing Text in cookie generated pageOkies for the sync, unsych, i have found that…
about the filter, i tries to add it to function.php in child theme, but im unable to add some text in the strings..for example if in this text from Complianz “Our website, xxx (hereinafter: “the website”) uses cookies and other related technologies (for convenience all technologies are referred to as “cookies”). Cookies are also placed by third parties we have engaged. In the document below we inform you about the use of cookies on our website.”
i want to add some text…where i add it?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Editing Text in cookie generated pageSorry, i explain me better,
i need to add some text to the generated one! now few words, but more.
I cant find the way to leave the text generated by complianz and add some more.
i cant find the unsynch button so it remains only text and i can add it
pls let me know!Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] How to show cookie list into banner.ok, ty for the explanation!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Consent Button as Floating WidgetYes, i followed instructions!
is there a way to share the link in private?
tyForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Consent Button as Floating WidgetYes it is active
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] How to show cookie list into banner.im interested too in this
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] [cmplz-cookies]Ty