Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1188984
Disable preloader
Closed

Comments

  •  2
    maklerska started the conversation

    Where can i turn off preloader for whole page?

  •  432
    Sergio replied

    HI!

    pls. use following css:

    .preloader{
        display:none !important;
    }

     

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  2
    maklerska replied

    It will hide preloader yes but not disable it.

    Very ugly event still exist: after full page load javascript move it to the top.

    This is very wrong in 2 cases:

    1. Anchor #comments should move page to comments section. It moves but after load event it jump to top.

    2. When some content is loaded users start scroll page down. And then it jumps back to top.


    So how to diasble preloader with it javascript events?

  • [deleted] replied

    We can't remove preloaders from scripts. There is  necessary a lot of theme and plugin modification.