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

    Hi,

    When I´m looking at my website http://www.sudersand.se on my ipad and I have scrolled down a bit on the page and wants to open the menu,
    all the links seems to have disappeared (later I found out that they have scrolled aswell somewhere).
    Anyway to have the links in the menu at the top at anytime, regardless if I have scrolled down the page.

    I recently added the following code to have the mobile menu appear on landscape ipads, if there is something to add here:

    @media only screen and (max-width: 1366px) and (min-width: 768px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block;
    }
    }

    Regards Johan

    #915460

    Hey Johan,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? The code does not seem to be correct.

    Best regards,
    Victoria

    #915463

    Here you go!

    #915672

    Hi,

    I load the site on Ipad and I can see the menu links there.
    Sorry if I did not understood right – but you mean the menu links right?

    Best regards,
    Basilis

    #915679

    Yes the links are there, but if you first scroll down a bit on the page, and THEN open the menu – the links have gone fishing somewhere. =) You can scroll in the menu and suddenly the links will reappear, but our guest won´t understand that.
    I want them at the top at all time… =)

    Regards Johan

    #915713

    Hi,

    I tried all that cycle on my phone and on a tablet and not seen the issue.
    What tablet u on?

    Best regards,
    Basilis

    #915719

    That is weird. I´m on an iPad…

    B.R.
    Johan

    #916237

    Hi,

    Yes, what version and maybe what screen size, can you tell us?

    Best regards,
    Basilis

    #916306

    Its the oldest ipad that exists… 😄 maybe thats the issue? I’ll see if I can find a newer one…
    I’ll get back to you if the problem remains.

    Thanks!

    #916326

    It looks like this on my mothers AND fathers ipad (brand new, not mini) and they are white aswell.
    I´ve added a screenshot in private.

    #917121

    Hi Johan,

    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 (min-width: 768px) and (max-width: 1024px) {
    	.av-burger-menu-ul {
    	    padding-top: 80px !important;
    	}
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #917743

    Hi Victoria!

    I made the change in custom.css, but it still doesn´t work….

    Regards Johan

    #917804

    Hi Johan,

    The are errors in your child theme styles.css if you can, please validate all the code in there with the help of some validation tool. Do the same for the code from Quick css, the code was using a class and it should be id, my bad. And for some reason the dynamic_avia file where the css from quick css is written does not seem to be regenerated. This could be due to folder permissions. So there are these things to check.

    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    	#av-burger-menu-ul {
    	    padding-top: 80px !important;
    	}
    }
    
    

    Best regards,
    Victoria

    #918894

    I think your collegue Ismael turned of all my plugins (working on another problem), and after that I checked and it works now.
    I will turn on plugins one by one and see if something goes wrong.
    Thanks!

    Regards Johan

    #919385

    Hi Johan,

    Great, thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.