Home › Forums › Jevelin Theme › cookies pop up
Home › Forums › Jevelin Theme › cookies pop up
Hi,
my website is translated to 2 languages, and I only need a cookies popup to appear in one of them. so my question is how do i do it? can i have a notice only per one language? any recommended plug ins?
thanks
Hi there,
Can you please tell us which plugin do you use for your site translation?
Best regards,
Shufflehound team
Hi,
I’m using Polylang plugin
We can achieve this by developing custom code.
Could you please share me the page URL from your site where the pop up is displaying and tell me in which language you want to display / hide it so that i can help you to achieve it?
this is the home page in German – where we want to show the cookie pop up
needs to hide it from the English site
http://football.intelligym.com/intelligym-home/
Thank you
I don’t see the pop up on your shared site.
Could you please share the screenshot of it where it is displaying?
the notes are not activated at this moment because i can’t hide from the English site. i wanted to use the notice option trough appearance settings.
Please temporary activate them so that i can provide you the CSS solution.
I’ve added the pop up
can you also tell me how to change the “got it” button text?
thank you!
You can hide it in the English language site by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
html[lang="en-US"] #page-container > .sh-page-notice {
display: none !important;
}
can you also tell me how to change the “got it” button text?
You can change it using the following plugin.