Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #772903
    #773675

    Hey insanityNL,

    The mobile layout is not the same as on larger screens, that is default behaviour. Could you try to describe your problem a bit further or post a screenshot highlighting it maybe?

    Best regards,
    Rikard

    #773774

    Hi Rikard,

    thanks for the reply.
    Well, check the links I send you through your mobile phone and you will see what I mean.

    Hope there is a fix for this

    • This reply was modified 6 years, 11 months ago by insanityNL.
    #774511

    Hi,

    You have this in devq_designs.css, I’m guessing it’s something you have added:

    .av_header_transparency .logo {
        opacity: 0;
    }

    Best regards,
    Rikard

    #774529

    Thanks for the reply!

    I added that so if you view the website on a computer the logo and menu doesn’t show when someone is on top of webpage.. When scrolling down the menu and logo appear.

    However the mobile version doesn’t show properly

    #774596

    Hi insanityNL,

    Could you please describe the desired look or behavior or provide mockup of what you need to achieve?
    DO you need a shrinking header? Or sticky header?

    Best regards,
    Victoria

    #777451

    Hi Victoria,

    if you check the project, you see the header menu is hidden untill you scroll down the page:

    I want to create that same effect on mobile version of the site

    #778799

    Hi insanityNL,

    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: 767px) {
    
    .responsive #top #wrap_all #header {
        position: fixed;
        background: transparent;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #779706

    Hi Victoria,

    This almost worked.

    – Two things happend: menu button on mobile version is still visible on top.
    – When mobile menu is opened, site jumps back to top?

    code is added on project page.

    Current custom css:
    
    @media only screen and (max-width: 767px) {
    
    .responsive #top #wrap_all #header {
        position: fixed;
        background: transparent;
    }
    }
    
    .av_header_transparency .logo { 
           opacity: 0; 
    }
    
    .logo { 
           opacity: 1; 
    }
    
    .av_header_transparency .main_menu {
           opacity: 0; 
    }
    
    .main_menu { 
           opacity: 1; 
    }
    
    #socket .copyright {
        float: right; !important
       }
    • This reply was modified 6 years, 11 months ago by insanityNL.
    #781276

    Hi,

    add this into Quick CSS field to hide mobile menu at first:

    #top #wrap_all .av_header_transparency, .av_header_transparency
    #advanced_menu_toggle {
    display: none;
    }

    The jumping when clicking on mobile menu must be caused by some customizations you’ve implemented. Remove all custom code to check which one is causing it. Also keep all plugins deactivated while testing.

    Best regards,
    Andy

    #782050

    Hi Andy,

    no other custom code is added so I could be sure this wouldn’t be an error of mine. Second with the plugins disabled it would still jump.
    And last: it worked bro ^^

    Thnx for the help guys ;)

    #782068

    Hey!

    Happy we can help.
    Please feel free to let us know if there is anything else we can do for you.

    Thank you

    Regards,
    Basilis

    #783966

    Hi guys,

    still a small question regarding the menu making the site jump to top on mobile phones:

    – all plugins are off
    – I took out all css

    After I took out all css I put it back piece by piece and found this piece of code is the error:

    @media only screen and (max-width: 767px) {
    
    .responsive #top #wrap_all #header {
        position: fixed;
        background: transparent;
        }
    }

    Second issue is the overlay option breaks the contactform

    How are we able to fix this?

    • This reply was modified 6 years, 11 months ago by insanityNL.
    #784441

    Hi,

    glad you’ve found the error causing the jumping on mobile.
    For another issue please create a new ticket in our forum, otherwise things get quite confusing for us and other people trying to search for help here. Tank you!

    Best regards,
    Andy

    #784442

    Hi,

    Best regards,
    Andy

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Logo and menu not showing mobile version’ is closed to new replies.