Forums › Forums › Search & Filter Pro › Enable Ajax for Pagination without filtering first
- This topic has 16 replies, 2 voices, and was last updated 9 years, 3 months ago by
Anonymous.
-
Anonymous(Private) May 9, 2016 at 11:21 am #45061
You can preview the theme at https://cgisland.de/
I just checked your movies demo website and it behaves just the same as mine.
Anonymous(Private) May 9, 2016 at 11:47 am #45065You mean the “force is_search…” option? I tried it now, but it doesn’t help…
My problem is, if the whole site gets reloaded (as it does when clicking any pagination link before filtering) I get back to the welcome screen. Maybe I can add an anchor to the pagination links if there is no solution with the plugin.
Anonymous(Private) May 9, 2016 at 2:32 pm #45084Here’s the screenshot https://www.shotroom.com/i/848/7Ccy8
I can set the scroll window to option, but it works only if I filter first.
Trevor(Private) May 9, 2016 at 3:13 pm #45090Hi
This might help:
Basically, you need to edit the template file and find the pagination section, and somewhere before the pagination place this filter. The line (with your S&F form’s ID instead of the 976):
do_action('search_filter_setup_pagination', 96);
I think.
-
AuthorPosts