Help With Slider

Discussion in 'Figero WordPress Theme' started by erjdavis, Jan 1, 2013.

Thread Status:
Not open for further replies.
  1. erjdavis

    erjdavis Member

    Joined:
    Dec 17, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    Philadelphia, PA
    1. How do I remove the white background showing up behind the videos?

    2. Is there a setting I can change so if someone clicks play on one of the video sliders...the slider won't scroll anymore? It will stop so the visitor can watch the video.

    Link to site - http://imsolutionsgroup.com/mobile-websites/

    Thanks and happy new year!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide iframe{
    background:none!important;
    }

    2.For your second issue

    It is not possible to stop the slider at the time of video playing, But you can stop the slider at the time of hover on it, If you want to do so go to Js > Custom.js present in your theme directory and add the code given below

    Code:
    hoverPause:true,
    Sending image for reference

    [​IMG]



    This will solve your issue.
     
  3. erjdavis

    erjdavis Member

    Joined:
    Dec 17, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    Philadelphia, PA
    Thanks, these worked!
     
Thread Status:
Not open for further replies.

Share This Page