How to disable wishlist button loading animation. When I select any color or size of any products ( single product page ) then the wishlist button start loading animation. check the Private content area…
This topic has 4 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
How to disable wishlist button loading animation. When I select any color or size of any products ( single product page ) then the wishlist button start loading animation. check the Private content area…
Hello,
Go to YITH > Wishlist > try to disable Enable AJAX loading option.
Regards
This option already disable… check the Private content area
Hello,
We checked and found that it’s wishlist plugin built-in option, check the demo https://plugins.yithemes.com/yith-woocommerce-wishlist/product/blue-man-t-shirt-2/
They reload button after variation changes and while you loading the page. I’m afraid that we could do nothing with this.
You can just hide loader using custom CSS below
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay {
display: none !important;
}
Regards
The issue related to '‘How to disable wishlist button loading animation’' has been successfully resolved, and the topic is now closed for further responses