Forums › Forums › Search & Filter Pro › Search form disappear in results page
Tagged: archive, form, Results page, search
- This topic has 8 replies, 2 voices, and was last updated 6 years, 7 months ago by
Anonymous.
Viewing 8 posts - 1 through 8 (of 8 total)
-
Trevor(Private) January 17, 2019 at 3:18 pm #199245
If the code in your first post is that template, find these two lines:
echo do_shortcode('[searchandfilter slug="ricerca-viaggio"]'); ?> <?php if ( have_posts() ) : ?>
And make it like this:
echo do_shortcode('[searchandfilter slug="ricerca-viaggio"]'); ?> <div class=search-filter-results"> <?php if ( have_posts() ) : ?>
Then this line:
</main><!-- #main -->
becomes
</div></main><!-- #main -->
Then find the Ajax Container setting and make it:
.search-filter-results
Your screenshot shows it currently set to the default
#main
. -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)