Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #33173
    johnolsen
    Support Expired

    Hi urgent need for support!

    After updating WordPress, the shopping cart doesn’t display any items, also no go to checkout button. Can you please help to restore this?

    Regards
    John

    #33174
    johnolsen
    Support Expired

    Meantime I have deactivated Elementor pro as I have read from other support tickets that this is causing the problem. So looking forward for the fix for this problem,

    Regards

    #33245

    Hi,

    yes, we are currently checking what is the issue between the theme and the Elementor Pro plugin. We will take care of this issue and update in the upcoming theme version.
    You should temporarily disable the Elementor Pro plugin to fix this issue.

    #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/

    #33907
    johnolsen
    Support Expired

    Is this issue already resolved?

    #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;
    }
    }

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

You must be logged in to reply to this topic.