August 4, 2016 at 9:06 pm
Using slider revolution on my home page which consists of 7 slides. I want to have the slideshow to loop continuously, after about 10-20 seconds the slideshow stops. I am only using fade from one slide to another. Here is my home page *Login to see link . Looking at the page source for my home page I noticed an java script error which I have pasted below. Since I am unfamiliar with Java, I am unsure what to do. Any advice will be greatly appreciated.
<script type=”text/javascript”>
function revslider_showDoubleJqueryError(sliderID) {
var errorMessage = “Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.”;
errorMessage += “<br> This includes make eliminates the revolution slider libraries, and make it not work.”;
errorMessage += “<br><br> To fix it you can:<br> 1. In the Slider Settings -> Troubleshooting set option: <b>Put JS Includes To Body</b> option to true.”;
errorMessage += “<br> 2. Find the double jquery.js include and remove it.”;
errorMessage = “<span style=’font-size:16px;color:#BC0C06;’>” + errorMessage + “</span>”;
jQuery(sliderID).show().html(errorMessage);