Greetings,

Been searching and fighting to try to get Omega to work with TB Megamenu and Mobile sliding menu which seems to me the best combo for my needs.
Anyone here, would had successfully got these two working together?

Refs.:
TB Mega Menu
Mobile sliding menu
https://www.drupal.org/project/mmenu

Kind Regards,

Yves

Comments

Anticosti created an issue.

alletsefinn’s picture

Not sure if this is would work on Omega (have never used it before), but I got TB Mega Menu and mmenu to work together on a custom Bootstrap theme by doing the following:

1. Hiding the default mobile toggle drop-down menu through css:

#navbar > .container > .navbar-collapse {
display:none;
}

2. Using the default mobile menu toggle icon (.navbar-toggle) as the click-open selector (MMENU OPTIONS --> CLICKOPEN (ADD-ON))