Support » Plugin: Featured Video Plus » How to remove link under the video?

  • Resolved ogandou

    (@ogandou)


    Hello, I apologize in advance if this is a dumb question but… I uploaded a video in my media library, and set it as a featured video (usage in the media settings is “replace featured image automatically if possible (default)”. It shows up just fine where my featured image used to be, but the link to the video file is showing under the video (as text – http://…) and I don’t want it. How can I remove that text link please? Thanks! Otherwise that plugin is awesome!

    https://wordpress.org/plugins/featured-video-plus/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ogandou

    (@ogandou)

    For now I just set the text same as the background so it doesn’t show up. Good enough for now but if I change the background to something non-uniform that’s not good enough…

    Plugin Author Alex

    (@ahoereth)

    Is this still relevant? Cannot reproduce this.

    Thread Starter ogandou

    (@ogandou)

    No, thank you.

    Hey i have having the same issue Alaxander.

    Screenshot:

    Cant seem to get rid of it?

    Also i wondered how to hide the video controls completely?

    Thanks, Matthew 🙂

    Dear Alexander,

    Great plugin!
    I also would like to remove the url below the featured video.

    screenshot:
    https://dl.dropboxusercontent.com/u/46788369/screenshot_WP_featuredVideo.png

    Some info:
    Wordpress: 4.0.1
    Installation: Multisite
    SSL installed

    I also looked through your code but couldn’t clearly find it….

    I hope you can assist me

    I am using the Plugin and modified for my local video you can see it at http://urarc.com
    you need to modify the general.php file as follow
    Open general.php go to function get_the_post_video
    in Function goto Switch
    in the Switch find the code
    $embed = wp_video_shortcode( $atts );
    Replace it with
    $embed =strip_tags(wp_video_shortcode( $atts ), '<video><source><div>');

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove link under the video?’ is closed to new replies.