Comments KAYE started the conversationJune 19, 2014 at 3:36amCan the text and buttons remain static although the Nectar Slider image changes automatically? It seems distracting to have the text and buttons keep reappearing every time the image changes. 8,839Tahir repliedJune 19, 2014 at 4:27pmHey Kaye!No i am afraid the slider does not work that way. Thanks ThemeNectar Support Team Jonathan repliedJuly 18, 2014 at 9:07amIf its not too late, there is a way to do this. I split the row into 1/2 + 1/2 with nectar slider on one side, but set as full width.I then add text/images/buttons on the other half with an extra class as element. Then in CSS add:.element {position: relative;top: 20px;left: -45%;z-index: 100; You can just edit the top and left to position it correctly as a static over top of your slider...Hope this helps Sign in to reply ...
Can the text and buttons remain static although the Nectar Slider image changes automatically? It seems distracting to have the text and buttons keep reappearing every time the image changes.
Hey Kaye!
No i am afraid the slider does not work that way.
Thanks
ThemeNectar Support Team
If its not too late, there is a way to do this. I split the row into 1/2 + 1/2 with nectar slider on one side, but set as full width.
I then add text/images/buttons on the other half with an extra class as element. Then in CSS add:
.element {
position: relative;
top: 20px;
left: -45%;
z-index: 100;
You can just edit the top and left to position it correctly as a static over top of your slider...
Hope this helps