Tagged: featured video
I have a couple of questions related to blogposts:
1. Remove the link out of the featured image in audio posts
I use the audio post type for our podcast episodes – but the featured image comes with a link on the picture. I would very much like to remove that for audioposts. How can I do that?
2. Video Post Type in Raster/masonry?
I would very mch like to also disaply the video post types in a Raster /Masonry/Grid blog, same as the audio post types (audio Post types: http://whoroscope.eu/podcast/ video post types: http://whoroscope.eu/seance/)
When I change the blog settings to masonry/grid/Raster (I use the german translation), then the video isnt disaplied automaticly any more.
how can I change that? I found hints to a plugin (Featured video or something like that) but it is discontinued and broken.
Thank you again for your valuable Theme and always appreciated help!
Hey fabienneRedUmb,
Thank you for the inquiry.
1.) We could use this css code to disable the link of the featured image for posts with audio format.
.single-format-audio .big-preview.single-big a {
pointer-events: none;
}
2.) The Masonry and Blog Posts elements can only display featured images, not videos and making it do so will require significant amount of modification that we will not be able to provide here in the forum. You may need to find a third party plugin or hire a freelance developer to customize the elements or create a new template.
// https://kriesi.at/contact/customization
Best regards,
Ismael