OceanWP is a free theme on WordPress platform. You can download it from wordpress.org’s theme’s repository section. This theme have some cool features which are not available in any other themes. Recently I was working on site which is using this theme with Elementor page builder. Site have secondary menu bar at header top bar.… Continue Reading
search form
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