Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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

    #939176

    Hey 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.
    #939408

    Hi 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

    #939620

    Hi,

    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,
    Rikard

    #939716

    Hi 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

    #939775

    Hi 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,
    Victoria

    #939889
    This reply has been marked as private.
    #939941
    This reply has been marked as private.
    #940679

    Hi,

    htpass logins did not work for me as well. Could you please check them once again? :)

    Best regards,
    Yigit

    #940859
    This reply has been marked as private.
    #941227

    Hi,

    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 header

    Current situation

    Desktop view: Text menu + Transparent header
    Tablet view : Burger menu + Burger menu + black header
    Mobile view : Burger menu + Burger menu + black header

    It 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,
    Vinay

    #941916
    This reply has been marked as private.
    #942304

    Hi,

    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

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