How exactly would it be to completely disable the "loading" screen that slides down and up on every single page? I find it somewhat unnecessary especially since I'm optimizing all my graphics and putting varnish cache in front of the site.
How do I cleanly disable the loading screen?
Hi,
Do you mean that you want to disable preloader in all pages except Homepage, right?
I want the ability to disable it across the board. If you can tell me how to disable it everywhere or per-page, that would be most helpful.
Thanks!
Hi,
So please send us your site's url, admin account and FTP account to [email protected] (also this forum link)
We will create a demo for you
Hello,
I dont need a demo, i just need high level instructions to disable the loading screen , for example "edit this .js file , comment out lines 200-300". or "add this class to your style.css".
Please simply give me an overview of how to disable.
Hi,
Please open file style.css and add the following code at the bottom of the file
.front is the class of tag HTML body. In homepage, the class of body is front. In other pages, there will be other class of the body
works perfect - thanks!