• Resolved annoy

    (@annoy)


    Hallo, great Plug in. I just have the Problem that when you open the Cookie Settings that the Plugin is behind my Menu. Is there a way to change that? If possible not over the functions.php, because i will use this Plugin for 80 Websites and don′t want to create a child Theme for every Webside. Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi @annoy,

    Thanks for using our plugins.

    We have released a new version 3.0.4, please update the plugins on your sites to the latest version and the issue will be fixed.

    Hope this helps.

    Hi,
    I like your plugin!
    I have the same problem, popup is behind the header. 4.1.5 version. The theme is Salient.
    the site: https://drfeny.hu/
    Before that problem wasn’t.
    Thank you very much your help!

    • This reply was modified 4 years, 9 months ago by cirioedina.
    Plugin Author Moove Agency

    (@mooveagency)

    Hi @cirioedina,

    Thanks for your comments.

    You can use the following code snippet to fix the overlapping issue:

    add_action('moove_gdpr_inline_styles','gdpr_cookie_css_extension',10,3);
    function gdpr_cookie_css_extension( $styles, $primary, $secondary ) {
      $styles .= 'body #header-outer { z-index: 999 }';
      return $styles;
    }

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pop Up is behind the Menu’ is closed to new replies.