Skip Navigation

[Resuelto] Want slider pagination displayed below (not above) slider

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem: I'm using Views to create a slider but I want the pagination links to appear below the contents. How can I reorder the display so the content appears first?

Solution: Edit the View and find the Output Editor panel. Activate the panel in Screen Options if you cannot see it. Then reorder the filter and layout shortcodes like this:

[wpv-layout-meta-html]
[wpv-filter-meta-html]
This support ticket is created hace 5 años, 10 meses. 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Etiquetado: ,

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Clifford hace 5 años, 10 meses.

Asistido por: Christian Cox.

Autor
Mensajes
#1178282

How can I move the pagination BELOW the slider instead of the apparent default (counter-intuitive in my opinion) of ABOVE the slider?

#1178588

Hi, it depends on where you have added the pagination shortcodes. If they are in the Search and Pagination panel, you can reorder the output in the Output Editor panel. If you can't the Output Editor, scroll to the top right corner and click "Screen Options". Then you can activate this panel. You will see two shortcodes. Try switching the order of these two shortcodes so that the layout shortcode is before the filter shortcode:

[wpv-layout-meta-html]
[wpv-filter-meta-html]
#1178613

Brilliant! Didn't even know what those shortcodes did but now I see it.