• I’m having trouble getting the Cookiebot script to be added on the front-end while being logged in.
    I’m having this issue on a multi-site. This setting is checked “Enable Cookiebot on front end while logged in”.
    I narrowed it down to cookiebot.php:

    
    if($this->get_cookie_blocking_mode() == 'auto' && $this->can_current_user_edit_theme() && $printTag !== false && get_site_option('cookiebot-output-logged-in') == false) {
        return;
    }
    

    The get_site_option('cookiebot-output-logged-in') is always false and not reading my setting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 18245252

    (@anonymized-18245252)

    Hi @larsica

    I have been able to reproduce this issue. I will report this to the CookieBot team and hope to have some news for you as soon as possible.

    Kind regards
    Wendy

    • This reply was modified 4 years, 1 month ago by Anonymous User 18245252.
    Plugin Author monocode

    (@teamappsaloon)

    Hi @larsica

    This issue should have been resolved in the latest release of the CookieBot plugin. You can view the changes [here](https://github.com/CybotAS/CookiebotWP/pull/204).

    Can you confirm that the latest version resolves the issue for you?

    Kind regards,

    Team AppSaloon

    Thread Starter larsica

    (@larsica)

    No, I’m still seeing the same problem. : (

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cookiebot script not added on front-end while logged in.’ is closed to new replies.