Hi,
I have resolved the issue so please check.
1- I edited functions.php file
Find this code:-
wp_register_script( 'sf-functions-min', SF_LOCAL_PATH . '/js/functions.js', 'jquery', null, true );
Change with:-
wp_register_script( 'sf-functions-min', SF_LOCAL_PATH . '/js/functions.min.js', 'jquery', null, true );
2 – And functions.js file at JS directory.
Find this code:-
autoPlay: carouselAuto,
Change with:-
autoPlay: carouselAuto,
autoPlayInterval: carouselSSpeed,
Thanks
Mohammad