Forums Forums Search & Filter Pro Search form disappear in results page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Trevor
    #198526

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

    Anonymous
    #198583

    Hi Trevor,

    thanks for your reply. At the moment I’m working locally so I don’t have a live link.

    Any other way you can help me?

    Thanks a lot,

    Simone

    Trevor
    #198585
    This reply has been marked as private.
    Anonymous
    #198932
    This reply has been marked as private.
    Trevor
    #198934

    On the Display Results tab, which theme template are you using? I suspect search.php

    What happens if you change this to archive.php?

    Anonymous
    #199188
    This reply has been marked as private.
    Trevor
    #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.

    Anonymous
    #199311

    Hi Trevor,

    thanks a lot! That solved the problem.

    Have a nice day,

    Simone

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