-
AuthorPosts
-
May 25, 2018 at 9:13 pm #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!
May 25, 2018 at 9:29 pm #962411Hey,
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-945946Cheers!
YigitMay 25, 2018 at 10:13 pm #962436Hello 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, 5 months ago by Candratech.
May 28, 2018 at 12:26 pm #963112Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
YigitMay 29, 2018 at 12:45 pm #963630The login details are in the private section.
Kind regards,
May 29, 2018 at 1:02 pm #963638Hey,
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,
YigitMay 29, 2018 at 1:17 pm #963649This reply has been marked as private.May 29, 2018 at 1:41 pm #963663Hi David,
Theme options are being applied so it might be cache or CSS minify related as well.
Cheers!
YigitMay 29, 2018 at 4:48 pm #963798Hello 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,
May 31, 2018 at 11:57 am #964740Hello,
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, ThanksThanks so much !!
Gustavo.June 1, 2018 at 3:57 pm #965428Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/translation/
Best regards,
YigitJune 1, 2018 at 5:46 pm #965486Hi Yigit,
Thank you !!
-
AuthorPosts
- You must be logged in to reply to this topic.