• Resolved humnanaeem

    (@humnanaeem)


    when I add products in the cart, products get updated and it also opens the mini cart popup but the close button of working is not working now.

    It works if I reload the page and open the popup myself

Viewing 1 replies (of 1 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    $('body').on('click', '.elementor-menu-cart__close-button', function(){
    						$('.elementor-widget-woocommerce-menu-cart').removeClass('elementor-menu-cart--shown');
    					});

    Earlier I implemented the script pasted above but later it was not required because elementor was handling the close button by itself, try this on your end if it is really required again?

Viewing 1 replies (of 1 total)
  • The topic ‘Mini Cart Close Button stops working’ is closed to new replies.