Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search box within page not working › Reply To: search box within page not working
March 7, 2016 at 5:49 pm
#7937
Hi!
I would probably try to replace the header code you just pasted with the following modification:
<!– search –>
<?php if ( empty( $data['head_show_search'] ) || ( !empty($data['head_show_search']) && $data['head_show_search'] == 'yes') ) { ?>
<div id="search">
<span class="icon-search icon-white"></span>
<div class="search">
<?php echo do_shortcode('[wpdreams_ajaxsearchpro id=]'); ?>
</div>
</div>
<!– end search –>
-
This reply was modified 7 years, 9 months ago by
Ernest Marcinko.
-
This reply was modified 7 years, 9 months ago by
Ernest Marcinko.
-
This reply was modified 7 years, 9 months ago by
Ernest Marcinko.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



