Advanced Woo Search – powerful live search plugin for WooCommerce. Just start typing and you will immediately see the products that you search.Source: https://wordpress.org/plugins/advanced-woo-search/ One of the WooCommerce site I am using this plugin for product search. Client is maintaining the stock manager for his product. So client was wanting to replace the Out of Stock… Continue Reading
search
Search Input Box on Slider Using Flex Pro Theme
In this article I am showing how to accomplish this. Flex Pro theme have slider CPT. Step 1: Navigate to Dashboard > Slider > Add New page and change the WP Editor mode from Visual to Text. Now create a slider post and put the following HTML markup in WP Editor.
1 2 3 4 5 6 |
<div class="slider-search-form"> <form role="search" action="/" class="search-form" method="get"> <label class="screen-reader-text">Search site</label> <input type="search" placeholder="Type and press Enter" name="s"> <input type="submit" value="Search"></form> </div> |
So Edit screen… Continue Reading