Tagged: burger, Desktop, menu mobile, ubermenu
-
AuthorPosts
-
January 4, 2017 at 5:56 pm #729544
Hello there
i use latest Enfold and WPress
i search a lot in your topics but i found only tips for older version
the dev website here : http://dev-afgolf.albatros-solutions.fr// QUESTIONS A /
i customise css to have mobile menu for desktop like this :
@media only screen and (max-width: 4000px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
but i can see empty space on desktop where my menu – please see screenshot here
• can you tell me how can i disable it ?
• how can i add some text (MENU) on the right of the burger icon ?
• is it possible to have this icon on the left of the window ?/ QUESTIONS B /
I want to use a second menu – colored – this one with Ubermenu maybe – below the header on each page of the website – like this
• do you know the best way to get this in Enfold ?
i think i can’t use Enfold secondary menu position for this
the best way is to include Ubermenu shortcode in each page – [ubermenu config_id=”main” menu=”34″]
• in witch element can i put it to have full width menu – like in screenshot ?
• is there a better way to add this in each page ? maybe add php – <?php ubermenu( ‘main’ , array( ‘menu’ => 34 ) ); ?> – in php template ?
/
Thxs for helpingJanuary 5, 2017 at 7:08 am #729749Hey totoro,
Please try the following in Quick CSS under Enfold->General Styling:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 149px !important; }
Best regards,
RikardJanuary 5, 2017 at 11:19 am #729808yes thxs for this one
i add width condition to be perfect :
@media only screen and (min-width: 768px) {
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {padding-top: 149px !important;}
}can you help me with my the other questions ?
thxsJanuary 5, 2017 at 12:15 pm #729820for the second menu, the best place would be in the header – bottom – to have the sticky fonction for this menu too
thxs to tell me if this is possibleJanuary 6, 2017 at 1:36 pm #730332Hi,
better to use separate tickets for different questions.
Try this: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
AndyJanuary 6, 2017 at 6:53 pm #730467thxs for questions A answers – all ok !
Andy, for question B, seams good too
thxs again -
AuthorPosts
- The topic ‘advanced_menu_toggle / Mobile menu for desktop’ is closed to new replies.