Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @tomkelly33,

    Please use the full script, and make sure it’s enabled in the plugin. Try setting it in the footer, instead of the header. I will make the article a bit clearer about this subject. It will be editable in the future. We had it on hold, because we were worried about incorrect terminology, e.g. legal notice doesn’t fully cover the document. Let me know if below works.

    <script>
    jQuery(document).ready(
    function($)
    {
    $(document).on("cmplzCookieWarningLoaded", myScriptHandler);
    function myScriptHandler(consentData) {
    $('a.cc-link.impressum').text('Privacy Policy');
    }
    }
    );
    </script>
    Thread Starter tomkelly33

    (@tomkelly33)

    Hm, I used the new script but it had no effect and the button still says “Impressum”.

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @tomkelly33,

    In my browser it seems to work, you can now change the text Privacy Policy to whatever you prefer. Please clear your browser cache. https://snipboard.io/3hJ5q2.jpg

    regards Aert

    Thread Starter tomkelly33

    (@tomkelly33)

    Yes, all working good now, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Impressum label not editable’ is closed to new replies.