- This topic has 14 replies, 3 voices, and was last updated 6 years, 7 months ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Pagination with Elementor
Tagged: pagination elementor
Hi Zachary
Apologies for the late reply.
I’ve had a look and figured out whats going on.
Essentially, to work around the issue, change the pagination of the posts element to numbers
After digging around their code, I can see for numbers, they use standard WP functions (which we use a filter to modify) – this allows us to hook into the pagination… however for their prev/next pagination, they use a custom built function which has no filter – no filter means it can’t be modified – which means S&F can’t integrate with it.
I think its possible to do this using native WP functions, but I’m sure there must be reasaons they’ve done it that way, I’ll try to reach out and see what they say about it.
But for now, prev/next pagination is not supported it looks like.
Thanks