Exclude/Include Countries or Activate on Scroll Possible?
-
Thanks for this plugin, it is very close to what I need. The only thing missing is an option to enable scrolling for acceptance (which is perfectly appropriate for many websites) and excluding countries from having to see the cookie bar at all (yet still able to load scripts and cookies for non-EU visitors).
For geo-targeting, Category Country Aware WordPress works nice with the Cookie Notice plugin and that is near perfect…(but unfortunately this plugin creates new site urls once cookies are accepted and that is a nightmare for Google penalties…duplicate content, etc.). The CCA plugin author suggests a bit of code added to a cookies plugin makes it compatible with his…quote:
But I don’t know which plugins other than Cookie Notice provide such a hook. You could ask Ginger either to provide a hook; or (better, no need for code by you) Ginger to use the CCA function mentioned in the article. It would require them to add a couple of lines of code.if ( function_exists(‘cca_is_EU’) && ! cca_is_EU() ):
// if CCA plugin is running and visitor not from EU
// Ginger does nothing
else:
// Ginger’s code for Cookie consent/allow/block
endif;`Not tested, but I assume it will work. Get them to let me know if they do this and I’ll modify the article to highlight it being “built in” to Ginger.`
That comment was made on his website in the comments section here: european-cookie-law-bar.
The problem right now with the GDPR Cookie Compliance plugin is that absolutely no code(cookies) is loaded for all, world-wide visitors unless they specifically click the agree button. This is overkill.
So close!
The topic ‘Exclude/Include Countries or Activate on Scroll Possible?’ is closed to new replies.