Skip Navigation

[Gelöst] AJAX pagination problems

This support ticket is created vor 5 Jahren. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Francisco Ramón Molina Busquiel vor 5 Jahren.

Assistiert von: Nigel.

Author
Artikel
#1391123
pagination.png

Hi!
When AJAX is connected some elements of the pagination do not work (Next / prior / Page number / Number of pages).
In general they do not work.
In general, even framed numbers do not work correctly.
Play with pagination and you will see that it does not work properly.
versteckter Link
Look at the screenshot.
Regards,
Jose

#1391403

Nigel
Supporter

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+00:00)

Hi Jose

The problem here was that you had inserted the pagination controls in the Loop Editor outside of the wpv-layout-start shortcode which wraps the entire output section.

So when you triggered the pagination, only the results initially updated, but not the pagination controls themselves.

I moved the closing wpv-layout-start shortcode to the end, after your pagination controls, and it now works as expected.

#1391421

Yes Now it works perfectly. 🙂
Many thanks Nigel.