#main-div at zero opacity
-
Hello —
I realized that the #main-region is by default showing at a 0% opacity until full page load - any way I could remove this script and have #main-region show at full opacity all the time?
This script is causing a fade-in effect which is misinterpreted as a slow loading page. Any way I could override this in the custom css ?
Thanks!
-
Try this:
#main-region.hide { opacity: 1; }
Well. It's just animating to opacity 1 which takes 400 milliseconds. But it doesn't wait until full page load. Images are still lazyloaded afterwards. But yeah it makes a big difference, I'm going to create an option for this.
-
Try this to fix issues before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it