Hi there….I just bought my third Enfold license for a continuing education site and would like to mimic the location of the search bar in this E-Leaning theme (see screenshot).
Is there a search bar shortcode or some other way I can accomplish this? THANKS!!!!!!!!!!!!!!
Hi thelistener!
Please add following code to functions.php file in Appearance > Editor
add_shortcode('avia_search', 'get_search_form');
and then use following shortcode
[avia_search]
Regards,
Yigit
Hi thelistener!
You can use the widget area element and drag the search widget to it.
Regards,
Elliott