Forums Forums Search & Filter Pro Ajax issue on Beaver Builder Posts grid module

Tagged: 

Viewing 10 posts - 1 through 10 (of 82 total)
  • Anonymous
    #183816

    Hi,

    Too bad that S&F settings are particularly difficult to perfom to make it work with Beaver Builder Posts grid module and Ajax. It’s driving me nuts… it worked yesterday, not anymore today after few site modifications apparently not related to S&F (not so sure anymore).

    Here’s the thing: i have a CPT category archive (WooCommerce) that displays products from a category.
    The products have terms assigned from 2 different custom taxonomies.
    On the archive, S&F shows these terms fine.
    S&F “Display results method” settings:

    • Content Type Archive
    • Enable filtering on Taxonomy Archives ON
    • Ajax ON
    • Ajax container targets the Beaver Builder Posts module

    On the archive, when i click a term to filter posts, i see the grid posts fading, so i think S&F knows the item to target, but after action, the grid becomes full colors again and posts are not filtered, they’re all in the page as before S&F action.

    It works if i disable Ajax but the page is redirected to a search page, which i don’t want.
    It worked yesterday… i tried several settings modifications with no luck.

    Thanks for your help!

    Trevor
    #183837
    This reply has been marked as private.
    Anonymous
    #183870
    This reply has been marked as private.
    Trevor
    #183896

    I see that the form is setup as a Post Type Archive. Did you try to set it up as a Custom display results type and use the filter_next_query shortcode?

    Anonymous
    #183899

    No, i didn’t, not sure how to proceed. Is it documented in the KB?

    Anonymous
    #183903

    OK, i found this post in S&F support: https://support.searchandfilter.com/forums/topic/divi-and-sf/
    Just tried Custom display results and [searchandfilter id=”1327″ action=”filter_next_query], same behavior, the Posts grid module seems well targeted (fades) but posts are finally not filtered.

    Anonymous
    #183907

    There was a syntax error in my previous shortcode (missing quote), fixed it: [searchandfilter id=”1327″ action=”filter_next_query”]
    Search form doesn’t show up anymore on frontend.

    Trevor
    #183942

    Assuming you want the form before the grid, there shortcodes would look like this (two of them together):

    [searchandfilter id="1327"]
    [searchandfilter id="1327" action="filter_next_query"]

    The first gives the form, the second glues that form to the Posts Grid.

    Anonymous
    #183951

    Same result, no search form shows up on frontend.
    I made screenshots, how can i send them to you so you better understand the context?

    Trevor
    #183963
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 82 total)