-
AuthorPosts
-
September 10, 2018 at 5:06 pm #1007966
Hi there
My issue is that on different devices the top logo and burgermenu disappears.
This is only happen when I set the Header visibility and transparency to “transparent header” on all pages.Any solution?
September 11, 2018 at 7:25 am #1008213Hey carstenstrandvad,
Thank you for using Enfold.
Where can we see the issue? The mobile/burger menu is visible on the home page. It has a transparent header.
Best regards,
IsmaelSeptember 11, 2018 at 1:00 pm #1008373Info: I use “transparent header” on all pages. If I disaple that option the site works fine. ( I tried to change it under the menu “About Diana” – “About” to show you.
I also use Chrome to inspect and use the toggle device toolbar to test the different devices, I do also get the issue there.
Example, om my android Samsung s9+ when I turn the phone from potrait to landscape the top logo and burgermenu disappears and in the top of the picture there is a white bar instead of the picture who was supposed to go all the way to the top.
On my iPad the logo and burgermenu disappear when i turn from landscape to poitrait. (in landscape it looks as it suppose to look, the picture all to the top with negative logo and burgermenu).
September 11, 2018 at 8:12 pm #1008575Hi carstenstrandvad,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaSeptember 11, 2018 at 8:45 pm #1008601Yes, how do I attach screenshots here?
September 12, 2018 at 4:36 am #1008694Hi,
top of the picture there is a white bar instead of the picture who was supposed to go all the way to the top.
That is actually how it’s supposed to display because header transparency is disabled on mobile view by default. The logo and the burger menu is not visible because they have the same color as the header. We can change the background color of the header on mobile view or you can upload a different logo for a non-transparent header and for the transparent header.
If you want to use a different logo for mobile view, please go to the Enfold > Header > Transparency Options panel, set a logo with a different color and adjust the menu color. That is going to be your logo and menu color for transparent header. You will also need to adjust the default color of the menu item in the General Styling > Logo Area panel and that will be the color that you’ll see on mobile view.
Add this code on the Quick CSS field if you want to change the header background on mobile view.
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background-color: red; border-color: #e1e1e1; } }
Adjust the color values you wish.
Best regards,
IsmaelSeptember 12, 2018 at 12:45 pm #1008878Thank you for your respond. Did not know that the transparent top feature disable on smaller device, in my opinion not optimal.
I do use the feature different logo. Have already uploaded a negative logo and set the menu color to white under Header> Transparency Options and it looks fine on desktop computers, my issue was on smaller devices the top header transparency disappear who result in a negative logo and menu on white background.Tried you Quick css code, and it works if I want a different color of header background, but what if I want a transparent background as when you see the website on a desktop or laptop computer?
September 12, 2018 at 2:37 pm #1008937Hi carstenstrandvad,
Best regards,
VictoriaSeptember 12, 2018 at 2:54 pm #1008956just put an under construction on the site, you need login to see the site, could I give you temporary access?
September 12, 2018 at 3:02 pm #1008964Hi carstenstrandvad,
Yes, of course, please post credentials in private.
Best regards,
VictoriaSeptember 12, 2018 at 4:09 pm #1008998This reply has been marked as private.September 13, 2018 at 3:21 am #1009157Hi,
Thanks for the update.
We’ve added this css code on the Quick CSS field to keep the transparency on smaller screens, specifically on tablet or iPad view.
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet #top #wrap_all #header { position: fixed; } }
Best regards,
IsmaelSeptember 13, 2018 at 9:54 am #1009297thank you, looks like it works now :0)
September 13, 2018 at 4:32 pm #1009486Hi carstenstrandvad,
Glad that Ismael helped you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘top logo and burgermenu disappear on Ipad in portrait and iphone x in landscape’ is closed to new replies.