Hi friends, as you know we have in Italy a recent law that undertakes to make an opening message to inform visitors about cookies of the site. In previous theme we used a plug in that generated a pop-up.
Now we are installing your Newspaper theme, so we ask you how is better:
is there an expect function in the theme for these function?
do we need a plug in (pop up)?
in that case, which you recommend?
Thank you very much,
all the best
Hello,
Unfortunately the theme does not have any such option. You will have to use a plugin to do it. You can try to search through this forum to see what others use or maybe a member of our community can suggest a plugin for the cookie law policy .
https://forum.tagdiv.com/search/cookie+law/
Thank you!
Hi,
In France, we have now a new law which forces the websites to let visitors navigate WITHOUT cookie if they choose that option. So a page with “more info” about the cookies is not enough. And most of the plugins (that I know) offer the possibility to add a button “I Refuse” but they don’t go further. We have to implement a “if … function” everywhere :
if ( function_exists(‘cn_cookies_accepted’) && cn_cookies_accepted() ) {
// code here
}
My question to the theme’s team : is there something in your todo-list to make the theme compatible wich such policies (EU-policy, French one etc.) or not ?
By the way, is there a simple way to add a function to make the theme compatible with the option “I refuse” ?
Great !
ps : you could have a look at https://wordpress.org/plugins/gdpr-framework/ (open source)
-
This reply was modified 8 years by
hildi.
