Hi! Just buyed your theme, Fantastic! I need to know please how to change the speed (or duration as you like) of the transition between two slides in the nectar slider. I found this ticket (https://themenectar.ticksy.com/ticket/153387 ) ut in the js file i found 3 different row with the keyword spped, i tried to change all those values but nothing changed.
Thanks for your quick answer Tahir, i looked at the video you linked me but i was able to see how to change rotation speed and i already learned to use this parameter.I need to change the duration of the transition between two slides; not how much time every slide is displayed. As i told you i tried to modify the nectar-slider.js file located in the js folder looking for this line as suggested in the articled i linked :
speed: 525,
i found 3 different lines with this statement (with different values) but changing every speed value (raising and lowering it ) nothing change. I use a nectar slide with this settings.Thanks again, Antonio
I agree with you, changing core theme files is not the best way to gain control over the theme, but nectar slider is perfect for my need so a little change in code is for me easier than buying a new plugin.
Just to solve my problem the second piece of code was the right one to change; i need only to wait for update time :-) thanks, ! Solved!!!
Hi! Just buyed your theme, Fantastic!
I need to know please how to change the speed (or duration as you like) of the transition between two slides in the nectar slider.
I found this ticket (https://themenectar.ticksy.com/ticket/153387 ) ut in the js file i found 3 different row with the keyword spped, i tried to change all those values but nothing changed.
How can i do this?
hanks, Antonio
Hey,
Please have a look at this Article :http://themenectar.com/docs/salient/sliders/
Thanks
ThemeNectar Support Team
Thanks for your quick answer Tahir, i looked at the video you linked me but i was able to see how to change rotation speed and i already learned to use this parameter.I need to change the duration of the transition between two slides; not how much time every slide is displayed.
As i told you i tried to modify the nectar-slider.js file located in the js folder looking for this line as suggested in the articled i linked :
i found 3 different lines with this statement (with different values) but changing every speed value (raising and lowering it ) nothing change. I use a nectar slide with this settings.Thanks again, Antonio
Suppose that this code
if($(this).attr('data-transition') == 'fade' && $(this).attr('data-overall_style') != 'directional' && $(this).attr('data-button-styling') != 'btn_with_preview'){
var progressVar = true;
var touchRatio = 1.3;
$sliderOptions = {
loop: $useLoop,
grabCursor: $grab,
touchRatio: touchRatio,
speed: 900,
Is related to fade transition and this one
var css3Trans = ($('#'+$(this).attr('id') + '.nectar-slider-wrap[data-overall_style="directional"]').length == 1) ? false: true;
$sliderOptions = {
loop: $useLoop,
grabCursor: $grab,
touchRatio: touchRatio,
speed: 550,
useCSS3Transforms: css3Trans,
is related to slide roll i think...
Hey Again,
We would not advise you to change the Core Theme files as those changes would be lost if you update the Theme in the Future.
If you really need fine Grain Controls try using the Third Party Premium Plugins such as "Revolution Slider " .
Be.st
ThemeNectar Support Team
I agree with you, changing core theme files is not the best way to gain control over the theme, but nectar slider is perfect for my need so a little change in code is for me easier than buying a new plugin.
Just to solve my problem the second piece of code was the right one to change; i need only to wait for update time :-) thanks, ! Solved!!!