Okay
  Public Ticket #145008
slider auto loop not working
Closed

Comments

  • serge started the conversation
    HI I cannot loop automatically the slider, even with the loop=true option on my page. Is there any option elsewhere i have forgotten ? Serge
  •  998
    ThemeNectar replied

    Hey Serge,

    Have you set the autorotate paramter on the slider? You can add this

    autorotate="5000"

    on the shortcode and change the time to what ever you need it (in milliseconds)

    Cheers :)

  • serge replied

    Hi,

    I've added the autorotate on my salient sliderbut nothing is mobing :-(

     

    the parameters i'm using : [nectar_slider arrow_navigation="true" bullet_navigation="true" loop="true" autorotate="5000" location="services" slider_height="400" autorotate=""]

    any clue ?

     

    Serge

  •  998
    ThemeNectar replied

    Hey again!

    Yes - it seems that you have two autoroates on your shortcode, change it to just be:

    [nectar_slider arrow_navigation="true" bullet_navigation="true" loop="true" autorotate="5000" location="services" slider_height="400"]

    Cheers :)