• Hi! I love this plugin, but I guess there’s a problem when using it with wp-super-cache. When the cache is activated, the disclaimer banner does not disappear or it doesn’t show for all users. This behaviour is simple to understand: wp super cache caches the first user and works the same way for any following user. How to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter itestense

    (@itestense)

    I found the “fix” in the FAQ. Does the line

    if ( !isset( $_COOKIE[‘euCookie’] ) ){ return; }

    cause trouble to anyone?

    • This reply was modified 4 years, 7 months ago by itestense.

    I tried but I think that something wrong with that code:
    if ( !isset( $_COOKIE[‘euCookie’] ) ){ return; } causes a warning (undefined variable) so I’ve modified the ‘euCookie’ part with apostrophe because characters before and after euCookie are wrong, and the issue is gone.
    Unfortunately with WP Super cache and plugin Eu Cookie law enabled the site won’t works yet: The banner appears, ok and if I click on it the banner disappears but the content that should unlock will remain blocked an the banner won’t pop up anymore.
    So I had to remove the lines of code and disable wp super cache again.
    I hope someone will help us.
    Thanks, ciao
    J

    • This reply was modified 4 years, 6 months ago by jfk105.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Super Cache Integration’ is closed to new replies.