Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #1184125

    Hi,
    Header invisible and appear once the user scroll down on desktop device is OK. I wish to make the same on the mobile. (IOS e android)

    #1185064

    Hey Stilecatalini,

    Can you try to add this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        opacity: 1;
        position: fixed !important;
        top: 0 !important;
      }
    
      .responsive #top #wrap_all #header.header_color.av_header_transparency {
        opacity: 0;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #1185385

    DON’T WORK!

    #1185388

    Ok. it’s work! thanks! Another question: ho can i hide ON MOBILE VERSION the Youtube commands and logo etc.. on the layerslider with background video?

    #1185393

    THERE IS A PROBLEM! ON MOBILE VERSION!!!!!!!!
    About the menu; I have a problem when you scroll down, after opening it. CHECK!!!!!!!!!!! IMPORTANT!!!!!!!!!!!!!!!!

    #1185750

    Hi Stilecatalini,

    I can’t find the youtube command, logo and video in the layerslider.
    Can you give us a screenshot of the issue?

    Best regards,
    Nikko

    #1185771

    Try by mobile. I have iPhone.
    Try also to use the menu (by iPhone) and, after opened, scroll down)

    #1185935

    Hi Stilecatalini,

    I have checked it on my mobile phone and I don’t see any issues with it on my end.

    Best regards,
    Nikko

    #1185992

    On iPhone only: open the menu and scroll down. The menu will disappear!
    ONLY ON IPHONE

    #1185993

    Another question: I wish to hide everything when the video on layerslider start. YouTube logo, title and more..
    ONLY ON MOBILE (iPhone and other mobile)

    Try on the page that I link in private content.

    #1186922

    Hi Stilecatalini,

    You can refer to https://developers.google.com/youtube/player_parameters for this issue.
    You can use modestbranding according to google, however showinfo is already deprecated.
    See https://developers.google.com/youtube/player_parameters#Revision_History

    Best regards,
    Nikko

    #1187469

    ON THE IPHONE DON’T WORK! YOU CAN SEE LOGO AND OTHER INFO LIKE TITLE ETC…..

    #1187470

    REPEAT AGAIN: ON THE IPHONE THERE IS ANOTHER PROBLEM. TRY TO OPEN THE MENU AND SCROLL DOWN: IT DISAPPEAR!
    TRY PLEASE!

    #1187544

    Hi Stilecatalini,

    I will ask my colleagues to check for it.

    Best regards,
    Nikko

    #1188033

    Hey,

    I just checked your website on my iphone on IOS 13.3.1 but i cannot reproduce the issue.

    In your homepage, you chose to display header when scrolled down. I scroll down a bit, header appears, I click on menu icon, I am able to scroll up and down in your burger menu. However when I scroll to top (from the area next to burger menu), header and menu disappears as expected.

    If that is what you meant, you can disable it on mobile by adding following code to Quick CSS in Enfold theme options > General Styling

    @media only screen and (max-width: 676px) {
    #top .av_header_scrolldown.av_header_transparency {
        opacity: 1;
        margin-top: 0 !important;
    }}

    If that is not what you meant, could you please share a screencast so we can make sure that we are on the same page? :)

    Cheers!
    Yigit

    #1188222

    No. You don’t understand.
    Appear and disappear by scroll is ok!
    You should try (by iPhone only);
    1. Open the menu
    2. Scroll down

    It will disappear! It should stay opened until you click a section!!

    Thanks

    #1188241

    Hi,

    I made a screencast using my iPhone IOS version 13.3.1 and attached it in private content field below.
    Could you please flush your mobile browsers cache and check if that helps? – https://support.apple.com/en-us/HT201265

    Best regards,
    Yigit

    #1188252

    I have IOS 12.4.5. The menu disappear! 🤔

    #1188255

    Hi,

    I see however I believe this is not Enfold related issue. Could you please try de-activating all active plugins and check if that helps?

    Best regards,
    Yigit

    #1188267

    I will let everything like now! Maybe is a problem of my iPhone 5S.
    Hope every visitors have other smartphones than mine! 😃

    #1188270

    Hi,

    Alright! We will close the thread then :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘MOBILE header invisible and appear once the user scroll down mobile’ is closed to new replies.