Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #491593

    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!!!!!!!!!!!!!!

    #492253

    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

    #492257

    Hi thelistener!

    You can use the widget area element and drag the search widget to it.

    Regards,
    Elliott

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.