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

    #1008213

    Hey 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,
    Ismael

    #1008373

    Info: 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).

    #1008575

    Hi carstenstrandvad,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1008601

    Yes, how do I attach screenshots here?

    #1008694

    Hi,

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

    #1008878

    Thank 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?

    #1008937

    Hi carstenstrandvad,

    Best regards,
    Victoria

    #1008956

    just put an under construction on the site, you need login to see the site, could I give you temporary access?

    #1008964

    Hi carstenstrandvad,

    Yes, of course, please post credentials in private.

    Best regards,
    Victoria

    #1008998
    This reply has been marked as private.
    #1009157

    Hi,

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

    #1009297

    thank you, looks like it works now :0)

    #1009486

    Hi 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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘top logo and burgermenu disappear on Ipad in portrait and iphone x in landscape’ is closed to new replies.