Comments Winston Leong started the conversationJanuary 9, 2020 at 8:21amI do not find anywhere for me to adjust the timing for the main slider. 1,692Andrey repliedJanuary 9, 2020 at 12:01pmHello, Dear Winston Leong!In order to improve slider's speed, please open in code editor file \wp-content\themes\finvision\js\main.js and go approximately to the line # 668.Replace this part of code: animation: "fade", pauseOnHover: true, useCSS: true, controlNav: dots, directionNav: nav, prevText: "", nextText: "", smoothHeight: false, slideshowSpeed:10000, animationSpeed:600, With this code: animation: "fade", pauseOnHover: false, useCSS: true, controlNav: dots, directionNav: nav, prevText: "", nextText: "", smoothHeight: false, slideshowSpeed:7000, animationSpeed:600, Save changes in file, then clear cache in a browser and check results at front-end.Best Regards!chandan rai repliedJanuary 23, 2020 at 12:24pmthis is not working sir, is there any other way to fix this 1,692Andrey repliedJanuary 23, 2020 at 12:31pmHello, Dear Chandan Rai! Please also change this parameter pauseOnHover: true, to this one: pauseOnHover: false, Save changes, clear cache in a browser and check results at front-end.Best Regards! Sign in to reply ...
I do not find anywhere for me to adjust the timing for the main slider.
Hello, Dear Winston Leong!
In order to improve slider's speed, please open in code editor file \wp-content\themes\finvision\js\main.js and go approximately to the line # 668.
Replace this part of code:
With this code:
Save changes in file, then clear cache in a browser and check results at front-end.
Best Regards!
this is not working sir, is there any other way to fix this
Hello, Dear Chandan Rai!
Please also change this parameter
to this one:
Save changes, clear cache in a browser and check results at front-end.
Best Regards!