• Resolved SM

    (@handmadehome)


    Hello,
    Thank you for an awesome plugin! It’s very beautiful and works great.
    I have only one issue.
    I enabled “Enable All button” in Cookie Settings Screen – General Setup, but it is not shown:

    2021-12-04-15-53-50

    Can you help me to fix it, please? Thank you!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi @handmadehome

    Thanks for using our plugins.

    We saw the ‘Enable All’ button on your site but it doesn’t display every time:
    https://www.dropbox.com/s/3bjowdzs23gdmur/Screenshot%202021-12-06%20at%2011.33.44.png?dl=0

    There seems to be some errors on your site:
    https://www.dropbox.com/s/npy5pqqybb1pd41/Screenshot%202021-12-06%20at%2011.35.59.png?dl=0

    We recommend fixing those as this could be the reason why our plugin doesn’t work properly on your site.

    Hope this helps.

    Thread Starter SM

    (@handmadehome)

    Fixed! But that did’t help… looks like I’m doing something wrong:/
    I have 3rd Party Cookies enabled in your plugin.
    And I’ve added this code to snippets to prevent Facebook for WooCommerce plugin:

    add_filter('facebook_for_woocommerce_integration_pixel_enabled', 'gdpr_cookie_facebook_wc', 20);
    function gdpr_cookie_facebook_wc() {
      $enable_fb_wc = true;
      if ( function_exists( 'gdpr_cookie_is_accepted' ) ) :
      $enable_fb_wc = gdpr_cookie_is_accepted( 'thirdparty' );
      endif;
      return $enable_fb_wc;
    }
    add_action( 'gdpr_force_reload', '__return_true' );

    Maybe I should add something to your plugin?
    Now I only have code for Google analytics in Head Section of 3rd Party Cookies.

    Thread Starter SM

    (@handmadehome)

    I also just noticed that on mobile button on the bottom banner position can’t be reached:
    IMG-1760

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Enable All button not shown’ is closed to new replies.