Conflict with WooCommerce Cart Banners
-
It turns out that the WooCommerce Kadence ShopKit Cart Banner is conflicting with SlimSEO. Once the plugin is disabled the cart banner works as expected. The issue is that the cart banner is showing up 4 times on the Cart page instead of just once. (Two banners are showing up above the header and one cart banner is showing below the footer.)
I have tried to solve this issue with this code which I have found on the with the SlimSEO troubleshooting guide:?https://docs.wpslimseo.com/slim-seo/troubleshooting/
add_filter( ‘slim_seo_skipped_blocks’, function( $blocks ) {
$blocks[] = ‘namespace/your-block-name‘;
return $blocks;
} );Unfortunately, this code doesn’t seem to work in my case. I am using Gutenberg, WooCommerce and Kadence ShopKit.
What else can I do to resolve this issue?
Thank you!
- You must be logged in to reply to this topic.