Click here to Skip to main content
15,908,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using this template: http://www.themenesia.com/themeforest/archi-light/index-onepage.html I want to remove the preloader progress bar which shows progress of page loading in percentage. Files for this preloader are

Loader CSS File [^]

JS File [^]

Page CSS File[^]

What I have tried:

I tried to delete both of these and removed css link and script from page. Also I removed this style from Page CSS File line 55:

body {
    display:none;
}


But still page is not loading and showing blank on screen. Please Help!
Posted

1 solution

Your can change the Settings for the Preloader in the File designesia.js[^].

After line 316 add:
showPercentage:false,
showSplash:false,
The first turns off the Percentage the Second the Splash.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900