Hello,
I’ve installed the plugin and am using suggested theme shortcode integration to display search in my header.
<?php echo do_shortcode('[wpdreams_ajaxsearchpro id=1]'); ?>
The problem I am having is that it is breaking my <div> structure and the resulting layout.
Here is the HTML in the header.php template :
<div id="search" class="col-md-6 col-sm-6">
<div class="pull-right">
<?php echo do_shortcode('[wpdreams_ajaxsearchpro id=1]'); ?>
</div>
</div>
But when the page is rendered, it pulls in the following <div></div> into the #search div.
I’m guessing there might be a missing closing </div> tag in the code rendered by your plugin, but its just a thought.
Any help would be great,
Kind regards,
Cyril