• Resolved danielmoorehbd

    (@danielmoorehbd)


    Hi,
    This pops up absolutley fine on WooCommerce pages like categories, products, basket and chackout, but it is blank on pages and posts with no shop content, is there any reason for this?
    Kind Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter danielmoorehbd

    (@danielmoorehbd)

    Fixed!
    I had these dequeued in my functions.php file…

    If you have this issue, hash these out or delete them!

    // wp_dequeue_style( ‘woocommerce_frontend_styles’ );
    // wp_dequeue_style( ‘woocommerce_fancybox_styles’ );
    // wp_dequeue_script( ‘wc-add-to-cart’ );
    // wp_dequeue_script( ‘wc-cart-fragments’ );
    // wp_dequeue_script( ‘wc-cart’ );
    // wp_dequeue_script( ‘woocommerce’ );

    Kind Regards

    Congrats you are able to self-diagnose and solve your issue. I wish I would have never installed this plugin as it totally screwed up my shop after I deleted it. And the support here is non-existant to say the least.

    Hi @danielmoorehbd

    You got it right. The plugin needs woocommerce scripts to run effectively.

    @wpdzn3r If you have disabled the plugin, that means you have disabled all the code. If you’re still seeing some of the plugin html markup on your site, it might be because of your cache plugin or CDN.
    Kindly clear your website cache.
    There is no way plugin could still be executing code while it is disabled.

    • This reply was modified 5 years, 4 months ago by xootixsupport.

    I have this similar issue. Ive checked both the theme & child themes function.phps and cant find anything that resembles the above resolution anywhere. Thanks in advance & great plugin. My site is: keepdopealive.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Side Cart appears blank when on a page or post’ is closed to new replies.