Video Slider doesn't stop when playing

Discussion in 'BizWay WordPress Theme' started by vinylrevolution, Feb 6, 2013.

  1. vinylrevolution

    vinylrevolution New Member

    Joined:
    Dec 10, 2012
    Messages:
    29
    Likes Received:
    0
    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


     
  2. vinylrevolution

    vinylrevolution New Member

    Joined:
    Dec 10, 2012
    Messages:
    29
    Likes Received:
    0
    Does anyone know how to solve this problem?
     
  3. alabrasa

    alabrasa New Member

    Joined:
    Feb 4, 2013
    Messages:
    1
    Likes Received:
    0
    I have exactly the same problem. Have you solve it? Thx!
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    We are looking to this issue and will reply you as soon as possible.
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  6. vinylrevolution

    vinylrevolution New Member

    Joined:
    Dec 10, 2012
    Messages:
    29
    Likes Received:
    0
    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
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page