Jump to content

Homeslider autoplay control not working


Recommended Posts

Hi

 

I have been following up on this issues and it seems it is still present. I use Prestashop 1.6.0.6 and it has the version 1.3.9 of Homeslider installed.

The control of the slider does not work even if you select No for autoplay. I even went to homeslider.php and changed the HOMESLIDER_LOOP', '1' to HOMESLIDER_LOOP', '0' and then reset the module.

The slider stil fails to stop.

I cleared cache in the backoffice and browser and still the same problem. I work on localhost so I cannot share link but it would help to know if anyone else is facing this or have a solution.

 

Thanks

 

 

 

Link to comment
Share on other sites

  • 7 months later...

Hi

 

I have been following up on this issues and it seems it is still present. I use Prestashop 1.6.0.6 and it has the version 1.3.9 of Homeslider installed.

The control of the slider does not work even if you select No for autoplay. I even went to homeslider.php and changed the HOMESLIDER_LOOP', '1' to HOMESLIDER_LOOP', '0' and then reset the module.

The slider stil fails to stop.

I cleared cache in the backoffice and browser and still the same problem. I work on localhost so I cannot share link but it would help to know if anyone else is facing this or have a solution.

 

Thanks

 

Hi, how did you solve this problem? I have the same one.

Link to comment
Share on other sites

It's a bit broken, you need to modify the homeslider.js file directly if the rest doesn't work (modules/homeslider/js)

 

 

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;
 
Change settings there
  • Like 2
Link to comment
Share on other sites

 

It's a bit broken, you need to modify the homeslider.js file directly if the rest doesn't work (modules/homeslider/js)

 

 

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;
 
Change settings there

 

 

I modified settings. But is there any way to modify them via admin panel?

Edited by rpo (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...