Add a video on Home Page Testimonial

Discussion in 'ColorWay WordPress Theme' started by lecochonnet20, Jun 20, 2014.

  1. lecochonnet20

    lecochonnet20 New Member

    Joined:
    Jul 9, 2012
    Messages:
    3
    Likes Received:
    0
    Hello,
    How can I add a video from Media Bibliotheque or YouTube in Home Page testimonial Description ?
    Thanks
    Philippe
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Theme Option > Home Page Settings

    And put the embed code of the video to the the "Home Page Testimonial Description" text box and save the settings.

    It will show the video in the home page, and you have to adjust the width and height of the video which you can adjust in the embed code of the video.

    This will solve your problem.
     
  3. lecochonnet20

    lecochonnet20 New Member

    Joined:
    Jul 9, 2012
    Messages:
    3
    Likes Received:
    0
    Thank !
    But if I use a video already uploaded in Media?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    To use video uploaded in the media you can use code format given below.

    Code:
    <div class="video">
    <iframe width="100%" height="auto" src="YOUR VIDEO SOURCE" frameborder="0" allowfullscreen></iframe></div>
    And also Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .video{
    max-width:500px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page