Support » Plugin: Responsive Slider » Delay in Responsive Slider

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem? anyone found the solution?

    I seem to have fixed the slow load time on my site by the following:

    Look inside the plugin for the file responsive-slider.js. Fine the line near the bottom of the file that has:

    rsjqu(window).onload(function() {

    and change that to:

    rsjqu(window).ready(function() {

    The downside of using “ready” is that it may take a quick second for your slider images to load. The upside is that the slider area appears almost immediately so you don’t have the problem of the slider area appearing after a delay.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delay in Responsive Slider’ is closed to new replies.