• The slider loading time increased after updating from WordPress 4.8.4 to 4.9.1. This causes any page with a slider element to take longer to load (30 seconds or longer). Have never had any loading time issues before but slider will hang and depending on position will cause other page elements to be blocked (such as navigation) until it has finished loading. The main issue is visible on my sites front page since a large slider is placed right below the main navigation. Please HELP! Will pay for professional assistance if necessary to resolve. Thanks in advance.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    Hello, I’ve tried to load the page several time with a normal broadband connection, but, despite being slow, it never passes 6 seconds. This is due to the amount of plugins installed on your website and the number of images that the slider has to load before starting.

    We can solve the menu problem with a simple CSS instruction.
    Edit the style.css file of the theme (From the WordPress backend, go to Appearance -> Editor -> style.css).

    At the end of the file, add the following code:

    .crellyslider > .cs-preloader {
        z-index: 2 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Slider loading time increased’ is closed to new replies.