Skip Navigation

[Resolved] Pagination controls in output area not working

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 1 voice.

Last updated by javierP-10 1 month, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2815744

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?

#2815954

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

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.

#2815978

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Can you please check now.

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.

<div class="paginacion-catalogo">
[wpv-pagination][wpv-pager-nav-links output="bootstrap" previous_next_links="true" step="10" reach="1"][/wpv-pagination]
 </div>

Can you please confirm it works as expected.

#2816081

Hello Minesh, thank you, it's working fine now!