Jump to content

BUG: Not possible to turn off the slider.


Recommended Posts

I can confirm I can see the slide and it is moving, so not your local cache

 

My only suggestion would be to reset the module. If that does not work uninstall / re-install the module (clearing caches after process)

Link to comment
Share on other sites

Hi,

 

Sorry but I can not reproduce it on that version right now. Please comment back on http://forge.prestas...owse/PSCSX-1491

 

Can you look after "var homeslider_loop" in the source code of your page ?

 

Best regards

 

Hi Gregory,

 

Still sliding for me (localhost), is this helpful?  (cleared cache from bo performance)

 

04.01.2014-05.46.png

http://screencast.com/t/4jDZWNIdk

Link to comment
Share on other sites

Hi,

 

It shows the variable is empty. So the cache issue is still present. Can you check that this file is up to date corresponding to https://github.com/PrestaShop/homeslider/commit/ef1743d7a763ea272199186d09bc574218c2c24c Can you please test on a fresh install ? https://github.com/PrestaShop/PrestaShop/archive/1.6.zip

 

Best regards

 

Hi, I used the homeslider.php from github, it worked fine, here is the value I think you are interested in.

var homeslider_loop=0;

Link to comment
Share on other sites

Sorry I do not understand. The value should be either true or false in the default-bootstrap theme.

 

Can I close the track ?

 

Best regards

 

the file homeslider.php I  used for github works. https://github.com/PrestaShop/homeslider/commit/ef1743d7a763ea272199186d09bc574218c2c24c

 

I tested both auto play yes/no.  No problems, so I would think commit this, when done I will update the module from back office.

Link to comment
Share on other sites

  • 1 month later...

The problem is still there in version 1.3.9. I checked with Chrome inspector and this is what I saw 

var homeslider_loop=;

I have cleared cache both browser's and Prestashop BO, it did not work. The autoplay cannot be stopped.

Can you please look into it. I am testing on localhost so I cannot provide a link.

Thanks

Link to comment
Share on other sites

Any pointer from anyone. This homeslider module is the only free slider I can think of that is upgraded for PS 1.6. I would have used minic slider but the backend is not adapted for PS 1.6.

 

Thanks for your help.

Link to comment
Share on other sites

  • 1 month later...

Mine is 1.606, image slider 1.3.9 deleted and reinstall. Sitll got similar problem.

var homeslider_loop=;

this error caused zopim not working on the home page.

 

I did a quick fix to the file.

\modules\homeslider\views\templates\hook\header.tpl

 

{if isset($homeslider)}
{if $homeslider.loop == ''}
{$homeslider.loop=0}
{/if}
<script type="text/javascript">
     var homeslider_loop={$homeslider.loop};
     var homeslider_width={$homeslider.width};
     var homeslider_speed={$homeslider.speed};
     var homeslider_pause={$homeslider.pause};
</script>
{/if}

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

×
×
  • Create New...