Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › meta data search › Reply To: meta data search
June 21, 2017 at 1:06 pm
#13741
Keymaster
Hi,
I have found that the search forms were printed by the block-header-menu.php file in the child theme directory.
I have disabled lines 35-59 (with HTML comments), and placed the search PHP shortcode there instead:
[code]<php echo do_shortcode(‘[wd_asp id=1]’); ?>[/code]
I’ve also added this custom CSS rule to make the search float to the right as the original ones:
[html].asp_main_container {
float: right !important;
}[/html]