question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Vertical Menu Issue

See original GitHub issue

I’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:

screen shot 2017-06-09 at 02 58 02

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:open
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
awgvcommented, Jun 10, 2017

@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.

0reactions
lubber-decommented, Oct 6, 2022

Fixed in upcoming Fomantic UI 2.7.2 https://github.com/fomantic/Fomantic-UI/pull/339

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found