Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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?

    #1150974

    Hey Heinz,

    I’m not seeing the cookie bar. Did you clear your cache a few times over?

    Best regards,
    Jordan Shannon

    #1150975

    In all browsers (all cookies, all caches deleted) the bar is shown at the bottom (behind the overlay of the modal)

    #1150998

    Hi,

    Can you temporarily disable the overlay?

    Best regards,
    Jordan Shannon

    #1151007

    Hi 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
    greets

    #1151012

    Hi,

    No eye problems. Try adding this to quick css:

    .avia-cookie-consent.avia-cookiemessage-bottom{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1151015

    Thanks, 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.
    Thanks

    #1151022

    Hi,

    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 Shannon

    #1151023

    Sorry, 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?

    #1151025

    Ok, thanks

    #1151028

    Hi,

    Updates are usually based on demand and priority so I can’t say for sure.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.