• Resolved claude_blet

    (@claudeblet)


    Good morning,

    I am unable to display the Complianz “Manage Cookie Consent” banner and this only under the Firefox browser! When I clear cookies and data in Firefox Settings, I can finally see the banner. It only lasts once.

    What could I do in this case. Thanks in advance.

    Claude

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please try add this code to your theme’s functions.php and purge all

    add_filter( 'litespeed_vary_cookies', function( $list ) { $list[] = 'cmplz_banner-status'; return $list; } );
    Thread Starter claude_blet

    (@claudeblet)

    Thanks qtwrk,

    Unfortunately the line of code to insert in the functions.php file of the installed theme does not work under Firefox despite the purge carried out under LiteSpeed Cache.

    Claude

    Plugin Support qtwrk

    (@qtwrk)

    hmmmm? now this is weird, but does it work with other browser like Chrome ?

    Thread Starter claude_blet

    (@claudeblet)

    Thank you qtwrk, indeed I did not look under Chrome, Microsoft Edge and it works, however under Firefox, I worked in private browsing mode! I can consider the original question solved. Sincerely, Claude.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘LiteSpeed Cache and Banner Complianz Cookies issue’ is closed to new replies.