Post Style 3 Question

Posted in: Newspaper
Post count: 49

Hi,

I love the new post style #3. However there is a pretty big problem with it. With the featured video the post title and categories cover the YouTube menu buttons and player functions. Anyway to fix that?

I would also love the function to be able to place non-youtube/vimeo videos in that featured section so we can embed our videos from brightcove and have them in the featured area.

Thanks!

Post count: 6600

Hi,

Yes, you can do it via css, like this: http://screencast.com/t/3UmS0GY2fj
Use this custom css in theme panel > custom css field, like this: http://screencast.com/t/negqr7clya

.post-style-3-video-post .wpb_video_wrapper {
margin-bottom: 100px;
}

.post-style-3-video-post .post header{
bottom: -120px;
}

.post-style-3-video-post .post header .entry-title {
color: #222222;
}

.post-style-3-video-post .post .td-image-gradient:before {
display: none;
}

Unfortunately you will need custom work to customize the theme to work with other types of video and edit the td_video_support.php file and add support for your videos: http://screencast.com/t/eKiALEuD

Thanks

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