Hi, I have checked and tried exactly what you said on the other posts about slide timing. Nothing I seem to do works to change the timing of the slides. Help. My page is right now locally hosted on my PC as I am building it. Here's what I have tried, and it does not seem to work. Help please. // JavaScript Document jQuery(window).load(function(){ jQuery('#slides').slides({ autoHeight: true, effect: 'slide', container: 'slides_container', play:50000, play: 60000, slideSpeed: 600, fadeSpeed: 350, generateNextPrev: true, generatePagination: false, crossfade: true }); jQuery( '#slides .pagination' ).wrap( '<div id="slider_pag" />' ); jQuery( '#slides #slider_pag' ).wrap( '<div id="slider_nav" />' ); });
Hello, The image you have sent above is the image of custom.js file and the play option you have highlighted is for changing the slider speed, But in your case it does not work, So please check that you are not using any cache plugin and also clear your browser cache,m This will solve your issue.