Tagged: Hamburger-Menu, menu
-
AuthorPosts
-
April 9, 2018 at 9:16 am #939018
Hi there, i would like to show both hamburger and text menu at the same time. Is this possible?
Can’t find the sollution in the topic list.Kind Regards, Joost Schut
April 9, 2018 at 1:44 pm #939176Hey Schutreclame,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) { .av-main-nav .menu-item { display:block !important; } }
Best regards,
Rikard- This reply was modified 6 years, 7 months ago by Rikard.
April 9, 2018 at 9:02 pm #939408Hi Rikard,
Thnx, but not entirely what we want. On mobile we want the hamburger icon, now we got icon and text on mobile. Furthermore, we only get hamburger and text on Ipad portrait sized screen (without left and right padding), and the menu logo area background becomes black. We would love to have both icon and hamburger on
Any suggestions/additional code?
Kind regards, Joost Schut
April 10, 2018 at 7:17 am #939620Hi,
Please try this as well:
@media only screen and (max-width: 767px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardApril 10, 2018 at 8:56 am #939716Hi Rikard, thnx for your reply. It doesn’t seem to respond to the code on wider screens. And on mobile the text menu goes through the logo, where we would like the text menu to disappear and just show the hamburger. Any suggestions?
Kind regards Joost
April 10, 2018 at 11:09 am #939775Hi Joost,
The code given by Rikard works on screens up to 767px.
The htpass credentials did not work for me, can you update them, please?Best regards,
VictoriaApril 10, 2018 at 2:52 pm #939889This reply has been marked as private.April 10, 2018 at 5:04 pm #939941This reply has been marked as private.April 11, 2018 at 11:12 pm #940679Hi,
htpass logins did not work for me as well. Could you please check them once again? :)
Best regards,
YigitApril 12, 2018 at 11:29 am #940859This reply has been marked as private.April 13, 2018 at 3:52 am #941227Hi,
As I understand you need to display
Desktop view: Text menu + Burger menu + Transparent header
Tablet view : Burger menu + Burger menu + Transparent header
Mobile view : Burger menu + Burger menu + Transparent headerCurrent situation
Desktop view: Text menu + Transparent header
Tablet view : Burger menu + Burger menu + black header
Mobile view : Burger menu + Burger menu + black headerIt appears the same menu items are displayed in both the text menu and the hamburger menu. May I know the purpose for this?
Also please confirm if I understood your requirement correctly so we can help you better.
Please provide admin login details in private content area.
Best regards,
VinayApril 14, 2018 at 1:53 pm #941916This reply has been marked as private.April 15, 2018 at 9:56 pm #942304Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.