Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello,
I am using the testimonials of Handle on several sites (Codeless Page Builder).
Unfortunately they only slide on user interaction like a click or swipe.
I would like the testimonials to slide automatically.
How can I add an automatic animation after a certain amout of time on the testimonials?
Thank you for your help.
With kind regards
Vera Poerschke
Hi,
Please share website URL, wp-admin, and FTP info (login/ passwords) and send using “private reply”.
Thanks,
Hi,
I have worked on it – its not core functionality of our theme, it may require some customization and when ever you update the theme that funtion will goes off.
Please advise.
Thanks,
Hello azam,
can you tell me where exactly you changed which code?
In the current state the switch is way to fast.
With kind regards Vera
Hi,
I edit code in javascript file under theme directory
wp-admin > Appearance > Theme Editor > Handle (main theme) > js > codeless-main.js
Line number 1361 – 1363
Code:
autoplay:true,
autoplayTimeout:2000,
loop: true,
Thanks,
Hey,
thank you for the quick reply.
Is it a good idea to strip this piece of code out of the codeless-main.js and load it inline? That way the function will not be affected by theme updates, right?
With kind regards
Hi,
We can’t load that code without function separately, But one thing we can do is by overwriting the previous function by adding another function in child theme or custom code editor.
Thanks,
You must be logged in to reply to this topic.