Skip Navigation

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

This thread is resolved. Here is a description of the problem and solution.

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 5 years, 10 months ago. 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
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)

This topic contains 2 replies, has 2 voices.

Last updated by Clifford 5 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#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.