HI! I'm working in a cars catalogue. I have the storefront page in hidden link. I created a view in legacy editor to display all the cars saved and added filter and pagination controls over the cars table. I want to display the same pagination controls below the table, but when I copy the code of the pagination controls in the results editor, under the [wpv-layout-meta-html] shortcode, it displays the pagination controls but it works unconsistenly, the page number and styles doesn't update correctly. The pagination controls over the table works fine.
I'm using this shortcode for pagination: [wpv-pagination][wpv-pager-nav-links output="bootstrap" previous_next_links="true" step="10" reach="1"][/wpv-pagination] Can you have a look please?
Hello. Thank you for contacting the Toolset support.
Can you please share admin access details and let me check whats going wrong with your setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
The issue was as you are using AJAX pagination, the pagination should be within the scope where AJAX update applied. So we need to move the pagination within the "Loop Editor" section.
I've moved the pagination shortcode within the "Loop Editor" section just after the [/wpv-items-found] shortcode.