Search Bar

Discussion in 'GeoCraft WordPress Theme' started by aster media, Oct 25, 2014.

  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    How can I optimize the Search bar that's appearing on every page?
    How can I optimize content such that the search bar entries will trace it?
    How can I delete the Search bar from the theme?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section to remove search bar.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper {
    padding-bottom: 0px;
    }
    .main_search {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Thanks. I do enjoy the searchbar, it is attractive. I just need to know how it works, i.e. from which location(s) does it find words on the listings pages.
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Searchbar searches name of listings and location(address) of listings from database where all listings are stored.

    Thanks & Regards
    Yogesh Bhade
     
  5. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    In other words, the search bar will only reproduce name and address information entered into the business details section of the 'Ad New Listing' feature and not information entered in the title and tekst area?
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    In Search box it searches all text that present in listings, and in Location box it only searches location text.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page