• Howdy,

    I’m having some issues with a website I’m building, for now, it’s only the Mini Cart or Side Cart, it’s not showing the buttons and options. And I can’t find where to edit it. Also, I’m noticing that it only displays the Mini Cart thing only when I’m logged in, but for example in “Incognito mode”, when I click it, it doesn’t work, doesn’t do anything.

    Can you give me a hand please? I’m struggling a bit since a couple of days. I’m pretty new with WordPress so there are some stuff that I’m figuring out on the go.

    Thank you for your help!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • It looks like the mini cart only works when you are logged in because of caching problems. Try turning off any caching plugin or make sure pages like /cart, /checkout, and wc-ajax are not cached. Also, check your theme or cart plugin settings to change the side cart. Please mention here which theme or plugin you are using. The forums team will help you more!

    Thread Starter mattgalean

    (@mattgalean)

    @dilip2615 Hey, thanks for your answer!
    I’m using LiteSpeed Cache plugin, I deactivated it but no changes. I’m using the Woodstock theme, but couldn’t find the topic of that theme because it does not appear.

    How do I know if those pages are cached? I don’t have the wc-ajax page, should I have it?

    How do I check my theme and cart plugin? I was trying to find that.

    Thank you!

    Hello @mattgalean okay then you should to apply bellow suggestion like,

    put the code into wp-config.php file

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );

    after save the file and check the errors debug.log file(like wp-content/debug.log file)

    second thing change theme or deactivate one-by-one your plugin and check your functionality.

    you will get the result.

    Thread Starter mattgalean

    (@mattgalean)

    Hi @dilip2615 I managed to find the issue, it was ElementsKit Lite, I’ve deactivated it and now it shows the buttons. but it looks weird. Do you know by any chance how can I edit the side cart? I’m trying to find where, but not being succesful. I’m using Elementor but this theme was buikd in Bakery I believe, so I’m strugling to edit the header (banner) of the website. How can I do that?

    Thank you for your help! Much appreciated!

    Hello @mattgalean, Great to hear you found the issue with ElementsKit Lite
    To edit the side cart, it depends on which plugin or theme feature is powering it. If it’s from your theme or a WooCommerce plugin (like WooCommerce Cart or Ajax Cart), you will usually find its settings under Appearance > Customize or in the plugin’s settings under WooCommerce > Settings or its own menu in the dashboard.

    Since your theme was built with WPBakery, editing the header/banner might be a bit tricky in Elementor. You may need to:

    • Check Appearance > Theme Options or Header Builder (if your theme has one), Or go to Pages > Home and edit it using WPBakery (not Elementor),
    • If it’s a global header, it might be in a template or header.php file (accessible via Appearance > Theme File Editor).
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Need help with the Mini Cart/Side Cart’ is closed to new replies.