• Closed by: Marek
  • Closed on: 29.08.17, 23:29
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9201 - al4.5 minicslider auto rotate doesn't work

file \modules\pk_minicslider\views\templates\front\front.tpl

auto: {if $minicSlider.options.manual == 1}true{else}false{/if},

change to

auto: {if $minicSlider.options.manual == 0}true{else}false{/if},

Comments

No comments yet