Sub menus? Dropdown menu?
-
wrote on Oct 21, 2015, 9:23 AM last edited by d44w Oct 21, 2015, 6:09 AM
Hey all!
I'm pretty unsure if it is my fault or a bug.
I would like to create a dropdown menu an tried to realize that via Design/Menus.
That won't work for me. The menu bar looks like before.
I tried the same with a project and a site. Same here.What is my problem? Can you help me?
Best Daniel
EDIT:
Sorry.
latest versions of safari, chrome, firefox on mac os x 10.10.5
-
There's no support for submenus or dropdown menus :/
-
wrote on Oct 21, 2015, 11:54 AM last edited by
:)
it's a no-support-thing.
Thanks for the fast replay.
Maybe I move to general discussion with my topic.
Probably someone may help out with some crazy css skills.Best,
Daniel -
Well the way I coded it is that no matter if you create submenus in the backend, the html output will always be that of a menu without submenus. So even with css you can't work around that.
-
wrote on Oct 23, 2015, 1:49 PM last edited by
I see Armin.
Anyways — Thank you so much for everything.
I think that I found a nice alternative.
Btw. a real submenu or dropdown menu propably starts to make sense in very complex surrounding — certainly not for my projects.
Best, D -
Yeah, I need to work on menus one day. I thought about making it possible to add multiple menus. :O I didn't think about doing submenus yet. Hmmm will think about that.
-
Yeah, I need to work on menus one day. I thought about making it possible to add multiple menus. :O I didn't think about doing submenus yet. Hmmm will think about that.
wrote on Sep 21, 2017, 5:14 PM last edited by@arminunruh It would be a great option to expand and collapse menu items if there are sub menus. Is there an update on this feature or a CSS we can add in? Thank you Armin.
-
Hi @kuo
no news yet about the sub menus. it is on our list for future updates though.All the best!
Marius
-
Hey guys!
Doing submenus is easy with some custom css!
For example on the nadine göpfert website we did it:
Custom CSS:
/*submenu*/ nav.primary .sub-menu li{ display: block; position: relative; } .sub-menu{ padding-top: 10px!important; opacity: 0; transition: opacity 200ms ease; -webkit-transition: opacity 200ms ease; pointer-events: none; position: absolute; } nav.primary li:hover .sub-menu{ opacity: 1; pointer-events: auto; } /**/
-
wrote on Sep 27, 2017, 3:06 PM last edited by rothkuo Oct 17, 2018, 12:57 PM
Thanks, @arminunruh. This looks awesome–doing this on my vertical menu.
Is there a good link on how to customize this CSS? Sorry I am a self-taught novice in need of guidance. -
Hey sorry that would be great if you can learn a bit about css for example here:
https://www.khanacademy.org/computing/computer-programming/html-css -
wrote on Dec 9, 2017, 8:29 AM last edited by
Hi @arminunruh,
I added the 'nadinegoepfert'-submenu script to the custom CSS and it works very well on in the desktop-version of my website (under 'shows'):However, somehow, after putting it into the 'custom css for desktop' it gets activated for the mobile version as well? Is there a way I can use it only for the desktop only? In the mobile version I would like all the menu points (including the submenus) to just line up under each other.
Many Thanks
-
wrote on Jan 13, 2018, 5:31 PM last edited byThis post is deleted!
-
-
wrote on Jan 15, 2018, 12:23 PM last edited byThis post is deleted!
-
wrote on Apr 10, 2019, 11:07 AM last edited by
@arminunruh said in Sub menus? Dropdown menu?:
Hi, it's been a long time that i've been on my website, i did almost the same submenu as Nadine Goepfert website, but actually, when i click on one of the link it just put it in the bar on top but it doesn't open it, probably a problem of actualisation but i don't know how to fix it, an idea ?
Thanks a lot
-
-
Hey guys!
Doing submenus is easy with some custom css!
For example on the nadine göpfert website we did it:
Custom CSS:
/*submenu*/ nav.primary .sub-menu li{ display: block; position: relative; } .sub-menu{ padding-top: 10px!important; opacity: 0; transition: opacity 200ms ease; -webkit-transition: opacity 200ms ease; pointer-events: none; position: absolute; } nav.primary li:hover .sub-menu{ opacity: 1; pointer-events: auto; } /**/
wrote on Sep 14, 2019, 5:11 PM last edited byHI @arminunruh
I entered the code but I don't understand why it doesn't work.
You could help me!
Thanks -
Dear @d44w
Can you post a link to our website?
Then we can have a look and inspect that.
Marius -
wrote on Oct 31, 2019, 3:57 PM last edited by Eiszeit Oct 31, 2019, 11:59 AM
Hallo @arminunruh and @mariusjopen,
I would like to create several submenus under the caption WORK (http://schroederclaudia.com/work/)
For that I created pages like:feature, short, commissioned etc. e.g.: (http://schroederclaudia.com/feature)
I ve read that this is possible with CSS Customizer. What code would I have to insert there in order to make my „feature page“ be a submenu of my "WORK page"?
(I am using chrome )Help would be very appreciated. Thank you guys ;)
Claudia
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it