Tagged: slider, Testimonals, transition
Hey Enfold Support,
how can we change transition speed-time for testimonal Slider in Child Theme?
Thanks for your help!
Tobias
Hey Tobias,
Try the solution posted here: https://kriesi.at/support/topic/change-animation-on-testimonial-full-width-widget/#post-444226
You should find it in wp-content > themes > enfold > js > shortcodes.js
Best regards,
Nikko
Hi Nikko,
thanks for your quick answer. unfortunately this does not work
After changing the code to:
//testimonial slider
$('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true, 'transitionSpeed:900', easing:'easeInOutQuart'});
the testimonial Slider does not work.
Best,
Tobias
Hi Tobias,
Can you try using this code instead:
$('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true, transitionSpeed:900});
Best regards,
Nikko
Hi Nikko,
Thanks for your help. It worked!
Is it possible to change the duration too?
Best, Tobias
Hi Tobias,
Yes, there’s a Slideshow autorotation duration in the testimonials option.
Let us know if you need further assitance.
Best regards,
Nikko