- This topic has 5 replies, 2 voices, and was last updated 8 months, 1 week ago by
Forum Moderator.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
October 3, 2022 at 7:05 pm #200834
Hi,
When I go to my website (https://rs-photographie.fr), there is no loading icon until the slider images are loaded. in mobile version I see a loading icon… why ther is not loading icon on PC version?
October 4, 2022 at 10:40 am #200840Hi,
Kindly use this CSS to fix slider loading issue.
.nivoSlider { min-height: 500px !important; }
Regards,
DaveOctober 4, 2022 at 12:41 pm #200841Ok now it appears on PC and mobile but doesn’t disappear on mobile when it’s loaded
October 4, 2022 at 12:49 pm #200843Hi,
Kindly use this CSS for mobile and tablet.
@media screen and (max-width:767px) { .nivoSlider { min-height: 150px !important; } } @media screen and (min-width:768px) and (max-width:1023px) { .nivoSlider { min-height:300px !important; } }
Regards,
DaveOctober 4, 2022 at 1:12 pm #200845Great, now it works well, thanks
If I well understood, the slider appears in front of the loading icon to hide it, but the loader doesn’t really disappear (display:none) right?
October 4, 2022 at 1:18 pm #200847Hi,
Yes, you got it right.
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.