Hello,
I created a filter view for "Mobile search only" for serching songs.
I want to have less filters on the mobile view than on the Computer view.
The filters are perfectly working but the pagination does appear at all.
I have set the limit of result to "no limit" and limited the result per page to one.
I do have many different custom post type songs so the problem is not that the
[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="row">
<div class="col-xs-4">
<div class="form-group">
<label for="wpv-post-search">[wpml-string context="wpv-views"]Rechercher ...[/wpml-string]</label>
[wpv-filter-search-box output="bootstrap"]
</div>
</div>
<div class="col-xs-4">
<div class="form-group">
<label for="wpv-genre-musical">[wpml-string context="wpv-views"]Genre Musical[/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="genre-musical" type="select" url_param="wpv-genre-musical"]
</div>
</div>
<div class="col-xs-4">
<div class="form-group">
[wpv-filter-reset output="bootstrap"]
</div>
</div>
</div>
[/wpv-filter-controls]
<ul class="pagination">
<li class="page-item">[wpv-pager-prev-page][wpml-string context="wpv-views"]Previous[/wpml-string][/wpv-pager-prev-page]</li>
<li class="page-item">[wpv-pager-next-page][wpml-string context="wpv-views"]Next[/wpml-string][/wpv-pager-next-page]</li>
</ul>
[wpv-filter-end]
After several test only the scrolling page filter appears but it only offers the possibility to stay on "page 1" :
<div class="form-inline">
<div class="form-group">
<label for="wpv-pager-nav-dropdown">[wpml-string context="wpv-views"]Go to page[/wpml-string]</label>
[wpv-pager-nav-dropdown output="bootstrap"]
</div>
</div>
Thank you inadvance for your help.
Best
Hi,
Thank you for contacting us and I'd be happy to assist.
During initial testing on my own website, I wasn't able to reproduce this issue.
Can you please share temporary admin login details, along with the link to a page with this view? This will allow me to see exactly how this view is set up and investigate this in more detail.
Note: Your next reply will be private and please make a complete backup copy, before sharing the access details.
regards,
Waqar
Hi,
Thank you for sharing the admin access.
I noticed that in your view "Vue chansons" for the desktop/computer, "No pagination" option was selected in the "Pagination and Sliders Settings".
I've set it to have pagination and also moved the pagination's code at the start of the "Loop Editor" section and it is now showing.
( Screenshot: hidden link )
Note: The pagination wasn't showing from the "Search and Pagination", because the view is showing the search filters and search results separately on the page.
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar