Bruce Caraway
asked 11 years ago

I am trying to figure out how to cause the slides to automatically slide on my page without having to click the navigation buttons at least once.

If I click the “next” navigation button, then the slides begin moving but I don’t know how to set this to “auto-play” upon page load.

Here is a link to my site: http://174.120.168.60/~bhladmin/

Thanks in advance!

– Bruce

1 Answers
DominicStaff
answered 11 years ago

To resolve this issue you can add the following code to the slides.php file in the folder path “dw-simplex/inc/” / line 259

<script type="text/javascript">
jQuery('.carousel').carousel({ interval : 1000 })
</script>

See the Screenshot:

Powered by DW Question & Answer Pro