Results 1 to 4 of 4

Thread: location in searchbar

  1. #1
    Thread Starter
    Expired Customer woodyboy's Avatar
    Join Date
    Nov 2017
    Posts
    62
    Thanks
    1
    Thanked 4 Times in 3 Posts

    location in searchbar

    Hello
    I want to resume a site with a classipress child and i have a problem with the searchbar.php
    I haven't the localization. What is it missed in the script? can you help me?
    regards

    <?php
    /**
    * Theme search bar template.
    *
    * @package ClassiPress\Templates
    * @author AppThemes
    * @since ClassiPress 3.4
    */
    ?>

    <?php
    if ( is_page_template( 'tpl-ads-home.php' ) || is_search() || is_404() || is_tax( APP_TAX_CAT ) || is_tax( APP_TAX_TAG ) || is_singular( APP_POST_TYPE ) ) :

    $args = cp_get_dropdown_categories_search_args( 'bar' );
    ?>

    <div id="search-bar">

    <div class="searchblock_out">

    <div class="searchblock">

    <form action="<?php echo home_url( '/' ); ?>" method="get" id="searchform" class="form_search">

    <div class="searchfield">

    <input name="s" type="text" id="s" tabindex="1" class="editbox_search" style="<?php cp_display_style( 'search_field_width' ); ?>" value="<?php the_search_query(); ?>" placeholder="<?php esc_attr_e( 'What are you looking for?', APP_TD ); ?>" />

    </div>

    <div class="searchbutcat">

    <button class="dashicons-before btn-topsearch" type="submit" tabindex="3" title="<?php esc_attr_e( 'Search Ads', APP_TD ); ?>" id="go" value="search" name="sa"></button>

    <?php wp_dropdown_categories( $args ); ?>

    </div>

    </form>

    </div> <!-- /searchblock -->

    </div> <!-- /searchblock_out -->

    </div> <!-- /search-bar -->

    <?php endif; ?>

  2. #2
    Moderator ovidiubica's Avatar
    Join Date
    Mar 2011
    Posts
    5,749
    Thanks
    240
    Thanked 1,060 Times in 999 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Expired Customer woodyboy's Avatar
    Join Date
    Nov 2017
    Posts
    62
    Thanks
    1
    Thanked 4 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Moderator ovidiubica's Avatar
    Join Date
    Mar 2011
    Posts
    5,749
    Thanks
    240
    Thanked 1,060 Times in 999 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Searchbar Classipress 4
    By felis1972 in forum Help Using ClassiPress
    Replies: 1
    Last Post: January 29th, 2020, 03:07 PM
  2. [SOLVED] searchbar
    By danielangou in forum Help Using ClassiPress
    Replies: 8
    Last Post: October 25th, 2018, 11:34 AM
  3. searchbar on another location
    By ixook in forum Freelancerr
    Replies: 5
    Last Post: February 5th, 2015, 01:07 PM
  4. How i replaced the top searchbar with location/zipcode search field
    By petfive in forum ClassiPress General Discussion
    Replies: 0
    Last Post: May 4th, 2014, 07:13 PM
  5. Location theme-searchbar.php file
    By collectorsloft in forum Vantage General Discussion (Legacy)
    Replies: 2
    Last Post: October 2nd, 2012, 05:22 PM