Tagged: custom menu, mega menu, megamenu, vertical
-
AuthorPosts
-
January 2, 2014 at 10:37 pm #204711
Happy New Year!
How can I create a vertical mega menu in the Enfold sidebar to replace the default Enfold sidebar custom menu? Thanks.
- This topic was modified 10 years, 10 months ago by Mark.
January 2, 2014 at 11:07 pm #204735Hey Mark!
Unfortunately that isn’t possible. The mega menu is not compatible with a vertical menu.
Cheers!
DevinJanuary 2, 2014 at 11:18 pm #204745Hey Devin,
To clarify, the Enfold version of Uber MegaMenu is not compatible with the vertical menus. I have the actually full version of the Uber MegaMenu, which does offer vertical menus. We’re I’m struggling is figuring out how to over ride the Enfold sidebar custom menu css/formatting.
Can I just display:none the Enfold custom menu sidebar and add the vertical Uber Menu in it’s position? Thanks for the help.
January 3, 2014 at 12:49 am #204797Ah, if you are using Uber Menu then you can just turn off the auto created one in the Sidebar section of the theme options. “UberMenu” and the what the theme comes with “Mega Menu” are completely different.
January 7, 2016 at 3:35 pm #561290Hi, is it possible to create a UberMenu3 Vertical Menu in the sidebar? Currently my Menu will be cut-off between sidebar and main container (Content)
January 7, 2016 at 4:04 pm #561316Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#top #main .sidebar_left .sidebar { overflow: visible; width: 25%; }
This may not be the best solution. Have you tried contacting plugin authors?
Best regards,
YigitJanuary 7, 2016 at 7:39 pm #561468Thanks for the fast response, but the solution does not work.Now the menu is under the content. Do you know a other solution how i can create the menu in this style.
January 8, 2016 at 1:37 am #561720Hi!
It does seem fine on my end – http://i.imgur.com/iDhiY6A.png
Have you figured it out already?
P.S.: Sorry i could not post the screenshot in private content as you are not the OP of this thread, you would not be able to see it. To avoid that, please start a new thread.Regards,
YigitJanuary 8, 2016 at 8:28 am #561852Hi,
yes, i fond the solution by try and error :-):@media only screen and (min-width: 480px) { #top #main .sidebar_left .sidebar { position: absolute; overflow: visible; top: 0; background: white; } } @media only screen and (min-width: 480px) { .container_wrap .content{ min-height: 480px; } }
Thanks for help!!!
Best Regards
DC -
AuthorPosts
- The topic ‘Vertical MegaMenu in Sidebar?’ is closed to new replies.