This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

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 MarcinkoErnest Marcinko
Keymaster

Hi!

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

[code]<!– 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 –>[/code]