PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
bumbleb
<?php $query_string = bumbleb_get_query_string(); parse_str($query_string, $params); $category_slug = isset( $params['product_cat'] ) ? $params['product_cat'] : ''; $terms = get_terms( 'product_cat', array( 'hide_empty' => true, 'parent' => 0 )); $class_ajax_search = ""; $ajax_search = bumbleb_get_config('show-ajax-search',false); $limit_ajax_search = bumbleb_get_config('limit-ajax-search',5); if($ajax_search){ $class_ajax_search = "ajax-search"; } ?> <form role="search" method="get" class="search-from <?php echo esc_attr($class_ajax_search); ?>" action="<?php echo esc_url(home_url( '/' )); ?>" data-admin="<?php echo admin_url( 'admin-ajax.php', 'bumbleb' ); ?>" data-noresult="<?php echo esc_html__('No Result','bumbleb') ; ?>" data-limit="<?php echo esc_attr($limit_ajax_search); ?>"> <div class="search-box"> <input type="text" value="<?php echo get_search_query(); ?>" name="s" id="ss" class="input-search s" placeholder="<?php echo esc_attr__( 'Search...', 'bumbleb' ); ?>" /> <div class="close-search"></div> <div class="result-search-products-content"> <div class="close-search"></div> <ul class="result-search-products"> </ul> </div> </div> <button id="searchsubmit2" class="btn" type="submit"> <span class="search-icon"> <i class="icon-search"></i> </span> <span><?php echo esc_html__('Search...','bumbleb'); ?></span> </button> <input type="hidden" name="post_type" value="product" /> </form>
[+]
woocommerce
[+]
js
[+]
customizer
[+]
wc-vendors
[-] search.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] breadcrumb.php
[edit]
[+]
languages
[-] single.php
[edit]
[-] footer.php
[edit]
[+]
sass
[-] header.php
[edit]
[-] style.css
[edit]
[+]
css
[-] 404.php
[edit]
[-] readme.txt
[edit]
[+]
templates
[-] search-form.php
[edit]
[-] author.php
[edit]
[-] search-form2.php
[edit]
[-] single-bwp_megamenu.php
[edit]
[-] screenshot.png
[edit]
[+]
fonts
[+]
plugins
[+]
page-templates
[-] functions.php
[edit]
[+]
images
[-] archive.php
[edit]
[+]
dokan
[-] no-results.php
[edit]
[-] comments.php
[edit]
[-] single-bwp_footer.php
[edit]
[+]
inc