-
AuthorPosts
-
April 2, 2016 at 3:41 pm #606995
Hello I can have a toggle menu in the default site? Note that I have a lot of items on the menu. They are above the logo at lower resolutions.
LINK
April 2, 2016 at 9:40 pm #607037Hi mleite1!
Please refer to this post – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/. You can also refer to this one – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/
Cheers!
YigitApril 4, 2016 at 7:28 pm #607805The code you gave me does not open the menu. Click the link below, set at 1024×768 and notice that the menu does not open.
April 4, 2016 at 7:28 pm #607807April 5, 2016 at 5:52 am #608037Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1024px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important;} }
Regards,
RikardApril 5, 2016 at 8:32 am #608114Rikard, the menu still does not work. Click on it and does not open.
April 5, 2016 at 9:30 am #608141Hey!
As i understand you like to have a hamburger menu in desktop view correct? So in desktop if you click on the hamburger icon a fullscreen menu will show? If so please remove the code that which did not work to avoid any conflicts in the future and add the follow in Enfold > General Styling > Quick CSS
/* Fullscreen menu */ nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide { display:block !important; } #advanced_menu_toggle { background: #000; }
Regards,
VinayApril 5, 2016 at 11:50 am #608198This burger menu should appear when the resolution was 1024 down. This does not happen with your code.
Also it does not open when you click.April 5, 2016 at 12:24 pm #608229Hi!
The code is tested and it works fine on our installation. i think there is a conflict on your site please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Cheers!
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.