• Resolved salvo722

    (@salvo722)


    hi

    i have a page blank on widget cart sidebar position on popup

    i uograde wooocmmerce, elementor, and theme on use

    i clear cache, bu t i do not solved

    what module/plugin/admin area control this elements?

    thanks for your support

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there, @salvo722! Thanks for contacting us.

    This is probably related to either Elementor or the theme you are using.

    If you deactivate Elementor and switch to a default theme such as Storefront, does the issue persists?

    Looking forward to your reply.

    Have a wonderful day!

    Thread Starter salvo722

    (@salvo722)

    thanks for your advice Of course, it is predictable that the problem concerns Elementor and the theme I updated both I would like to have more information on the details of a resolution, I understand that if I switch to the default theme I could solve it, but I have to keep this theme

    For example, can I restore the widget files from my backup, and if so, what are they?

    Thank you

    • This reply was modified 5 months, 1 week ago by salvo722.
    Plugin Support ckadenge (woo-hc)

    (@ckadenge)

    Hi there @salvo722,

    I understand your concern about solving the issue by restoring the widget files from your backup, however, as you’re using a third-party theme, we suggest reaching out to the theme support team for further assistance as they’re better placed to help you solve the issue.

    I hope this helps.

    Thread Starter salvo722

    (@salvo722)

    hi solved about this adjustable code on functions php

    ————-

    add_action( ‘wp_enqueue_scripts’, ‘custom_enqueue_wc_cart_fragments’ );
    function custom_enqueue_wc_cart_fragments() {
    wp_enqueue_script( ‘wc-cart-fragments’ );
    }

    Plugin Support omarfpg a11n

    (@omarfpg)

    Hi @salvo722,

    Thank you for sharing your solution with the community. This may help other merchants facing the same issue!

    However, a quick word of advise for you or anyone reading: consider making those changes in a child theme or through a plugin like Code Snippets to avoid your changes being overriden on updates.

    Cheers!
    -OP

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.