Forums Forums Search & Filter Pro Search results displayed on new page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Anonymous
    #117909

    Hi,

    I have recently installed S&F Pro, it all works as expected except once I have selected my filters and submitted them, then i get redirected to a results page, I would like it to stay on the same page but remove the posts that are not included in the filter, then if I change the filters and search then it works the same way, is that possible or will it always direct me to a results page?

    Thanks.

    Anonymous
    #117913

    I have managed to get AJAX working but only by using the results shortcode. I use Divi for my blog and want to filter those results, possible? Should I be using a different method to shortcodes?

    Cheers!

    Trevor
    #117967

    There is a way to use the Divi Builder Blog grid with Search & Filter, then it all become seamless (including Ajax and the Masonry like grid that Divi uses, called Salvattore). Would this work for you?

    Anonymous
    #118100
    This reply has been marked as private.
    Trevor
    #118112

    The Divi integration method is described in this post:

    https://support.searchandfilter.com/forums/topic/divi-blog-module-grid/#post-99184

    Anonymous
    #119353

    Thanks, we ordered the snippets incorrectly and that made a difference. Also, if anyone is using the Divi 100 Article Cards extension – you have to add that extension’s JS so the CSS is re-added after the filter, in case anyone else is using this.

    … console.log(“ajax complete”);
    $.getScript(“<host>/wp-content/plugins/divi-100-article-card/assets/js/scripts.js”);
    var grids = document.getElementsByClassName(“et_pb_blog_grid”);
    salvattore[‘register_grid’](grids[0]); …

Viewing 6 posts - 1 through 6 (of 6 total)