Adding Video to Slider from Library or FTP Site

Discussion in 'Woodpecker WordPress Business Theme' started by bernz3, Dec 8, 2015.

  1. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    Hi Guys,

    I have a video I want to add to the slider area I will add the video to the WP Library or FTP it to the area. How can I code this into the slider area?

    Thank you,

    Bernard
     
  2. priya

    priya Guest

    Hello Bernad,

    Greetings from InkThemes!

    You can easily add your video in the slider area, you just need to carefully follow all the steps as mention in the video given below.

    Link of the video: http://screenpresso.com/=GdIwd

    Here're all the steps as mentioned in above video.

    1) Upload video in your media library.

    2) now open any page from Page option of the dashboard and add the video by clicking on add media option.

    3) Go to text area of the page (mention on top right side) and get a link of that video.

    4) Now go to front-page.php from Theme Editor option (Appearance=>Theme Editor) of your dashboard.

    5) Replace the code in the file with the code given below,
    PHP:
      echo do_shortcode('[video width="1564" height="860" mp4="your video link"][/video]'); 
    6) Click on Update button at bottom of the page.

    7) Also, add CSS code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .mejs-container {
        width: 1600px !important;
        height: 600px !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page