antonio jones
asked 8 years ago

How do you speed up your slider?

1 Answers
DominicStaff
answered 8 years ago

Which theme are you using? If you want to change the speed up of the slider, you can add the following code to the footer.php file: 

<script type="text/javascript">
$(document).ready(function(){
     $("#carousel").carousel({
         interval : 8000,
         pause: false
     });
});
</script>

If you are using the DW Brickstore, you can change the speed up for the slider in the setting of the slider, you can log into Dashboard > Revolution Slider > and click edit the slider then change the number in the Delay section.
See the screenshot: http://prntscr.com/bneypb

Powered by DW Question & Answer Pro