Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1220073

    Hi folks,
    I’ve checked the forums and cannot find a solution to this problem.
    The timeline feature works beautifully on the chrome but when loaded on Android the image appears faded and half loaded.
    However, when I refresh again after the initial loading it loads perfectly.
    Please see page and pics from Android in private content.

    Appreciate your time,

    Ambrose

    #1220256

    Hey adagiono1,

    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:989px) {
      .avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon {
          opacity: 1;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1220267

    Hi Victoria,

    That worked beautifully.
    Thanks, sending positive vibes from Ireland and wishing safety to everyone during these difficult time.

    Ambrose

    #1220298

    Hi Ambrose,

    Glad we could help :)

    Thank you for the good vibes, wishing you the same.

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

    #1220304

    Apologies for being a pain Victoria,

    I now have a double scroll issue but only on my home page!
    Please see pic attached.

    I’ve tried the code below but no joy!

    body {
    overflow: hidden !important;
    }

    Many thanks,
    Ambrose

    #1220306

    Neglected to state – all works perfectly on android but the issue is with chrome on the laptop.

    Cheers.

    #1220311

    Apologies for the messy thread!

    This is where I’m at:
    Timeline works sporadically on Android – working fine for a while then back to half faded load of images.
    Since inserting the CSS fix I have double scroll bar on the home page only! I’ve checked in Chrome and FIrefox (same in both).
    I’ve cleared all browsing data and cache but remains the same.
    However, when I remove the layerslider from the homepage the problem with the double scroll bars is resolved.
    I do however have multiple pages with the advanced layerslider and it’s not causing a problem on the other pages.
    I haven’t updates the layeralider manually, but I’ve checked and it’s the latest version 6.11.1.

    My main focus in on the double scroll bars. All help is appreciated,
    Ambrose.

    • This reply was modified 4 years, 5 months ago by adagiono1.
    #1220604

    Hi Ambrose,

    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

    
    .ls-overflow-visible {
        overflow: hidden !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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