Hello,
I’m using the Enfold theme, version v2.2 – soon to update to 2.4.1
I loaded a background image for the Main Content area. The problem is that same image is loading behind the LayerSlider prior to the LayerSlider’s own background image loading. Is there a way to suppress the Main Content background image from flashing behind layer sliders as they load?
Thank you!
Wonderful theme!
Hi,
Can you post the link to your website please?
Regards,
Josue
Here’s the dev site link:
http://www.johngdoyle.com/unmanitempsite/
Thanks for your help.
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
#layer_slider_1 {
height: auto;
z-index: 1000;
}
Regards,
Josue
Thank you for this code, but it didn’t seem to have any effect on the issue but it did disrupt the drop down menus…strange. I also tried changing the value from “1” to “5” to match the layer slider ID number for the home page. The fire background images is still visible before the slider image is displayed.
Hey!
Can you post a screenshot of your view? i don’t see the background showing when the slider transitions.
Cheers!
Josue
Here’s link to the screenshot.
The issue is not when the slider transitions. It’s when the page is loaded or refreshed. The main body background image displays behind where the slider is loading. See screenshot. Thanks.
Hey!
Add this code to the Quick CSS:
#layer_slider_1 {
background: none !important;
}
Cheers!
Josue
Bingo! Thank you so much. The background behind the layer slider is now black while it loads.
You are welcome, glad we could help :)
Regards,
Josue