ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
939 stars 314 forks source link

Menu Doubles #136

Closed WaltMayhew closed 8 years ago

WaltMayhew commented 8 years ago

I've used slicknav before in Wordpress on a number of sites and even within this same theme, but for some reason it is creating a double menu. If I click stick menu to head, the second menu goes away but the menu that is generated obscures half the header graphic. The URL is http://www.noahs-ark-elc.org/test/ I would appreciate any suggestions on how this can be fixed.

Thank you.

nebrot commented 8 years ago

Because you have two menus with your slicknav-selector .menu: <ul class="menu"> and <ul id="header-left-nav" class="menu">

WaltMayhew commented 8 years ago

Thanks you I couldn't find the second one. If I change that to display: none, will that fix it?

Blessings,

"Trust in the Lord with all your heart and lean not on your own understanding. In all your ways acknowledge Him and He will make your path straight" - Proverbs 3:5-6

On Wed, May 25, 2016 at 9:53 AM, nebrot notifications@github.com wrote:

Because you have two menus with your slicknav-selector ".menu":

and .

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/ComputerWolf/SlickNav/issues/136#issuecomment-221583050

nebrot commented 8 years ago

I don't think so. Try to use an id or change the class, so that you have only one slicknav-menu.

WaltMayhew commented 8 years ago

Yeah, it didn't. I'm going to have to change the code of the theme. :(

WaltMayhew commented 8 years ago

Found the code in the theme and changed it. Worked fine. I'll create a child theme when I get time.

Thanks for your help!