Hi,
Please copy header layout-x.php in claue > views > header to claue-child > views > header
with x as layout number of header using on your site and find the code
<form class="header__search w__100 dn pf" role="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>" <?php jas_claue_schema_metadata( array( 'context' => 'search_form' ) ); ?>>
<div class="pa">
<input class="w__100 jas-ajax-search" type="text" name="s" placeholder="<?php echo esc_html__( 'Search for...', 'claue' ); ?>" />
<input type="hidden" name="post_type" value="product">
</div>
<a id="sf-close" class="pa" href="#"><i class="pe-7s-close"></i></a>
</form><!-- #header__search -->
and change to
<div class="header__search w__100 dn pf">
<div class="pa">
<?php echo do_shortcode('[fibosearch]') ?>
</div>
<a id="sf-close" class="pa" href="#"><i class="pe-7s-close"></i></a>
</div>
Kind regards
-
This reply was modified 3 years, 7 months ago by Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio