- This topic has 3 replies, 3 voices, and was last updated 4 years, 6 months ago by Hash.
- AuthorPosts
- December 1, 2017 at 3:59 am #4233kelcontechParticipant
Looking thru the Support Forums I have found a couple of references to changing pause: 5000 to a larger number in total-custom.js
It does not seem to matter what number i use for the pause the slider changes every 4 secs.
The website url is: http://dev.smsendo.com/
December 2, 2017 at 10:53 pm #4411HashKeymasterHi,
Please change the text pause with autoplayTimeout
It should work.
April 29, 2020 at 9:16 pm #20298hfloresandreParticipantHello,
Regarding Total theme, I have changed total-custom.js autoplayTimeout to different values ranging from 4000 to 8000 but the slider speed does not slow down or speed up. Is there anything else I need to change?
Thanks.if($(‘#ht-bx-slider .ht-slide’).length > 0){
$(‘#ht-bx-slider’).owlCarousel({
autoplay : true,
items : 1,
loop : true,
nav: true,
dots : false,
autoplayTimeout : 5000,
animateOut: ‘fadeOut’May 1, 2020 at 11:48 pm #20401HashKeymasterI will need to check your website in that case because the “autoplayTimeout” is the correct parameter to change.
But this only control after how many seconds the next slider will display.
- AuthorPosts
- You must be logged in to reply to this topic.