I would need the first previous link on the first slide to link to the last slide, and the last next button on the last slide to link to the first slide, so you have a continuous loop of search results without a start and end.
Hi, you are describing the standard behavior for the Next and Previous text links as you can see in the Testimonials section here: https://christiancox-22119-rtl-1.discover-wp.com/
Am I misunderstanding your request?
Indeed, that is the behaviour I am looking for, but on my first slide, I cannot click the previous arrow. There is no A HREF around it.
Can you please share the code from your View's Loop Output editor and Filter Editor panels?
LOOP OUTPUT EDITOR
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop wrap="2" pad="true">
[wpv-item index=1]
<div class="row profile-slider">
<div class="col-sm-7" style="position:relative">[wpv-post-body view_template="View for Team Members - slide video"]</div>
<div class="col-sm-1"></div>
<div class="col-sm-4">[wpv-post-body view_template="View for Team Members - slide"]</div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
[/wpv-no-items-found]
[wpv-layout-end]
However, my pagination is in the FILTER EDITOR
[wpv-filter-start hide="false"]
[wpv-filter-controls]
<ul class="pagination">
<li class="page-item">[wpv-pager-prev-page force="true"][wpml-string context="wpv-views"]<i class="fa fa-chevron-left"></i>[/wpml-string][/wpv-pager-prev-page]</li>
<li class="page-item">[wpv-pager-next-page force="true"][wpml-string context="wpv-views"]<i class="fa fa-chevron-right"></i>[/wpml-string][/wpv-pager-next-page]</li>
</ul>
[/wpv-filter-controls]
[wpv-filter-end]
I don't see anything obviously wrong in this code. Can you share a URL where I can see the problem? Please provide login credentials in the private reply fields here.
Okay I see why there is a difference here. My View is set to use Automatic AJAX pagination, but yours is set to use Manual AJAX pagination. When I change mine to Manual, I see the same issue. Let me reach out to my 2nd tier support team to see if it's possible to create a looping slider View with Manual AJAX pagination. I'll update you when I have some additional information to share.
It turns out that automatic AJAX pagination is required for this type of looping with Next and Previous buttons. Another option is to use dot navigation instead of Next / Previous links. Yet another option is to use custom code to create this type of navigation system, but that falls outside the scope of support we provide here in the forums. I will be glad to submit this as a feature request if you'd like. Let me know how you would like to proceed.
The downside of automatic pagination is that the max delay is only 19 seconds which is too fast for our use. Can that be modified?
There is no public API for modifying the delay options. However, you can enable the "Pause on hover" option, which will stop the timer whenever the user moves their mouse over the slider area.