-
AuthorPosts
-
June 6, 2020 at 8:09 pm #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
June 7, 2020 at 7:39 pm #1220256Hey 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,
VictoriaJune 7, 2020 at 8:01 pm #1220267Hi Victoria,
That worked beautifully.
Thanks, sending positive vibes from Ireland and wishing safety to everyone during these difficult time.Ambrose
June 7, 2020 at 8:47 pm #1220298Hi 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,
VictoriaJune 7, 2020 at 9:16 pm #1220304Apologies 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,
AmbroseJune 7, 2020 at 9:17 pm #1220306Neglected to state – all works perfectly on android but the issue is with chrome on the laptop.
Cheers.
June 7, 2020 at 9:37 pm #1220311Apologies 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.
June 8, 2020 at 7:51 pm #1220604Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.