This topic has 8 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Olga Barlow
Hello, on theme options I already turn on Show loader icon until site loading.
But, it only works on certain desktop resolution. May I know how can I enable it for all screen device?
Hello,
Try to add the following code in child theme style.css and clear cache
body.js-preloader {
visibility: hidden;
opacity: 0
}
body.js-preloader.page-loaded {
visibility: visible;
opacity: 1
}
Regards
Not working. The page just become plain white.
Hello,
Please, provide us with temporary Dashboard and FTP access to your site to check.
Regards
Done.
Hello,
Check now, please.
Regards
Nice. May I know what things you changed?
Hello,
footer.php file. Changed device width for the special class.
Regards
You must be logged in to reply to this topic.Log in/Sign up