Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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
    space
    • 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 helping

    #729749

    Hey 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,
    Rikard

    #729808

    yes 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 ?
    thxs

    #729820

    for 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 possible

    #730332

    Hi,

    better to use separate tickets for different questions.

    Try this: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Andy

    #730467

    thxs for questions A answers – all ok !

    Andy, for question B, seams good too
    thxs again

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘advanced_menu_toggle / Mobile menu for desktop’ is closed to new replies.