Reply To: search box within page not working

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

#7937
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

I would probably try to replace the header code you just pasted with the following modification:

<!– search –>
<?php if ( empty( $data&#91;'head_show_search'&#93; ) || ( !empty($data&#91;'head_show_search'&#93;) && $data&#91;'head_show_search'&#93; == 'yes') ) { ?>

<div id="search">
<span class="icon-search icon-white"></span>
<div class="search">
<?php echo do_shortcode('&#91;wpdreams_ajaxsearchpro id=&#93;'); ?>
</div>
</div>
<!– end search –>
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)