• Resolved patjk

    (@patjk)


    Is it possible to turn off the lazy load? The table loads slowly and a few seconds after the page is loaded. Is it possible to fix this so it loads instantly with the page?
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support numan

    (@annuman)

    Hello @patjk,

    Unfortunately, the table preloader can’t be excluded but you can hide the loader with custom CSS if you want.

    .footable-loader {
        display: none !important;
    }
    
    table {
        display: table !important;
    }

    Thank You

    Thread Starter patjk

    (@patjk)

    Thanks for the reply. The issue is the delay in loading on the page. It should load instantly as the delay causes a drop in conversion rate. Is there any way to resolve it? Thanks again.

    Plugin Support numan

    (@annuman)

    Hello @patjk,

    I am afraid that there is no other way to resolve this.

    Thank Yopu

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Turn off lazy load?’ is closed to new replies.