Hi LuckyWP team-
For our site users, if they click the “Reject” button option from your plug-in on our website, what does your plug-in automatically do? Will it actually block their IP from collecting our cookies?
Thanks for confirming
]]>First of all, thank you very much for your awesome plugins. Unfortunately I had to stop using LuckyWP Cookie Notice (GDPR) for now because it became my ‘largest paint’ on mobile and without an unique js name I can’t use Flying Scripts to delay the execution until user interaction.
If possible, having an unique name would be perfect (or an option to delay until user interaction, but this is probably harder).
]]>I just deleted another cookie consent plugin and cleared cache. I added yours which i like alot. (Ilmenite cookie consent)
Problem, my old plugin still shows on website and mobile….particularly???
Any ideas,,,, or should i consult old plugin for problem?
thanks
Hello!
How can I add a delay of 2 seconds? Thanks
Hi,
Thank you for this great plugin. Is this plugin compatible with WordPress 5.6.1?
Thank you
]]>Hello,
First of all thank you for this wonderful and lightweight plugin.
Just a small question, is this plugin compatible with WPML translation script?
Thank you in advanced.
Best Regards
Hiya,
Thank you for this plugin, it’s been great so far – however, I am using the plugin on a site which has an advert at the bottom of the screen, which actually sits above the cookie accept button on mobile (box not banner) and it means that the advert has to be closed which of course isn’t ideal.
When I switch to banner mode, it doesn’t seem very responsive as it’s a very long and narrow box in the center which looks untidy.
Is there some code we can use to have a bottom margin on the mobile view/extend the box width for banner?
Thank you!!
]]>Hi, thanks for this lightweight plugin, it works really fast. I only want to change one colour more, which I cannot get it done. I already changed a lot, but the last one I need help is to make the accept button background colour in pink:#fbe5e5
So far I’ve got this from an older post on this forum. I did change it already in this:
I hope you have a solution?
.lwpcngNotice {
padding: 12px 24px;
font: 14px/18px “Ubuntu”,”PT Sans”,sans-serif;
box-shadow: 0 0 4px
rgba(232, 204, 204);
border: 0 solid;
}
.lwpcngNotice-light .lwpcngNotice_accept:hover {
border-color:
#ffffff;
background: #232, 204, 204;
}
.lwpcngNotice-light A, .lwpcngNotice-light A:visited {
color:
#000000;
font: 14px/18px “Ubuntu”,”PT sans”sans-serif;
}
.lwpcngNotice-light A, .lwpcngNotice-light A:hover {
color:
#000000;
font: 16px/20px “Ubuntu”,”PT Sans”,sans-serif;
}
.lwpcngNotice-light .lwpcngNotice_accept {
color:
#000000;
}
Hi,
Thank you for the plugin!
I added the French language to LuckyWP Cookie Notice (GDPR), (100% of translated strings) because my website is in two languages (English and French).
The files luckywp-cookie-notice-gdpr-fr_FR.po and luckywp-cookie-notice-gdpr-fr_FR.mo are in the /luckywp-cookie-notice-gdpr/languages folder.
The settings part is correctly translated except the two strings “Before the closing HEAD tag. Example,” and “Before the closing BODY tag. Example,” which are not translated.
However the contents of the fields (Message, Accept, Reject, Read More…) are not translated (displayed in English) although I made the translation of the default values and I use them.
I looked in the /config/settings.php code but I could not find where the non-display in French came from because all strings are in “esc_html__()”.
Last point: It is necessary to create a new string to translate corresponding to the content by default of the link. This will permit to direct to the English or French page for the Show More Link.
I am at your disposal if you need clarification.
Thanks!
BDXIX
]]>Hi there.
Beside the fact that your great plugin should be tested against the most recent version (what i did and so far….fine), will there be a possibility to change some colors in the next version instead of changing the CSS files?
E.g. button colors and so on.
Thanks in advance
Kai
]]>Hi,
i use your great plugin Cookie Notice (GDPR)
https://tinyurl.com/y54m473c
but i have an issue
for example in home page, i accept the cookie notice but still opens in every other page of the site
it should stop dispalying after i press agree
Thanks
]]>Hi everyone, I’ve being banging my head against walls since GDPR came out.
I haven’t been able to find a plugin good looking and easy to make my website GDPR compliant.
LuckyWP Cookie notice seems to be good looking, but I think it doesn’t work (or may be I’m writing <head> code wrong).
The problem is that in Italy analytical cookies (suck as GA) should be activated only after user acceptance. Well, LuckyWP has a section saying exactly that.
That’s the code I wrote inside HEAD section (obviously changing UA id to mine):
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXX-Y', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
Now, when I load my page (purged from cache and cookie, I get only cookie “lwpcngStatus” set to 1 (accepted) but no __ga cookies.
Where am I doing wrong?
Thanks in advance,
Francesco