Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Slider auto transition not working #44

Closed
morfin opened this issue Apr 1, 2019 · 3 comments
Closed

Image Slider auto transition not working #44

morfin opened this issue Apr 1, 2019 · 3 comments

Comments

@morfin
Copy link

morfin commented Apr 1, 2019

Hi,

Not even the official demo site is working. By default the slide should transition every 5000ms. That's not happening. Any idea?

@dosbiner
Copy link
Contributor

dosbiner commented Apr 2, 2019

+1
I can confirm this bug

@prestarocket
Copy link
Collaborator

i wll fix it in the next release;
in modules/ps_imageslider/views/templates/hook/slider.tpl, you can add :
` <div id="carousel" class="carousel slick__arrow-large" {if $homeslider.slides|count > 1}data-slick={strip}
'{literal}{
"autoplay": true,
"slidesToShow": 1,
"autoplaySpeed":{/literal}{$homeslider.speed}{literal},
"dots": true

}{/literal}'
{/strip}{/if}>`

prestarocket pushed a commit that referenced this issue Apr 19, 2019
@prestarocket
Copy link
Collaborator

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants