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.
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?
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!