adnantopal / slimmenu

:white_medium_small_square: slimMenu is a lightweight jQuery plugin, which is made to create responsive and multi-level navigation menus on the fly.
http://adnantopal.github.io/slimmenu/
305 stars 135 forks source link

Slimmenu responsive menu disappears when width reduced #14

Closed bhopmac closed 8 years ago

bhopmac commented 10 years ago

Hey,

Wondering if anyone can help me out I have used the slimmenu jquery on my website but once I go below the set width defined in the activation, the menu goes completely white. And the expand button works once to open but then will not close. Here is my website url:

www.bhcreate.co.nz

Hopefully someone knows what I have done wrong? Any help would be greatly appreciated.

Thanks Ben

ralbion commented 10 years ago

Hi,

You have a div in the menu list items. I don't think that's a list item! Try including the logo within an li tag?

Regards Rich

On 11/11/2013 2:20 PM, bhopmac wrote:

Hey,

Wondering if anyone can help me out I have used the slimmenu jquery on my website but once I go below the set width defined in the activation, the menu goes completely white. And the expand button works once to open but then will not close. Here is my website url:

www.bhcreate.co.nz http://www.bhcreate.co.nz

Hopefully someone knows what I have done wrong? Any help would be greatly appreciated.

Thanks Ben

— Reply to this email directly or view it on GitHub https://github.com/adnantopal/slimmenu/issues/14.

Richard Albion Web Design and Development Search Engine Marketing www.richardalbion.com http://www.richardalbion.com mail@richardalbion.com mailto:mail@richardalbion.com +1 508 3403880 (USA) +44 (0)207 1938229 (UK)

adnantopal commented 10 years ago

Hello Ben,

The problem is, you've set position of the collapser of the menu to absolute. When you expand the menu, collapser stays under the menu because it's taken out of the flow of the document if you set its position to absolute.

Change .menu-collapser position to relative and also change its background color to whatever you want it to be. Your problem will be fixed.

bhopmac commented 10 years ago

Hi, Thanks for the response, I made the changes you suggested but still the menu does not display when shrunk. It works in dreamweaver preview it is only when I transfer the content to the live host that it no longer works?

On Tue, Nov 12, 2013 at 10:13 AM, Adnan Topal notifications@github.comwrote:

Hello Ben,

The problem is, you've set position of the collapser of the menu to absolute. When you expand the menu, collapser stays under the menu because it's taken out of the flow of the document if you set its position to absolute.

Change .menu-collapser position to relative and also change its background color to whatever you want it to be. Your problem will be fixed.

— Reply to this email directly or view it on GitHubhttps://github.com/adnantopal/slimmenu/issues/14#issuecomment-28239251 .

adnantopal commented 10 years ago

I can't see any update on your code. If you make the changes I told, it'll work as you want.