Hi, The video slider on my homepage does not stop sliding when I start playing a video. How do I fix this? The slider should stop when playing videos. Also how do I fix the way the videos are displaying. At the moment they are awkwardly stretched into the slider and not well formatted despite having the right pixel dimensions. Please help. See site here: www.vinylrevolution.co.uk
1.For your first issue It is not possible to stop slider at the time of playing video, But you can stop slider when you hover on it, So at the time of video is playing in the slider you hover cursor on the slider it stop sliding, If you want to do so then Go to js > flex-init.js present in your theme directory and add the code given below Code: //Flexslider jQuery(window).load(function() { jQuery('.flexslider').flexslider({ animation: "slide", direction: "horizontal", slideshowSpeed: 7000, animationSpeed: 600, hoverPause: true }); }); 2.For your second issue Adjust the width and height of the video from the embed code of it, This will solve the display issue of video. The Optimal size for video in Bizway Theme is 950px wide and height 350px.
Hi, I have tried to implement your fix for the first problem but cannot find 'js > flex-init.js'. You did not explain where to find this.. I have looked in Theme > Editor and not found it. Can you please tell me exactly where I need to paste that code? Also, changing the video pixel dimensions in the embed code does not make the videos display properly. While the frame itself takes up the right amount of space the video is zoomed in... Thanks
You will not get flex-init.js directory in your dashboard. You can edit flex-init.js file through FTP. Open your Theme directory (through FTP) > js directory > flex-init.js file Download flex-init.js file from there, Edit it, Then again upload it at the same place.