Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #191712

    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!

    #191959

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #191987

    Here’s the dev site link:
    http://www.johngdoyle.com/unmanitempsite/

    Thanks for your help.

    #192079

    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

    #192156

    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.

    #192165

    Hey!

    Can you post a screenshot of your view? i don’t see the background showing when the slider transitions.

    Cheers!
    Josue

    #192168

    Here’s link to the screenshot.

    background flashing before slider is loaded on homepage.

    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.

    #192177

    Hey!

    Add this code to the Quick CSS:

    #layer_slider_1 {
    background: none !important;
    }
    

    Cheers!
    Josue

    #192185

    Bingo! Thank you so much. The background behind the layer slider is now black while it loads.

    #192186

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Background image for Main Content area showing behind LayerSliders’ is closed to new replies.