Link to next project using fullscreen slider last slide
-
Re: Link to Next Project using Fullscreen Slider click on last slide
I've found an old topic about this idea, but this would be gold.
http://laythemeforum.com/topic/5433/link-to-next-project-using-fullscreen-slider-click-on-last-slideBy clicking forward on the last slide of the Fullscreen Slider, to go to the next project, in chronological order, as you do in the project index feature. With this would be possible to see the entire portfolio without even using the menu.
Cheers! =)
-
you can right click the row's background and click "set row link"
try that
-
Thanks @arminunruh! I tried to use the project arrow option, with both thumbnail or text, and hiding the left arrow, but its not perfect!
How can I find the last slide and link it to '#laynextproject'? OpenAI gave me this but not working!
<script> $(document).ready(function() { $(document).on('fpAfterSlideLoad', function(origin, destination, direction) { if (destination.index == lastSlideIndex && destination.item.isLast) { window.location.href = '#laynextproject'; } }); }); </script> -
how about you link the last row in your projects to
#laynextproject
maybe that works!
as i said:
you can right click the row's background and click "set row link"