slidetext loop off? Support › Forums › Gris – HTML Template › slidetext loop off? This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by CreaboxThemes. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 1, 2016 at 9:46 am #5454 ArturParticipant is it possible to set the loop off from the slidetext? I mean if i set the loop off from the youtube video so the slidetext goes further on. We want to stop it together with the youtube video. Thanks September 2, 2016 at 8:35 am #5457 CreaboxThemesKeymaster Hi, add the next function to the file scripts.js: $('#bgndVideo').on("YTPEnd",function(e){ $(".messages").fadeOut(); }); If the previous function doesn’t work, use the next one: setTimeout ( function() { $(".messages").fadeOut(); }, 10000); Change the value 10000 to the time when the video is ended. Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In