<div id="main-navigation" class="container"> <div class="row"> <div id="rounded-nav-box" class="rounded"> <div id="rounded-nav-box-overlay"> <?php va_display_navigation_menu(); ?> <?php if ( false !== apply_filters('va_show_search_controls', true ) ) : ?> <form method="get" action="<?php echo trailingsla****( home_url() ); ?>"> <div id="main-search"> <div class="search-for"> <label for="search-text"> <span class="search-title"><?php _e( 'Search For ', APP_TD ); ?></span> <?php do_action('va_search_for_above'); ?> </label> <div class="input-cont h39"> <div class="left h39"></div> <div class="mid h39"> <input type="text" name="ls" id="search-text" class="text" value="<?php va_show_search_query_var( 'ls' ); ?>" /> </div> <div class="right h39"></div> </div> </div> <div class="search-location"> <label for="search-location"> <span class="search-title"><?php _e( 'Near ', APP_TD ); ?></span><span class="search-help"><?php _e( '(city, country)', APP_TD ); ?></span> </label> <div class="input-cont h39"> <div class="left h39"></div> <div class="mid h39"> <input type="text" name="location" id="search-location" class="text" value="<?php va_show_search_query_var( 'location' ); ?>" /> </div> <div class="right h39"></div> </div> </div> <div class="search-button"> <button type="submit" id="search-submit" class="rounded-small"><?php _e( 'Search', APP_TD ); ?></button> </div> </div> <?php the_search_refinements(); ?> </form> <?php endif; ?> </div> </div> </div> </div>
There are currently 1 users browsing this thread. (0 members and 1 guests)