Hello all,
I'm trying to redo the slider on the home page of the site, below the menu and the article banner.
With a difference, filtered by the date of the event.
All is well, I have succeeded except for the "Next" and "Previous" buttons, the orange arrows.
I can not put the button down, and it is responsive with the ajax that works.
My code for this :
[wpv-filter-start hide="false"]
[wpv-filter-controls][/wpv-filter-controls]
<div class="row">
<div class="col-sm-12"><div class="jesushead">
[wpv-pager-prev-page force="true"][wpml-string context="wpv-views"]
[/wpml-string][/wpv-pager-prev-page][wpv-pager-next-page force="true"][wpml-string context="wpv-views"]
[/wpml-string][/wpv-pager-next-page]
</div></div>
</div>
[wpv-filter-end]
My problem is placed only top slider, and impossible to place bottom slider ... with Ajax and responsive work...
Pleas help me !!
Is there any documentation that you are following?
https://toolset.com/documentation/user-guides/creating-sliders-with-types-and-views/?wpv_aux_current_post_id=91931&wpv_aux_parent_post_id=91931&wpv_view_count=93490-TCPID91931CPID91931&wpv_paged=2
Is there a similar example that we can see?
Yes, on hidden link
After menue and the slider article banner.
For the copy is :
hidden link
You can remove the pagination from the Filter Editor, and instead add it with the GUI to the Loop Editor, just below the first section of "items found" (loop)
Or, you can leave it in the Filter editor, and instead move the entire Filter under the Loop, this is done at the bottom of the View, there is an editor called "Filter and Loop Output Integration Editor"
https://toolset.com/documentation/user-guides/front-page-filters/#displaying-custom-search
There you can move the "wpv-filter-meta-html" under the "wpv-layout-meta-html"
Does this help?