• Resolved wiroxit

    (@wiroxit)


    Please how do I disable the rotating animation before the site loads? It is causing my site not to load in about 95% of the cases. Everything else works fine but causes site to take too long to load. I want to disable it please.

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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.

    Thread Starter wiroxit

    (@wiroxit)

    @ajith thanks for your williness to assist.

    Site is https://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.

    Thread Starter wiroxit

    (@wiroxit)

    I’ll try it and get back to you. Thank you.

    Thread Starter wiroxit

    (@wiroxit)

    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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I disable site load animation’ is closed to new replies.