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!
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:
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:
now down in that section change this:
to this:
Cheers :)
Thank you again for the fast response and the wonderful service ;)
You're very welcome! :)
The autoplay fix was helpful - thank you!