Reply To: Slider takes 7-9 seconds to load

Home Forums Fixit WordPress Theme Slider takes 7-9 seconds to load Reply To: Slider takes 7-9 seconds to load

#9277
socialmedia
Participant

FINAL UPDATE – SOLVED

I foudn that in jquery.nivo.slider.js there was an IF statement to auto-set the start slide, but it wasn’t working for me.

original, starting line 58:
// Set startSlide
if(settings.startSlide > 0){
if(settings.startSlide >= vars.totalSlides) { settings.startSlide = vars.totalSlides – 1; }

My solution:
// Set startSlide
if(settings.startSlide > 0){
if(settings.startSlide >= vars.totalSlides) { settings.startSlide = vars.totalSlides;}

You might want to update the code for the fixit pro theme package with this fix.

Unlock exclusive deals awaiting you

Your exclusive code is ready! Copy it now!

Get 20% off now!