Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1210014

    Hello,
    I already saw this thread,
    https://kriesi.at/support/topic/how-to-translate-cookie-consent-message/
    but unfortunatelly does not work.

    I tried many ways, with diferent languages and never works.

    I’m using polylang and everything works and translate perfectly, except the first message “This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.”

    Can you help please?

    Cheers,
    NP

    #1211376

    Hey nunop,
    Sorry for the late reply, I see your site languages are nl-NL & en-GB so using the solution from here, would need to be modified to this:
    Please add your text into the field as following

    <span class="eng-cookie">Your text in English</span>
    <span class="nl-cookie">Your text in Nederlands</span>

    Then add following code to Quick CSS

    html[lang="nl-NL"] .eng-cookie { display: none !important; }
    html[lang="en-GB"] .nl-cookie { display: none !important; }

    Please try adjusting and the clear your browser & site cache and check.

    Best regards,
    Mike

    #1211404

    Perfect. thank you very much my friend.
    I thought I already done that, but something was missing.

    Again, thank you very much.

    Best regards,

    NP

    #1211462

    Hi nunop,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.