I am trying to replace the nav bar search with a more functional search (the stock search shows hidden WooCommerce items?
I did find one post about this but I dont understand from that thread how to implement the change.
We ahve an upgraded search plugin, and it can be implemented three different ways:
Add search form using shortcode [aws_search_form]
Add search form as widget for one of your theme widget areas. Go to Appearance -> Widgets and drag&drop AWS Widget to one of your widget areas - We have done this in collapsible header and footer, works great)
Add PHP code to the necessary files of your theme: <?php if ( function_exists( 'aws_get_search_form' ) ) { aws_get_search_form(); } ?>
I think the last option is probably what we are looking for. We simply want the search field to be displayed where the stick search icon (magnifying glass) shows