Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1335321

    Hallo zusammen,

    gibt es eine Möglichkeit nur das Modale PopUp-Fenster anzeigen zu lassen?

    Sobald man die Cookie-Zustimmungs-Nachricht aktiviert wird das Modale PopUp-Fenster UND die Cookie-Zustimmung-Nachrichtenleiste angezeigt.
    Lässt sich dies getrennt von einander aktivieren? Leider wurde ich in den Einstellungen nicht fündig.

    Die Cookie-Zustimmung-Nachrichtenleiste wird nicht benötigt.

    Vielen Dank vorab.

    #1335360

    Hey SikoraEDV,

    Thank you for the inquiry.

    There is no option for it out of the box but you can use the following css code to completely hide the cookie consent message bar. Add it in the Quick CSS field or in the child theme’s style.css file.

    .avia-cookie-consent-wrap {
        display: none;
    }
    

    You may need to toggle the file compression settings and purge the cache afterwards.

    Best regards,
    Ismael

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