Homepage › Forum › Product Support › Finanzen › Team member slider Autoplay
- This topic has 7 replies, 3 voices, and was last updated 7 years, 5 months ago by
Tracy Bui.
-
AuthorPosts
-
7 years, 6 months ago #16371
I have disabled autoplay on one of my team members sliders, it looks like the slider ignores all values entered via the module and keeps the autoplay no matter what i choose. i have also tried to set the delay to 99999 to see if it changes anything but it didn't.
I can see the values changed in the inline generated html but it looks like the module ignores those values.
I have tried deleting the cache, this didn't help either.
I would much appreciate your help.
7 years, 6 months ago #16389This reply has been marked as private.7 years, 6 months ago #16408This reply has been marked as private.7 years, 6 months ago #16418Hi,
You can login FTP and go to yolo-shortcode.js file (wp-content/plugins/yolo-finanzen-framework/assets/js/yolo-shortcode.js), later you find to the function "owlCarousel" and replace the content of "default" variable by these lines:
var defaults = {
// Most important owl features
item: item ? parseInt(item) : 3,
rtl: rtl ? rtl : false,
autoplay: 'false' == autoplay ? false : true,
autoplayHoverPause: true,
margin: margin ? parseInt(margin): 0,
slide_duration: duration ? parseInt(duration) : 1000,
loop: 'false' == loop ? false : true,
nav: 'false' == nav ? false : true,
dots: 'false' == pagination ? false : true,
navText: ["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"],
slideBy: 1
};
Thanks.
7 years, 6 months ago #16433Hello,
Thank you very much for your help... looks good now.
I have noticed that the Yolo Video Player is broken as well and will not play the video (same page).
do you think you can you have a look ?
Thank you
7 years, 6 months ago #16442Sorry for the delayed reply.
You can go to yolo-shortcode.js and find to the function "sc_video" -> replace "http" -> "https".
Thanks.
7 years, 6 months ago #16456Thank you very much for your help
7 years, 5 months ago #16473This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.
