Okay
  Public Ticket #169875
Home vs. Nectar slider
Closed

Comments

  • Melissa started the conversation

    Hiya,

    I'd like my Nectar slider to automatically loop through images I feed it (without adding arrows or anything). The home slider can do this, but the home slider doesn't auto resize for mobile, whereas the Nectar does. Anyone have any info about how I can do this?

  •  1,069
    ThemeNectar replied

    Hey Melissa!

    You can define your own autorotation for the Nectar Slider right on the shortcode itself. Just add the parameter

     
    autorotate="6000"
    

    Cheers :)

  • Melissa replied

    Awesome thanks!  Is there a list somewhere of these attributes I can add/edit?  Example, if I want it to fade instead of slide, or to control the speed of the transition?

  •  1,069
    ThemeNectar replied

    Hey Melissa!

    All of the attributes are actually available from the shortcode generator itself - any other options would require custom development at this time/ Unfortunately there's no option for a fade transition, but you could adjust how fast the slider transitions in the nectar-slider.js file located in the js folder. Just modify this line in regards:

     
    speed: 525,
    
    Cheers :)