-
AuthorPosts
-
April 13, 2020 at 1:22 am #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
April 14, 2020 at 12:05 am #1203397Hey hostworks,
Are you running any plugins that might be adding one?
Best regards,
Jordan ShannonApril 14, 2020 at 12:10 am #1203400Jordan,
I can’t imagine.April 14, 2020 at 12:19 am #1203405Hi,
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 ShannonApril 14, 2020 at 12:26 am #1203407Weird. probably the bottom centered one.
Here’s the menu the client wants to use on mobile
https://snipboard.io/blUGi8.jpgApril 14, 2020 at 12:32 am #1203412Hi,
Add this to quick css:
@media only screen and (min-width: 767px) { #header_main_alternate{ display:none!important; }}
Best regards,
Jordan ShannonApril 14, 2020 at 12:35 am #1203413great, thanks.
Now, how do I display a custom header for mobile like above?April 14, 2020 at 12:38 am #1203414oops, that killed the main menu!
April 16, 2020 at 4:34 am #1204226Hi,
Can you provide admin info in the private area so we can see how this was set up?
Best regards,
Jordan ShannonApril 16, 2020 at 3:17 pm #1204450Here you go Jordan.
April 18, 2020 at 5:40 pm #1205058Hi,
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 ShannonApril 18, 2020 at 10:21 pm #1205132Minimize 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.
April 19, 2020 at 3:02 pm #1205234Hi 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,
VictoriaApril 19, 2020 at 5:51 pm #1205287Victoria,
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.April 19, 2020 at 9:49 pm #1205323i 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; } }
April 19, 2020 at 11:08 pm #1205333ok, 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.April 29, 2020 at 11:47 pm #1208381Hi,
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 ShannonApril 30, 2020 at 12:58 am #1208408Go ahead and close this.
April 30, 2020 at 1:05 am #1208411Hi,
Apologies for the delay again. Should you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Getting two burger menus on mid-sized screens’ is closed to new replies.