Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1203185

    Why am I getting two burger menus on smaller screen sizes?
    https://snipboard.io/2blyvx.jpg
    https://tbwp.hostworks.com
    Also, can I insert a different header for mobile presentations?

    • This topic was modified 4 years, 9 months ago by hostworks. Reason: forgot URL
    #1203397

    Hey hostworks,

    Are you running any plugins that might be adding one?

    Best regards,
    Jordan Shannon

    #1203400

    Jordan,
    I can’t imagine.

    #1203405

    Hi,

    There looks to be an alternate menu on mobile thats being picked up. We can simply hide one. Which one do you want removed?

    Best regards,
    Jordan Shannon

    #1203407

    Weird. probably the bottom centered one.
    Here’s the menu the client wants to use on mobile
    https://snipboard.io/blUGi8.jpg

    #1203412

    Hi,

    Add this to quick css:

    @media only screen and (min-width: 767px)  {
    #header_main_alternate{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1203413

    great, thanks.
    Now, how do I display a custom header for mobile like above?

    #1203414

    oops, that killed the main menu!

    #1204226

    Hi,

    Can you provide admin info in the private area so we can see how this was set up?

    Best regards,
    Jordan Shannon

    #1204450

    Here you go Jordan.

    #1205058

    Hi,

    Apologies, I’m still seeing the main menu. The only mobile I’m seeing is the top right. This is what we want correct?

    Best regards,
    Jordan Shannon

    #1205132

    Minimize it down an you will see two menus. It’s between 797 and 1024

    • This reply was modified 4 years, 9 months ago by hostworks.
    #1205234

    Hi hostworks,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
      #top #header #header_main_alternate {
        display: none;
      }
    }
    

    If this does not do what you need, please attach a mockup of what you’re trying to achieve.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1205287

    Victoria,
    Here’s a screen shot showing the two burger menus:
    https://snipboard.io/B83ATd.jpg
    It begins at 1199px and the bottom one disappears at 988px
    so, I’m guessing the bottom one should go away?
    I tried putting this code in all place and it had no affect.

    #1205323

    i am afraid that your plan to replace the logo with a pixel gif and display a background image instead ( with fake input fields ) will not be successful.
    There is something conceptually wrong!

    Hm or is it a different page you like to edit?
    https://tbwp.hostworks.com/

    You have to come clean with yourself somehow, where you would like to have what information.
    So what about your search fields? Is there any chance the top header is a position you could live with.

    In principle, you could also place a widget in the place where these fields are planned now.
    And have the burger for the main navigation on the left.
    You should clarify this for you beforehand.

    This will solve the double Hamburger for your setting – but the hamburger on the right top is then over the “fake-search-fields”

    
    .av-burger-menu-main.menu-item-avia-special {
      background: #3a5f93;
    }
    @media only screen and (max-width: 1200px) {
      .container.av-logo-container .avia-menu {
        display: none !important;
      }
    }
    @media only screen and (max-width: 989px) {
      #top #header #header_main_alternate {
        display: block !important;
      }
    }
    @media only screen and (max-width: 767px) {
      #top #header #header_main_alternate {
        display: none !important;
      }
      .container.av-logo-container .avia-menu {
        display: block !important;
      }
    }
    #1205333

    ok, I’m coming clean. this is a concept test to get buy off from a design aspect.
    1) we want a full width banner for the header with the nav below. I out in the transparent gif to stop the theme for placing the site name if I didn’t have a logo. Ultimately, the logo will be separate, as will be the search boxes and language boxes. We’ll have to float them on top.
    Is an image that is 2000px wide the best way to go, an will I treat it as a background image as it is now?
    2) they they want a specific header for mobile, I’ll have to cross that bridge later.

    #1208381

    Hi,

    Apologies for the delay in response. Your design implementation could very well be possible for the theme, but it would require modification to the core theme files to achieve. This goes beyond the scope of support here in the forums, but a freelancer should be able to help you achieve this further: https://kriesi.at/contact/customization

    Best regards,
    Jordan Shannon

    #1208408

    Go ahead and close this.

    #1208411

    Hi,

    Apologies for the delay again. Should you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Getting two burger menus on mid-sized screens’ is closed to new replies.