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

Reply To: meta data search

#13741
Ernest MarcinkoErnest Marcinko
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(‘&#91;wd_asp id=1&#93;’); ?>[/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]