- This topic has 5 replies, 2 voices, and was last updated 2 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
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?
Hi,
Kindly use this CSS to fix slider loading issue.
.nivoSlider {
min-height: 500px !important;
}
Regards,
Dave
Ok now it appears on PC and mobile but doesn’t disappear on mobile when it’s loaded
Hi,
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,
Dave
Great, 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?
Hi,
Yes, you got it right.
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]
Sitecore to WordPress Migration When you want to grow your business, your Sitecore CMS platform can sometimes seem complex and expensive. Then, you need a […]