Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #593600

    On mobile, is it possible to move the left side navigation so it displays similar to the main menu (icon to display/hide menu)? Currently, the sidebar menu is at the bottom of the page content and the menu gets lost on long pages. Can anyone point me into a direction to find a solution?

    Thanks

    #594100

    Hey lssu,

    I’m not aware of any solutions like that and I think it would take a lot of customisations to the theme to realise it, but send us a link to your site and we’ll have a look.

    Regards,
    Rikard

    #595684

    Thanks. During testing, I can get a js menu system to somewhat work. I can display button for the menu and when clicked, side bar is displayed along the right side of the page. But I am unable to get the close menu button working (or even display properly).

    #595727

    Update… I was able to install “SlickNav” and it seems to be working.

    #595809

    Hi Issu!

    Thanks for getting back to us.

    Glad to hear you found a solution that works for you. Let me know if there is anything else you need assistance with.

    Regards,
    Jordan

    #595814

    Thanks, I was wondering if there is a way to emulate the right pointing arrows and the down pointing arrows, as seen in the mobile nav? In the mobile nav, the arrows are clickable, but that is not needed in the desktop version. I am just looking for the arrows to appear when there is a child page (left pointing) and down-pointing arrows for parents. This would help the navs look more consistent.

    #597834

    Hi!

    Sorry for the late reply!

    Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page. I am currently not sure if i understood you clearly.

    Cheers!
    Yigit

    #597865

    No problem. I have changed out the arrows in my sub page menu to “plus” for parent page and “minus” for child page.

    I would like to replicate this in the mobile menu for Enfold. Is it possible?

    #597883

    Hi!

    Please add following code to Quick CSS

    #mobile-advanced > li.menu-item-has-children > a > .avia-menu-text:after {
        content: ' +';
    }
    #mobile-advanced .sub-menu .avia-menu-text:after {
        content: ' -';
    }

    Regards,
    Yigit

    #597930

    Thank you. That is very close.

    The parent “plus” should change to a minus, after opening. The child should not have a minus.

    As an example, Menu 2 and Menu 3 both have child pages. Menu 3 “plus” was clicked on and the submenu displayed.

    Menu 1
    Menu 2 +
    Menu 3 –
    Sub Menu 1
    Sub Menu 2
    Menu 4

    Related: Is there a way to make “Menu 3” as a link to the Menu 3 page and have the “plus” be the action that expands the menu, displaying child pages?

    #599708

    Hey!

    not sure if it will be possible easily. I could not find a link showing these elements in question. We need to be able to inspect them. Can you provide us a precise link please?

    Regards,
    Andy

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.