Usually loading image is used to show it until the site is loaded. I don’t think that you can load the site even you remove the loading animation. But I can take a look if you could post the URL of your site.
@ajith thanks for your williness to assist.
Site is http://www.wiroxit.com
Hi wiroxit,
you are welcome.
zerif-lite developers says there is an option ( checkbox ) to prevent loading pre-load image in theme options. But if you can’t find it, just open style.css in your theme folder and remove the code bellow. You should find this code around line number 1280
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99999;
height: 100%;
width: 100%;
overflow: hidden !important;
}
.status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image: url(images/loading.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}
Hope this helps you out.
I’ll try it and get back to you. Thank you.
Worked like a charm. I saw the disable preload image in theme’s General Option and checked it. That solved the problem. Thank you @ajith and thank you support. Now my google speed test result has gone up a notch.
glad that you could fixed your problem
I am also thanking you Ajith