Okay
  Public Ticket #1039345
Not able to use different sliders on different pages
Closed

Comments

  •  2
    Patrick St-Arnaud started the conversation

    Hi there,

    I have 2 sliders. One's ID is "1" and the second's ID is "7". When I put "1" as my slider in my english home page, it automatically changes my french home page to "1" aswell. But I want to keep "7" in my french home page and when I try to change it throught the french home page it just does nothing and gets back to "1" when updating the page.

  • [deleted] replied

    Hey Patrick St-Arnaud,

    This should not happen under normal cirumstances. What methods are you using exactly to insert these sliders ? Are you using theme or page builder or the LayerSlider's PHP solution ?

  •  2
    Patrick St-Arnaud replied

    I'm using the Fusion builder that's in the top of the Avada Theme

  • [deleted] replied

    This problem might be related to the Avada Builder and how it implements the plugin.
    Please try to use one of the built-in methods to insert LayerSlider to your stite to see if the same issue happens.
    You can find description of the default methods in the documentation on the following url: https://support.kreaturamedia.com/docs/layersliderwp/documentation.html#publishing-sliders

  •  2
    Patrick St-Arnaud replied

    Yeah it now works but it isn't ideal since the menu isn't over the slider anymore

  • [deleted] replied

    To solve that you will need to set a higher z-index value for your menu than the slider. You can set the z-index for the slider in the Slider Settings -> Appearance -> Custom Slider CSS field by entering z-index:1; or you could use an even lower number if 1 still does not make it.