Results 1 to 3 of 3

Thread: Problem with search...

  1. #1
    Thread Starter
    brianjester's Avatar
    Join Date
    Jun 2013
    Location
    United States
    Posts
    260
    Thanks
    2
    Thanked 4 Times in 4 Posts

    Problem with search...

    Hi,

    Here's is my search form, it works, but not correctly, another words, if I type a keyword in the search it is still returning '*' all results...I can't find the problem. Note: I did add font awesome icons, including in the button, I don't know if that is causing this problem, or if it's just a typo.

    Can someone assist?

    Code:
    <form style="float: left; width: 100%" action="<?php echo home_url( '/' ); ?>" method="get" id="searchform" class="form_search">
    
    <?php $args = cp_get_dropdown_categories_search_args( 'bar' ); ?>
    
    <span class="fa fa-search" style="float: left; position: relative; top: 20px; left: 20px"></span>
    
    <input name="s" type="text" id="s" tabindex="1" class="editbox_search" style="margin-top: 10px; padding-left: 25px; <?php cp_display_style( 'search_field_width' ); ?>" value="<?php the_search_query(); ?>" placeholder="<?php esc_attr_e( 'What are you looking for?', APP_TD ); ?>" autofocus /> &nbsp;<b>in</b>&nbsp; 
    
    <?php wp_dropdown_categories( $args ); ?>
    
    &nbsp; <b> in </b>
    <input name="s" type="text" id="s" tabindex="1" class="editbox_search" placeholder="City or Zipcode (Coming Soon)" style="margin-top: 2px; margin-left: 5px; padding-left: 10px">
    
    <button class="btn-topsearch" type="submit" tabindex="3" id="go" value="search" name="sa" style="background: transparent; border: 0; cursor: pointer"><i style="margin-top: 3px; margin-left: 5px"></i></button>
    
    </form>
    Thank you
    Brian
    ----------------------------------------------------------------------
    World Class Ads - Classified Advertising Worldwide!

    Http://www.worldclassads.com

    http://worldclassads.com/classifieds/link-partners/

    We offer Free and / or Featured Classified Ads as well as Free Text and / or Banner Reciprocal Link Exchanges
    ----------------------------------------------------------------------

  2. #2
    Thread Starter
    brianjester's Avatar
    Join Date
    Jun 2013
    Location
    United States
    Posts
    260
    Thanks
    2
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    ----------------------------------------------------------------------
    World Class Ads - Classified Advertising Worldwide!

    Http://www.worldclassads.com

    http://worldclassads.com/classifieds/link-partners/

    We offer Free and / or Featured Classified Ads as well as Free Text and / or Banner Reciprocal Link Exchanges
    ----------------------------------------------------------------------

  3. #3
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Samcy problem with search bar
    By gralice in forum Help Using ClassiPress
    Replies: 3
    Last Post: November 24th, 2013, 06:37 PM
  2. Samcy Problem search
    By sefaak in forum Help Using ClassiPress
    Replies: 3
    Last Post: June 23rd, 2013, 12:26 AM
  3. Search Problem
    By benkovic in forum Vantage General Discussion (Legacy)
    Replies: 2
    Last Post: January 8th, 2013, 10:54 PM
  4. Search problem..?
    By aj270303 in forum Report Vantage Bugs (Legacy)
    Replies: 8
    Last Post: June 17th, 2012, 02:51 PM
  5. Search Bar Problem and Child Theme IE9 problem
    By akent64 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: February 21st, 2012, 03:19 AM