Forums › Forums › Search & Filter Pro › results doesn’t update after first search
- This topic has 6 replies, 2 voices, and was last updated 4 years, 4 months ago by Trevor.
-
Anonymous(Private) April 30, 2020 at 10:33 am #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(Private) July 9, 2020 at 3:42 pm #252244What 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. -
AuthorPosts