• Good morning,
    I can not configure the Cookie Consent Bar, so that you can see at the bottom of the page.
    I tried to implement it in various ways, as explained in the plugin, but it never appears.
    Can you help me?
    Thanks so much

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Make sure you use the wp_footer and wp_head functions in your theme.

    <?php wp_footer(); ?> used in our theme
    BUT cookie bar not showing as well…
    What are we doing wrong here?

    Hi guys,

    @linus218, @bibliata, you need to add consents first before anything is being displayed, at least that’s what I noticed. But IMHO the plug-in should display cookie bar even if there are only necessary cookies being collected, just to inform user that there are cookies being collected at all.

    Apart from that the plugin is a huge help with new privacy data resolution. Thanks a lot!

    Best regards.

    • This reply was modified 6 years, 9 months ago by Daniel. Reason: corrected content

    Will it be possible to display the cookie bar without adding consents first?

    I’m a little confused about the consents too. I’m not running anything like analytics, but there are some wordpress cookies built in (like remembering comment name and email address) I would like the user to know about, and not be able to refuse.

    The consent is certainly a nice feature, but may overload a website that dont need it. Is there any way possible to make it optional in the next release, but still display the cookie bar?
    //THANKS

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cookie Consent Bar is not displayed’ is closed to new replies.