Jump to content

Bug - "Image slider for your homepage" module "Speed" and "Pause" settings have no effect


tjtang

Recommended Posts

Using PS 1.6.0.9, under Admin > Modules > "Image slider for your homepage"

 

I set Speed to 500 milliseconds and pause to 60000 milliseconds and save. This doesn't seem to have an effect on the carousel timings on the homepage.

Link to comment
Share on other sites

  • 1 month later...

Hello there, I have this problem too.

 

I made the Pause longer but without any difference. Every three seconds it's changing.

When I change it Pause from 500, to 5000, 50000, 500000, 5000000, it all remains exactly the same.

 

And when I brought the amount of images backt to just 1 image, that one image is still fading in and fading out while I turned off Automatic Playing.

 

Strange and annoying.

Link to comment
Share on other sites

Check your theme folder, js/modules/homeslider/js and see the js file there, if any.

 

The bootstrap theme sets defaults there

 

 
if (typeof(homeslider_speed) == 'undefined')
homeslider_speed = 500;
if (typeof(homeslider_pause) == 'undefined')
homeslider_pause = 3000;
if (typeof(homeslider_loop) == 'undefined')
homeslider_loop = true;
if (typeof(homeslider_width) == 'undefined')
homeslider_width = 779;
 
So you can change tehse if the rest doesn't work
Link to comment
Share on other sites

Hi Nemo, thanks for your answer.

 

I downloaded the Homeslider file, it was completely empty.

Then I placed if (typeof(homeslider_speed) == 'undef.... etc. in it.

Nothing changed. Also not when I edited the values.

 

I think this EDA-theme I've installed saves his slidervalues at a different location.

 

Maybe I should ask the templatebuilder.

Link to comment
Share on other sites

×
×
  • Create New...