Okay
  Public Ticket #158470
Autoloop and arrows in Portfolio row
Closed

Comments

  • Pedro started the conversation
    Hi! First, thanks to all the team for the fast response to the previous question! I need to have "auto loop and arrows" in portfolio row, in home page. We can have that in Nectar slider with the code you give: [nectar_slider full_width="true" parallax="true" arrow_navigation="true" bullet_navigation="true" desktop_swipe="true" location="Home" slider_height="600" loop="true" autorotate="7000"] How can we put that code in Portfolio row to have the same arrows inside and the autoloop? [recent_projects full_width="true" hide_controls="true" category="all" number_to_display="9"]? Thank you!
  •  1,070
    ThemeNectar replied

    Hey Pedro!

    There's an option to have arrows in the recent projects shortcode but they're not styled like the Nectar Slider (that would require custom development). If you want the recent projects to auto scroll, head into the init.js file located in the js folder and find this line:

    $('.carousel:not(".clients")').each(function(){

    now down in that section change this:

    auto    : {
    	play: $autoplayBool
    }

    to this:

    auto    : {
    	play: true
    }

    Cheers :)

  • Pedro replied

    Thank you again for the fast response and the wonderful service ;)

  •  1,070
    ThemeNectar replied

    You're very welcome! :)

  • [deleted] replied

    The autoplay fix was helpful - thank you!