Forums Forums Search & Filter Pro How to put horizontal search form in any page of my website

Viewing 10 posts - 1 through 10 (of 10 total)
  • Anonymous
    #48554

    Hello, i want to put horizontal search form on different page of my website, how can i do it ?

    And can it search category and post through out the website. Becuase when i am trying do it not found result shown.

    Trevor
    #48558

    You should be able to put the form on every page of your website as long as you place it in the right part of your theme.

    Can you show me a live URL where you have it now and explain what it is that isn’t working?

    Once I have this information, I might need to see screenshots of the form’s setup tabs.

    Anonymous
    #48566

    http://www.indiaheritagedesk.com/search-filter/ on this page i want to put horizontal search bar which can search hole website.

    Trevor
    #48570

    Is the problem that you want it to be horizontal?

    Anonymous
    #48574

    yes, and when i am trying to search any category using this search form it shows “not found”

    Trevor
    #48576

    ah. 2 issues:

    1. Make it horizontal.
    2. make it work.

    Yes?

    For #2, I will need to have admin logins, which you can send by private reply.

    Anonymous
    #48578
    This reply has been marked as private.
    Anonymous
    #48579
    This reply has been marked as private.
    Trevor
    #48645

    Hi

    From the FAQ page:

    A quick note for Avada Users

    If you are using the archive method, and wish to use search.php to display results, you need to make 1 modification to the template.

    Replace:

    <?php if ( have_posts() && strlen( trim(get_search_query()) ) != 0 ) : ?>

    With

    <?php if ( have_posts() ) : ?>

    Trevor
    #48721

    Once you are seeing the form working, the horizontal question is answered many times on the forum, like here:

    https://support.searchandfilter.com/forums/topic/sf-horizontal-the-final-solution/

    CSS needs to be added to the site custom CSS.

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