Hi there, I was just wondering if a cornestone slider (stacked) can have a global slide? For example the global slide contains text while the normal slides only have background images.
Thanks
Hi there, I was just wondering if a cornestone slider (stacked) can have a global slide? For example the global slide contains text while the normal slides only have background images.
Thanks
What is the logic?
Text “slide” is static? The normal slides changes by the time in the background?
Do the normal slides need controls? Like slide navigation?
Yes text slide is static. Slider Revolution has that as a built-in feature as well. The normal slides have the standard behaviour and can change with time or using the controls, navigation etc. The global/static slide alsways stays on top of them in the foreground.
well than there’s an easy solution which even gives you much more flexibility
Use the grid element. 2 Cells sharing the same grid space but the one with the slider (the controls may not be covered by the “text” cell) is slightly higher. The cell with the slider has a lower z than the text cell.
Grid has for columns simply 1fr, rows something like 1fr, 2rem. Logic is the text cell is set to row: 1,2 and column 1,2. The slider layer is set to row 1,2 and column 1,3. Thisway you can place the controls at the bottom edge and they wont be covered by the upper cell.
Badabing badabum.
Thanks a lot!
Hey @ArtOfSpring,
Thanks for posting in! It is good to know that Ondrej here was able to give you some ideas to have a Global layer for the Slider element. In addition, you can also add a DIV element next to the Slider Container and position it as “Absolute” with a z-index higher than the Slider Container. You can then insert a Text element or a Headline element in this DIV element.
Cheers.