Okay
  Public Ticket #1281766
Background Images Not Showing After 1st Slide
Closed

Comments

  •  2
    Michael started the conversation

    I have 3 slides set up. The background images for the second and third slides only show for an instant. If I change the order of the slides the first slide background will show correctly and then 2 and 3 do not.

    I've tried disabling all other plugins but it didn't have any effect. Please look into this for me.

  • [deleted] replied

    Hey M_JonesRC,

    I have looked into this and it seems like the issue is caused by your theme. You can work around and correct this error by copying the following code to the CSS Editor, that is located in the WP sidebar under LayerSlider:

    .ls-bg-wrap, .ls-bg-outer {
        position: absolute !important;
    }
  •  2
    Michael replied

    That worked. Thank you!