• Resolved torao9340

    (@torao9340)


    Hello,
    GDPR Cookie Consent script blocking option for Google Analytics for WordPress by MonsterInsights conflicts with Divi. When we turn on script blocker and Google Analytics blocker is active, we can’t edit any pages, products or posts. Divi just get stuck on loading builder. With this option deactivated, everything works fine.

    It seems that script blocker also blocks some scripts that are necessary for divi builder to work. Could you take a look at this problem and let me know how to solve it?

    Have a nice day

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @torao9340,

    Greetings, We’re delighted to assist you!

    We needed your site URL to test it in our testing environment; will you be able to share it privately using this link?

    Thread Starter torao9340

    (@torao9340)

    Sure, site URL sent by ticket system

    Thread Starter torao9340

    (@torao9340)

    Hello, problem was solved by WebToffee Support, we used snippet:

    add_filter( ‘wt_cli_third_party_scripts’, ‘wt_cli_google_analytics_wordpress_script_tag’,999,1 );
    function wt_cli_google_analytics_wordpress_script_tag( $tags ) {
    $tags[‘google-analytics-for-wordpress’] = array(
    ‘mi_track_user’,
    ‘www.google-analytics.com/analytics.js’,
    ‘google-analytics-for-wordpress/assets/js/’,
    );
    return $tags;
    }

    Thanks for help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Divi and Script Blocker conflict’ is closed to new replies.