Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #304333

    Hello,

    1) I know where is a setting to have all submenus hidden/collapsed within the mobile menu. I’ve already have this checked. So when selecting a top-menu-item, the submenu opens. When selecting another top-menu-item its submenu opens/shows as well, but the first submenu stays open. Is there a possibility to have more of a toggle behavior? That is: when selecting the second top-menu-item, its submenu opens/shows, but the submenu of the first top-menu-item hides/closes?

    2) Is there a possibility to have the current/active page/menu-item marked/indicated in the mobile menu?

    We have already made quite a few customizations to the theme, but wanted to check if there is an easy solution for this before we spend the time to include our own mobile menu. Can this be added to the mobile menu functions in the theme?

    #304791

    Is this question difficult to answer?

    #304924

    Hey!

    1- By default it is not possible. But please request such feature here – https://kriesi.at/support/enfold-feature-requests/
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #mobile-advanced li.current-menu-item {
    background-color: lightblue;
    }

    Cheers!
    Yigit

    #305254

    Thanks for the answer.

    Regarding the Mobile Menu I have another Question:

    I have repositioned the Mobile Menu, so that the Header is not covered by the Menu (client wants the Logo to be visible at all times). Now the wrapper has the wrong height, when the mobile menu is open and the result is, that the last menu-items can not be reached/ scrolled to.

    I need to adjust the calculations for the wrapper. Can you give me a pointer, there I can find the according code?

    It has to do with the added class “show_mobile:menu” at
    <div id="wrap_all" class="show_mobile_menu" style="height: xxxpx;">

    I need to add 115px to that height.

    Thanks

    • This reply was modified 9 years, 8 months ago by shenom.
    #305266

    Don’t bother. I found the code in the avia.js and solved it myself.

    Thanks

    • This reply was modified 9 years, 8 months ago by shenom.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Menu: Toggle Submenus and indicate current page’ is closed to new replies.