Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro results doesn’t update after first search

Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • lieselot
    #242088

    I have some problems with the output of the results. When I search/filter for the first time on the page on a custom taxonomy. I will receive the good results.
    But if I do it again on the same page. The results stays the same, but the url changes. (I enabled ‘Auto submit form’)
    I use a main loop:

    echo do_shortcode( ‘[searchandfilter id=”484″]’ );
    if( have_posts() ):
    while ( have_posts() ) : the_post();

    get_template_part(‘template-cards/printlab-card’, get_post_type());

    endwhile;
    endif;

    I have also the same issue with another search field.

    Trevor Moderator
    #242121

    Are you able to send me a live link/URL to your search page so I can take a look?

    lieselot
    #242141
    This reply has been marked as private.
    lieselot
    #242143
    This reply has been marked as private.
    Trevor Moderator
    #242230
    This reply has been marked as private.
    lieselot
    #252151
    This reply has been marked as private.
    Trevor Moderator
    #252244

    What do you have as the Ajax Container? The default in one of our forms (and for WordPress) is #main, but WooCommerce by default uses .products instead (but some themes replace the WooCommerce template with their own and sometimes use yet another container name.

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

You must be logged in to reply to this topic.