Skip Navigation

[Resolved] Is it possible to split left/right pagination controls?

This support ticket is created 5 years, 8 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
- 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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by catherineR-2 5 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#1210327
Screen Shot 2019-03-05 at 5.06.01 PM.png

I'm trying to create a 'carousel' style view (see images). I want the left/right pagination controls to be split. Is this possible?

It looks like the [wpv-filter-meta-html] shortcode contains the entire pagination section. I tried taking the prev/next shortcodes ( eg [wpv-pager-prev-page][wpml-string context="wpv-views"]Previous[/wpml-string][/wpv-pager-prev-page] ) and putting that directly in the "output" editor but it didn't work.

Is there are a way to do what I'm trying?

Thanks!

#1210369

To clarify a bit more: I don't want to use bootstrap carousel since for large sets it's slow and I'd rather not do lazy loading.

So I want to do normal pagination, but with the left and right pagination buttons positioned to the left and right.

When I put the buttons in the loop, within [wpv-layout-start][wpv-layout-end], the buttons slide with the view, so essentially I'm wondering if there is a shortcode for pagination, that can be placed outside a view, while targeting that view?

#1210427

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - here is the Doc for the pagination that explains how pagination works with Toolset Views:
=> https://toolset.com/documentation/user-guides/views-pagination/

You can use "Raw Output" of pagination if you want to style according to your requirement:
=> https://toolset.com/documentation/user-guides/views-pagination/#raw-output-for-custom-styling

More info:
=> https://toolset.com/documentation/beyond-the-basics/paginate-lists-of-content/

#1210811

I was hoping there was a way without CSS to reposition the nav (since I'm doing this for a client, and they only want to style the elements in their page builder). But I'll let them know this is the only way. Thank you!