Forums Forums Search & Filter Pro Enable Ajax for Pagination without filtering first

Viewing 10 posts - 1 through 10 (of 16 total)
  • Trevor
    #44959

    Are you using WooCommerce and have the shop on the home page, or do you have the blog on the home page?

    Anonymous
    #44978

    No WooCommerce, just the blog posts on the front page.

    Trevor
    #45059

    Are you able to give me a link to a live URL that I can see this at?

    Anonymous
    #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.

    Trevor
    #45063

    Ahhhh. Light Bulb!!

    You want the page to always behave as it was a search results page. I am not sure that this is possible, but did your try the setting on the Advanced tab?

    Anonymous
    #45065

    You 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.

    Trevor
    #45074

    I will need to check with Ross about this. I will be back.

    Trevor
    #45077

    Yes, I DO see the issue. Can you screenshot the Results Display tab and show me whether you are able to set the Scroll window to option?

    Anonymous
    #45084

    Here’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
    #45090

    Hi

    This might help:

    http://www.designsandcode.com/documentation/search-filter-pro/action-filter-reference/#Force_SF_Pagination_on_non_results_pages

    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.

Viewing 10 posts - 1 through 10 (of 16 total)