Whenever you are using our Event Info page builder item, you can choose to show your photos as a slider. You need to edit the theme to enable the “autoplay” setting.
If you don’t have knowledge of WordPress template development it is better to contact our support agents.
- Edit the following file
/wp-content/themes/conferencepro/assets/js/jquery.main.js
. - Search for the following code
preventClicks: false
- Replace it with the following code and save it.
preventClicks: false, autoplay:3000
- Save the file.
Note: We do not recommend direct editions to our themes because this particular edition will be overwritten on future updates.