Only Upload own videos

Discussion in 'VideoCraft WordPress Theme' started by inkidobid34, Apr 19, 2016.

  1. inkidobid34

    inkidobid34 New Member

    Joined:
    Apr 18, 2016
    Messages:
    22
    Likes Received:
    0
    Hello, I want to display only the option to upload own videos and that they can not upload videos youtuve, vimeo..etc
    How can I do this?
     
  2. inkidobid34

    inkidobid34 New Member

    Joined:
    Apr 18, 2016
    Messages:
    22
    Likes Received:
    0
    I would also like to remove the option of uploading and leaving only the option to upload own videos. How can I do this? Thank you.
     
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #uploadForm span.upload-cheack:nth-child(1), #video_youtube {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page