Okay
  Public Ticket #3596903
Preloader without Ajax
Closed

Comments

  •  2
    Alex started the conversation

    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!

  •  1,809
    Support replied

    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