Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #494943

    I want to drop a search box onto a page but it isn’t in the widget area so I can’t drop it onto a custom widget. How do I add it to the Widget area?

    http://vivosight.com/

    #494954

    Hi Rupert!

    Please go to Appearance > Widgets and create a new widget area and put search widget into it and then edit your page and add Widget Area element to your page and choose widget area with searchbox :)

    Best regards,
    Yigit

    #494973

    That’s the issue ‘Search’ isn’t there http://vivosight.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-28-at-15.44.12.png. I know the guys I’m working with on this are having problems getting the Search icon to appear across the whole site. Are the two related?

    #494981

    Hi!

    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

    #494986

    There is no ‘Editor’ under ‘Appearance’

    #494998

    Hey!

    Please go to wp-content/themes/enfold/functions.php via FTP in that case and add the code there.

    Best regards,
    Yigit

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