adamkpetersen
Member
Posted 1 year ago #
I am currently using the e-vid theme from Elegant Themes. At the top of this theme it has a featured article section. It rotates through the featured articles by left and right arrows.
I was wondering if it was possible to set it on a timer so it rotates automatically. Thank you!
As this is a paid theme with unique functionalities and its own support, I strongly recommend contacting the theme developer for assistance as they are in the best position to help you.
https://www.elegantthemes.com/forum/
adamkpetersen
Member
Posted 1 year ago #
Thanks Zoonini,
I have already searched the forum briefly but I look more in depth into it. Is there a simple line of code I could put into the code or will it take quite a bit of work?
I have no idea - you'll really need to contact the the theme maker directly or post in their forums. Good luck!
DigitalDesignDj
Member
Posted 6 months ago #
The Javascript you are looking to modify is at the top of this file:
/wp-content/themes/eVid/epanel/page_templates/js/et-ptemplates-frontend.js
DigitalDesignDj
Member
Posted 6 months ago #
Whoops, Thats not it....
Try This:
/wp-content/themes/eVid/js/init.js
Find this line: duration:700, (~line 30)
add this line after: interval:2000, (2 second intervall, increase to suit...)
thesoundone
Member
Posted 6 months ago #
Hi all,
I'm trying to do this as well. I just went in and added that line of code and its not working for me..
Any tips?
Thanks!
Peliculeo
Member
Posted 4 months ago #
This is the solution dude!
[Code moderated as per the Forum Rules. Please use the pastebin]