Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #833991

    Hi guys, is it possible to have the burger menu initial open up on page load ?

    OR

    i use the left header option of the theme and i would like to have the accordion effect in my navigation like it is available with the burger menu.

    So that the subpage links are getting visible if i click the parent element.

    Can i load the burger menu into the side header ?

    MAIN PAGE
    – SUBPAGE (only visible if the main page link gets clicked)
    – SUBPAGE (only visible if the main page link gets clicked)

    Any idea ?

    #835797

    Hey Shorty05,

    Thank you for using Enfold.

    Could you please provide a screenshot of the layout that you have in mind so that we can understand it better? Please use imgur or dropbox.

    Best regards,
    Ismael

    #835898
    This reply has been marked as private.
    #837982

    Hi,
    Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
    Another option instead of the fly out menu is to show the sub menu items always:

    ul.sub-menu {
        position: relative !important;
        left: 0px !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 10000;
        box-shadow: none !important;
        border-bottom: 1px solid #e1e1e1;
        width: 100%;
    }
    .sub-menu li, .sub-menu li a{
        float: none !important;
        display: block !important;
    }
    .sub-menu a{
        background: transparent !important;
        border: 0 !important;
    }

    Please see screenshot in Private Content area

    Best regards,
    Mike

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