Home Forums WoodMart support forum Preloader time is too fast

Preloader time is too fast

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #208742

    nickla24
    Participant

    Hello,
    can you tell me how can i reduce the speed of preloader system?

    #208836

    Hello,

    Please add this code to the functions.php of the child theme:

    add_filter( 'woodmart_preloader_delay', function() {
       return 300;
    } );

    Best Regards

    #208858

    nickla24
    Participant

    Hi, i added the code but not working.

    #208865

    Hello,

    Have you changed the value 300? Try to change it.

    Best Regards

    #208872

    nickla24
    Participant

    Yes I tried to change it to 3000 but to no avail

    #208936

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #208979

    nickla24
    Participant

    Hi,
    i send you site admin access
    Thanks

    #209041

    Hello,

    I am checking and see that you are using the animated custom image. It is not possible to change the speed as the speed is determined by animation speed from one side and site loading speed which does not allow the animation to finish.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)