• Resolved SydneyAHarris

    (@sydneyaharris)


    Hullo,

    I would like to add a search icon to my primary navigation menu (in the site header). The Pinnacle documentation seems to suggest that this is easily doable in the Menu Settings tab of the theme options (“Enable Search in Primary Menu? Choose to enable a search box in the header menu.”), but I don’t see any such option in from my admin page. The only menu settings available to me are style-related (color, font size, etc.) Am I missing something? Is there no way to add a search icon to my primary menu in the free version?

    Loving this theme so far, just missing this one piece! Thanks in advance for your help.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello SydneyAHarris,
    Go to Apperance -> Customize -> Topbar Settings ->Display Search in Topbar?
    Turn On
    CLick Save and Publish.

    Thanks!!

    Thread Starter SydneyAHarris

    (@sydneyaharris)

    Hi there,

    Thanks for your reply but I actually want the search icon in my header, in the same line as my logo etc. I am not using the Topbar on my site. Is there a way to do this, as I believe the documentation implies?

    Thanks,

    Sydney

    To show search icon in header, in the same line as logo, you can do it by adjusting CSS for the search form. You might need to change the structure of HTML of header element too.

    Thanks!!

    hannah

    (@hannahritner)

    Hi SydneyAHarris,
    Sorry for the delay! The documentation is for the premium theme, sorry. Adding a search bar to your primary menu is not an option in the free theme. Your best bet is to add it to the topbar as Madhusudan Pokharel suggested.

    Hannah

    hendryhowser

    (@hendryhowser)

    Hi, sorry for my bad english..
    I’m using pinnacle free and have a problem.
    The search bar is displayed on my primary menu.

    I searched on theme options, but I didn’t find the menu to hide it.

    I could hide it with css, but the problem is if I do that, the search bar on footer won’t be displayed too.

    please help me to solve this problem.

    hannah

    (@hannahritner)

    Hey hendryhowser,
    You shouldn’t have a search bar in your primary menu with the free theme. Can you post a link?
    Thanks,
    Hannah

    Madhusudan Pokharel

    (@madhusudan977)

    Hello hendryhowser,
    Can you please share your site url so that it becomes easier for us to trace your problem.

    Regards,
    Madhusudan Pokharel

    hendryhowser

    (@hendryhowser)

    I’m developing the website using xampp
    so there’s no link i can give to you.
    but seriously.. the search bar on primary menu is really bugging me.

    Is there any differences between using this theme directly on web server and using in xampp?

    now i’m trying to install the theme to my site.. if this problem is still occurs, i will tell you.

    Thanks!

    hendryhowser

    (@hendryhowser)

    i have moved the preview of my website to this link.
    The search bar is still displaying on primary menu.

    hannah

    (@hannahritner)

    This css should remove it:

    li.my-nav-menu-search {
        display: none;
    }

    Just paste that in your custom css box in Theme Options > Custom CSS.

    Hannah

    hendryhowser

    (@hendryhowser)

    wow.. it works!
    thanks a lot Hannah.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Search Icon in Primary Navigation Menu (Pinnacle)?’ is closed to new replies.