Hello Alex, we can enable the preloader even though the ajax is disabled if you can provide wp admin access in a private comment with full rights using Appearance -> theme file editor.
Or, if you open /js/scripts.js replace line 237
if (!$('body').hasClass("disable-ajaxload") && !$('body').hasClass("woocommerce-page")) {
Hi there, I'd like to use the preloader even if I have disabled ajax transitions, at least for the initial page load. Is this possible?
Thanks!
Hello Alex, we can enable the preloader even though the ajax is disabled if you can provide wp admin access in a private comment with full rights using Appearance -> theme file editor.
Or, if you open /js/scripts.js replace line 237
if (!$('body').hasClass("disable-ajaxload") && !$('body').hasClass("woocommerce-page")) {
with
if (!$('body').hasClass("woocommerce-page")) {
so remove the first condition
Hard refresh the page before testing (Ctrl+F5)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy