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.
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 ?
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
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.
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.
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 ?
I'm using the Fusion builder that's in the top of the Avada Theme
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
Yeah it now works but it isn't ideal since the menu isn't over the slider anymore
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.