Add this short-code to : wp-admin -> theme options -> side menu -> before menu text
COPY CODE
<div class="kleo-search-wrap kleo-search-form search-style-default"><form role="search" method="get" class="searchform" action="https://archived.seventhqueen.com/" data-context="members,groups,post,page,forum,product,portfolio">
<input type="hidden" name="post_type[]" value="post"><input type="hidden" name="post_type[]" value="page"><input type="hidden" name="post_type[]" value="forum"><input type="hidden" name="post_type[]" value="product"><input type="hidden" name="post_type[]" value="portfolio">
<div class="input-group">
<input name="s" autocomplete="off" type="text" class="ajax_s form-control input-lg" value="" placeholder="Search..."><span class="input-group-btn"><input type="submit" value="Search" class="button searchsubmit"></span></div></form><span class="kleo-ajax-search-loading"><span class="kleo-loading-icon"></span></span><div class="kleo_ajax_results"></div></div>
If you need to perform search only for posts and products, just use the short code like this
COPY CODE
<div class="kleo-search-wrap kleo-search-form search-style-default"><form role="search" method="get" class="searchform" action="https://archived.seventhqueen.com/" data-context="post,product">
<input type="hidden" name="post_type[]" value="post"><input type="hidden" name="post_type[]" value="product">
<div class="input-group">
<input name="s" autocomplete="off" type="text" class="ajax_s form-control input-lg" value="" placeholder="Search..."><span class="input-group-btn"><input type="submit" value="Search" class="button searchsubmit"></span></div></form><span class="kleo-ajax-search-loading"><span class="kleo-loading-icon"></span></span><div class="kleo_ajax_results"></div></div>