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:
