• Hello,
    i currently updated to WP 5.0.3.. After I did so I just had a white box when I opened the page. Until then this problem did not disappear.

    I found out that it could be a problem with the preloader, because the white box disappears when I set opacity on 0, but just the white box.
    When I do so, I can also see that there is a problem with die Header and the pictures there.

    I would be very glad, when you can help me with that problem.

    Best regards!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    From the web browser’s console tool, your site can’t load some WordPress’ core scripts. You could check it your self with it. https://blog.teamtreehouse.com/mastering-developer-tools-console

    As some scripts failed to load, Sydney’s script which handles the preloader won’t be executed. That’s why it stays displaying white and won’t go away, even when page completely loaded.

    However I believe there’s no issue with Sydney. I can confirm that it works well on the latest version of WP. Please check your server configuration and ensure it meets the minimum requirements as mentioned here: https://www.ads-software.com/about/requirements/.

    In the mean time, you might want to disable the preloader by adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .preloader {
      display: none !important;  
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Problems Preloader WP 5.0.3’ is closed to new replies.