Video Preview

Posted in: Newspaper
Post count: 14

Hello

It’s possible to to prevent the Video preview For featured Image only for Youtube Video ?

Thanks

C.

Post count: 23312

Hello charsay,

If you want to prevent the Featured image for the Youtube Video, you have to edit manually from Post Editor for each post where you have Youtube video, like this -> http://screencast.com/t/T6MPKWMs and also if you want to disappear the video button -> http://screencast.com/t/ec0oAsbh8wWb, please try the code below and add it in Theme panel->Custom CSS area. Please notice you have to target the specific class where you want to disappear the button. Below I gave you only an example.

.td_module_mx5 .td-video-play-ico {
display:none;
}

Another possibility would be to find a plugin with this functionality and try how it works for you.

Thank you for the message!

Post count: 14

Hello Catalin,

Editing the post it’s what we did already, but it’s not what we wanted. We want to completly prevent the Theme to auto grab the image on youtube (for Vimeo it is ok) to put it on the featured image. This For this simple reason, when we put a new post we did already prepare the good featured image to use, and whe it’s uploaded, after to sublmit the post, news paper replace it woth is own. We are obligate to delete it, delete it on the db media and replace again with our image

Thanks

C.

Post count: 22421

Hi,

Unfortunately this is the default behavior when using a featured video. You will need to manually set your own featured image.
If you want to prevent the theme from grabbing the featured image from a video you can comment out or delete this part: http://screencast.com/t/3AxyKous6oi and then you can simply set your image as you please without the theme overriding it.

Thank you!

Post count: 14

Ok. This is what We wanted

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.