Your account expired support, please renew to get your support.

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Shopping cart #34364
    mstrhans
    Support Expired

    John;
    put this in functions php;

    add_filter( ‘woocommerce_add_to_cart_fragments’, ‘elementor_pro_cart_count_fragments’ , 1, 9999 );

    function elementor_pro_cart_count_fragments($fragments) {

    ob_start();
    woocommerce_mini_cart();
    $mini_cart = ob_get_clean();
    $fragments[‘div.widget_shopping_cart’] = ‘<div class=”widget woocommerce widget_shopping_cart”><div class=”widget_shopping_cart_content”>’ . $mini_cart . ‘</div></div>’;

    return $fragments;
    }
    }

    mstrhans
    Support Expired

    This works! super thank you!

    in reply to: Shopping cart #33264
    mstrhans
    Support Expired

    I hope this can be fixed soon? Elementor Pro seems to have a serious security issue. And indeed my live-site has been hacked. My site cannot work without the pro version

    https://elementor.com/help/elementor3-11-7-security-vulnerability-resolved/

Viewing 3 posts - 1 through 3 (of 3 total)