• 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!

Viewing 1 replies (of 1 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi @alex_olex ,

    Have you replaced the “namespace/your-block-name” with the correct block name from Kadence? In case you have troubles finding that block name, please drop us a message (with your site URL) via live chat on our website and we’ll check it for you.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.