Reply To: meta data search

#13741
Ernest Marcinko
Ernest 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:

<php echo do_shortcode('&#91;wd_asp id=1&#93;'); ?>

I’ve also added this custom CSS rule to make the search float to the right as the original ones:

.asp_main_container {
   float: right !important;
}
Best,
Ernest Marcinko

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