Forums Forums Search & Filter Pro Avada issue

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #224604

    Hi,
    I’m seeing lots of results looking for issues with Avada but I can’t seem to be able to make it work.
    I created a new search template.
    I Replaced:
    <?php if ( have_posts() && strlen( trim(get_search_query()) ) != 0 ) : ?>
    With
    <?php if ( have_posts() ) : ?>
    It’s not showing anything.
    I can see it loading but the results don’t change. Am I missing anything?

    Trevor
    #224659

    Avada has changed a lot since we wrote that EAQ hint. With the latest major release of Avada, we have not found a way to apply our filter to their loops, you need to use one of these two Display Results Methods:

    Shortcode
    Custom

    Custom allows linking to many methods, but this one is the most popular for Avada Users (who also use our plugin):

    https://searchandfilter.com/documentation/3rd-party/post-grid/

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