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