Vertical Menu Issue
See original GitHub issueI’m having a issue I can’t seem to solve with a vertical menu, I’m using the simple dropdown without javascript but this is how it displays:
The submenus goes one line down. This is my code.
<div class="ui fluid blue vertical menu">
<a class="item" href="">Stufff</a>
<a class="item" href="">Stufff</a>
<div class="ui simple dropdown item">Submenu
<i class="dropdown icon"></i>
<div class="menu">
<a class="item" href="">Stufff</a>
</div>
</div>
Removing the simple and using the Javascript API it works fine. The problem comes as soon as you put the simple in the vertical menu variation. In the documentation near the https://semantic-ui.com/collections/menu.html#vertical-menu there’s this.
Dropdown Item An item may contain a nested menu in a dropdown. To have a dropdown open without Javascript, use the simple variation
But in the code presented there’s no simple class, it uses the javascript approach. It’s my mistake or there’s no vertical submenu with no javascript solution ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Issue with vertical menu since last update
Hello, I have an issue with a vertical menu (on the left) : -When you enter on the website, it is displayed as...
Read more >Problem with vertical menu
I have a problem with the vertical drop-down menu. It is a menu that has many items, therefore it lengthens a lot down....
Read more >Topic: Vertical menu images in submenu problem
Hello, I tried to upload icons to the vertical menu but it now deosn't cover anymore all the items in the submenu, top...
Read more >Menu problem: horizontal to vertical - Drupal community - CERN
The menu becomes vertical and the table cannot be extended across the width of the page. when I remove or deactivate the table,...
Read more >Mobile vertical menu problem - eehelp.com
I'm having a problem with the vertical menu widget. The problem appears in ios6 but not in Chrome or IE 8, etc. 9....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@xcrap I was wrong, the rules actually exist. The details are in the PR; you need to override the rule in
installation_folder/src/site/collections/menu.overrides
instead.Fixed in upcoming Fomantic UI 2.7.2 https://github.com/fomantic/Fomantic-UI/pull/339