Home>Support>How to add Search Bar in Masthead Menu?

How to add Search Bar in Masthead Menu?

Hi,

I have tried lots of thing to add Search Bar in my Masthead menu, but didn’t succeed.

If anybody knows, how to add Search Bar in Masthead menu than please help me.

I am using Vantage Theme.

My site url is http://www.sinfosolution.com/

URL: http://www.sinfosolution.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Magus
    Hi, I Work Here

    Hi Jitesh Kachhara

    Very sorry about the late reply. We work through a prioritized forum queue, and unfortunately it’s taken us some time to get to your thread.

    https://siteorigin.com/about/forum-thread-prioritization/

    Because it’s been a while since you posted this, would you mind letting us know if you still need help? If so, we’ll jump right in.

    Magus

  2. 9 years, 2 months ago Jitesh Kachhara

    Hi Magus,

    Thanks for your mail.

    I had solved the issue by pasting below code in my function.php :

    add_filter( ‘wp_nav_menu_items’,’add_search_box’, 10, 2 );
    function add_search_box( $items, $args ) {
    $items .= ” . get_search_form( false ) . ”;
    return $items;

    Once again thanks for your concern.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More