Is it possible to remove the fade in transition from the nectar slider - and simply have the text staying in place? As we have the same text across 3 slides - but want the background transitioning.
Currently it works, but the text will fade in each time
I didn\'t mean the transition of the parallax effect - I mean\'t the change from slide to slide. We would like text to stay the same and not move, and simply have the images fading behind them.
Jamie, I wanted to achieve something similar and in the end had to get a bit lateral.
Essentially what I did was:
- create a WP text-block underneath the Nectar Slider, with the text/content I want to remain static.
- give that row an ID. e.g. \'static\' and make sure it is set to \'Full Width Content\' if you want the static content to stretch across the entire slider. Otherwise set to \'in container\' and it will sit within roughly the middle of the slider.
- use CSS to position this WP row (that we labelled as #static) over the top of the Nectar Slider.
The CSS goes something like this:
#static {
position:absolute; top:0px; << adjust value to position the content where u want over the NS left:0px; << adjust value to position the content where u want over the NS text-align:center;
}
See attached screen grab.
- The text that says \'WE CREATE\' doesn\'t move with any of the slides, they just slide/fade behind it. - The text that says \'office humour\' and the purple button underneath are part of the Nectar Slide content options and DO move with the slides. Again they\'ve been heavily repositioned/modified via the CSS that controls those bits.
Is it possible to remove the fade in transition from the nectar slider - and simply have the text staying in place? As we have the same text across 3 slides - but want the background transitioning.
Currently it works, but the text will fade in each time
Hey ,
Please see screenshot: http://prntscr.com/9swrd8 .
Bes.t
ThemeNectar Support Team
Thanks for getting back to me,
I didn\'t mean the transition of the parallax effect - I mean\'t the change from slide to slide.
We would like text to stay the same and not move, and simply have the images fading behind them.
Hey Again,
I am afraid we dont have any such option available . You can Try Revolution Slider if you have a copy .
Best.
ThemeNectar Support Team
Jamie, I wanted to achieve something similar and in the end had to get a bit lateral.
Essentially what I did was:
- create a WP text-block underneath the Nectar Slider, with the text/content I want to remain static.
- give that row an ID. e.g. \'static\' and make sure it is set to \'Full Width Content\' if you want the static content to stretch across the entire slider. Otherwise set to \'in container\' and it will sit within roughly the middle of the slider.
- use CSS to position this WP row (that we labelled as #static) over the top of the Nectar Slider.
The CSS goes something like this:
#static {
position:absolute;
top:0px; << adjust value to position the content where u want over the NS
left:0px; << adjust value to position the content where u want over the NS
text-align:center;
}
See attached screen grab.
- The text that says \'WE CREATE\' doesn\'t move with any of the slides, they just slide/fade behind it.
- The text that says \'office humour\' and the purple button underneath are part of the Nectar Slide content options and DO move with the slides. Again they\'ve been heavily repositioned/modified via the CSS that controls those bits.
Hope this may help?