How to autoplay the slider

  1. Home
  2. Docs
  3. Conference Pro
  4. Frequently Asked Question...
  5. How to autoplay the slider

How to autoplay the slider

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.

Slider Conference Pro

  1. Edit the following file /wp-content/themes/conferencepro/assets/js/jquery.main.js.
  2. Search for the following code
    preventClicks: false
    
  3. Replace it with the following code and save it.
    preventClicks: false,
    autoplay:3000

    Autoplay

  4. Save the file.

Note: We do not recommend direct editions to our themes because this particular edition will be overwritten on future updates.

Was this article helpful to you? Yes No 4