Hi the The Previous and Next button tabs are now present on the view page. Please see the 3 x screenshots they are setup and present in the code console area to build the search box. However the
elements are just blank and not active links with no text present?
page link reference: hidden link
Any help appreciated - you'll notice everything is present but you can only see the bullet point • dot. They are also underneath each other instead of floating left and right side so on the same row line visually.
cheers
Paul
Hi, it looks like there are only 3 results found in this View, so the pagination links should not appear (10 items per page). I can see that you have created ul and li elements in the Search and Pagination panel. These elements will appear regardless of whether or not pagination should be displayed. However, the links produced by the wpv-pager-prev-page and wpv-pager-next-page shortcodes do not produce content when your View has only 3 results. So my recommendation here is to move the li tag markup into the wpv-pager-prev-page and wpv-pager-next-page shortcodes. This will suppress the li tags when pagination is not necessary, based on the configurations for your View and pagination shortcodes. More information about pagination with Views:
https://toolset.com/documentation/user-guides/views-pagination/