I realised that the Preloader is not displaying with WooCommerce, so i've checked my configuration and realised that it's not showing in the demo shop of the live preview : http://clapat-themes.com/wordpress/rayden/shop/
Would you please share a fix with me, should it be one?
Thanks in advance for your help. Best regards, Sébastien
Dear Support Team,
I realised that the Preloader is not displaying with WooCommerce, so i've checked my configuration and realised that it's not showing in the demo shop of the live preview : http://clapat-themes.com/wordpress/rayden/shop/
Would you please share a fix with me, should it be one?
Thanks in advance for your help.
Best regards,
Sébastien
Dear Sébastien,
try replacing line 3535 from
if ( $("body").hasClass("woocommerce-page") ) {
to
if ( $("body").hasClass("woocommerce-page") && !$("body").hasClass("load-no-ajax") ) {
https://prnt.sc/lURDwKU1YPDN
Hard refresh the page before testing (Ctrl+F5)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Dear Support Team,
All good. Thanks for your help.
The Fix is working just fine.
Best regards,
Sébastien