Navigation überspringen

[Gelöst] Pagination controls in output area not working

This support ticket is created vor 11 months. There's a good chance that you are reading advice that it now obsolete.

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 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 2 Antworten, hat 1 Stimme.

Zuletzt aktualisiert von javierP-10 vor 11 months.

Assistiert von: Minesh.

Author
Artikel
#2815744

HI! I'm working in a cars catalogue. I have the storefront page in versteckter 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
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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!