Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #962394

    Hello,

    I have a question about the cookie consent. I’m running a multilingual website. Is it possible tot change the cookie consent language to the chosen website language?

    Thanks!

    #962411

    Hey,

    Are you using WPML? If you are, you can simply change Enfold theme options and insert different cookie consent.
    If you are not using WPML, you could try referring to this post – https://kriesi.at/support/topic/how-to-translate-cookie-consent-message/#post-945946

    Cheers!
    Yigit

    #962436

    Hello Yigit,

    I follow the link and did the following:

    in the field for the privacy and cookie consent text I used the following text and code:

    <span class=”nl-cookie”>in overeenstemming met de AVG wetgeving. Maakt onze website uitsluitend gebruik van functionele en analytische cookies. Door onze website te blijven gebruiken gaat u akkoord met het gebruik van cookies.</span>

    <span class=”en-cookie”>In accordance with the General Data Protection Regulation. Our website only uses functional and analytical cookies. By continuing to use our website you agree to the use of cookies.</span>

    In the quick CSS I placed the following code:

    html[lang=”en_GB”] .nl-cookie { display: none !important; }
    html[lang=”nl_NL”] .en-cookie { display: none !important; }

    Somehow it doesn’t seem to work.

    Kind regards,

    • This reply was modified 6 years, 3 months ago by Candratech.
    #963112

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

    #963630

    The login details are in the private section.

    Kind regards,

    #963638

    Hey,

    It might be permission related but custom CSS code in Quick CSS is not working. I tried adding following code to Appearance > Customize > Custom CSS and it worked

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

    Please review your website and please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions

    Regards,
    Yigit

    #963649
    This reply has been marked as private.
    #963663

    Hi David,

    Theme options are being applied so it might be cache or CSS minify related as well.

    Cheers!
    Yigit

    #963798

    Hello Yigit,

    How can i add a 3th language tot the list?

    Is it also possible to change the language in the footer and header with a similar solution?

    Kind regards,

    #964740

    Hello,
    I have the law text with language; ES and EN and is OK.
    My question is: It’s possible put the Buttons with this two language ?
    Example
    Button Tag 1: Find out more
    Button Tag 2: Okay, Thanks

    Thanks so much !!
    Gustavo.

    #965428

    Hi,

    Please refer to this post – https://kriesi.at/documentation/enfold/translation/

    Best regards,
    Yigit

    #965486

    Hi Yigit,

    Thank you !!

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