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!
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 1 year ago by
salvo722.
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.
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’ );
}
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