Skip Navigation

[Resuelto] AJAX pagination problems

This support ticket is created hace 5 años. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Francisco Ramón Molina Busquiel hace 4 años, 12 meses.

Asistido por: Nigel.

Autor
Mensajes
#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.
enlace oculto
Look at the screenshot.
Regards,
Jose

#1391403

Nigel
Supporter

Idiomas: Inglés (English ) Español (Español )

Zona horaria: 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.