Tagged: cookie message bar
-
AuthorPosts
-
October 24, 2019 at 4:38 pm #1150943
Hi
I put the following (from your documentation) in my functions.php:// Use cookie logic but hide the cookie message bar
add_theme_support( “avia_gdpr_permanent_hide_message_bar” ) ;It doesn’t work, the cookie message bar is still visible.
I use the modal (open immediately on pageload) with all the cookies and the OptIn / OptOut possibilities.
But it doesn’t work either – not matter one or all cookies are disabled …
Any idea?October 24, 2019 at 6:49 pm #1150974Hey Heinz,
I’m not seeing the cookie bar. Did you clear your cache a few times over?
Best regards,
Jordan ShannonOctober 24, 2019 at 6:54 pm #1150975In all browsers (all cookies, all caches deleted) the bar is shown at the bottom (behind the overlay of the modal)
October 24, 2019 at 10:52 pm #1150998Hi,
Can you temporarily disable the overlay?
Best regards,
Jordan ShannonOctober 24, 2019 at 10:59 pm #1151007Hi Jordan
Do you have problems with your eyes?
With or without overlay you should see the cookie bar on the bottom of your screen …
ok, I set the opacity of
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader
to 0
have al look
greetsOctober 24, 2019 at 11:07 pm #1151012Hi,
No eye problems. Try adding this to quick css:
.avia-cookie-consent.avia-cookiemessage-bottom{ display:none!important; }
Best regards,
Jordan ShannonOctober 24, 2019 at 11:12 pm #1151015Thanks, that is a solution with the css …
So the php in your documentation for the functions.php is not working.
And the tools in the modal for enable/disable certain cookies ist still not working.
I’ll try a PlugIn tomorrow.
ThanksOctober 24, 2019 at 11:19 pm #1151022Hi,
If you have wp_debug enable in the config file, then you will likely see what error is being thrown that causes the php not to work.
Best regards,
Jordan ShannonOctober 24, 2019 at 11:20 pm #1151023Sorry, the setting for the cookie i.e. for google font is working!
A new judgment of the EuGH (European Court of Justice) from October 1, 2019,
says that there is no difference between necessary cookies for the website and other cookies (third parties) and therefore it is not allowed, to set this cookies enabled. The user MUST do that with an OptIn.
Do you think Enfold will give this possibility in the next Update?October 24, 2019 at 11:22 pm #1151025Ok, thanks
October 24, 2019 at 11:27 pm #1151028Hi,
Updates are usually based on demand and priority so I can’t say for sure.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.