This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to add Search Bar in Masthead Menu?

Resolved 2 replies themetheme-vantage
10 years ago · Last reply by Jitesh Kachhara 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Magus Staff 10 years, 7 months ago

    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. Jitesh Kachhara 10 years, 7 months ago

    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.

Have a different question or issue?

Start New Thread