Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1019880

    cranko
    Participant

    Hi,

    I just wondering what caused the issue of all my video posts ended up with “Video Source Missing”message on top of the video embedded to my post.

    The plugin that I use to pulled the video : WP Automatic
    The plugin that I use to showcase the video : The Grid

    Here’s my website : https://thefuture.crankonetwork.com

    Let me know if you need to access my WP.

    Regards,
    cranko

    #1019903

    Paul R
    Moderator

    Hi Cranko,

    Yes, please provide wordpress admin login in private reply so we can take a closer look.

    Thanks

    #1019964

    cranko
    Participant
    This reply has been marked as private.
    #1020024

    Paul R
    Moderator

    Hi Cranko,

    The login provided doesn’t seem to work.

    Kindly check again and let us know.

    Thanks

    #1020026

    cranko
    Participant
    This reply has been marked as private.
    #1020725

    Jade
    Moderator

    Hi Cranko,

    Please try adding the video source link under the Video Post Settings since the post is of type video.

    Let us know how it goes.

    #1024385

    cranko
    Participant

    Hi,

    By any chance, do you have any global code that i can use to hide that “video source missing” section? I find it “less smarter” for the theme to still request for the video source link since I have the embedded youtube code in the post itself. As you can see, the video loads fine below the “video source missing” section there even if i use a standard post to embed the video. So it’ll be good if i can just tell the post to just ignore the missing video source link even if i use the video as my post format.

    See here >> https://thefuture.crankonetwork.com/futureadpro-day-1-profits/

    Thanks,
    cranko

    #1024923

    Rue Nel
    Moderator

    Hello Cranko,

    To hide the featured video, by which you are not using it, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .format-video .entry-featured {
        display: none;
    }

    This code will only remove the featured video and not the feature image. What you did is that you added this:

    .entry-featured {
        display: none;
    }

    And this code removes all the feature image, gallery, video, audio and etc.

    #1025677

    cranko
    Participant

    Hi,

    This issue has been resolved.

    Thanks,
    cranko

    #1026268

    Rue Nel
    Moderator

    Hey There,

    You’re welcome! We are just glad we were able to help you out.
    Thanks for letting us know that it has worked for you.

    Cheers.