• Resolved gingerbenn

    (@gingerbenn)


    Using the Ilmenite Cookie Consent plugin, I am experiencing the cookie consent message appearing on every page of my website after consenting to all cookies.

    I’ve gone through setting but am unable to figure out why this is happening.

    Do I need to add some code regarding expiry?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Erik Bernskiold

    (@erik-bernskiold)

    Do you have WP_DEBUG turned on by any chance?

    Thread Starter gingerbenn

    (@gingerbenn)

    Just checked and was set as follows:

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define( ‘WP_DEBUG_LOG’, true );

    Should I set to false on all of the above?

    Plugin Author Erik Bernskiold

    (@erik-bernskiold)

    We automatically enable debug mode in the plugin if your WP_DEBUG is set to true. That means that the plugin won’t set the cookie (allowing you to debug), which is why you’re also seeing the banner pop up all the time.

    If you’re not actively debugging an issue, I’d set all of the above to false.

    Thread Starter gingerbenn

    (@gingerbenn)

    Ok thanks for your help, have switched WP_DEBUG to false now.
    Banner is working correctly now.

    Thanks again
    Benn

    Plugin Author Erik Bernskiold

    (@erik-bernskiold)

    Awesome! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ilmenite Cookie Consent – reappearing after consenting’ is closed to new replies.