Customising Youtube videos

Posted in: Newspaper
Post count: 249

I’d really like to be able to customise youtube video so that the title and controls are hidden. But I’ve done a quick google search and you can only do it with embedded videos. However the only option for newspaper is inserting the link where it then takes the thumb and uses it as the featured image.

Can anyone suggest anything? I’m also looking to close the small gap between the video and the title here: http://take.ms/hTPBw

Thanks in advance.

Post count: 17

you could try adding the embed code in visual composer with the html module??

Post count: 6600

Hi,


@bobbyd67
Thanks for your help.
@snowwatchGB I have tested the solution that @bobbyd67 mentioned and seems to work fine.

To do that add this code &showinfo=0&autohide=1 like here: http://screencast.com/t/zUXkxAqs

To remove the gap add this CSS

.post .wpb_video_wrapper iframe {
margin-top: -25px;
}

..in Theme Panel -> Cutom CSS

Thanks

Post count: 249

Great! I’d like to remove the gap for every post though, is that possible?

Post count: 6600

Hi,

Try this:

.post .thumb-wrap .entry-thumb {
margin-top: -25px;
}

Thanks

Post count: 249

The code above for closing the gap between featured image and the title and tags is not working after V4.0

Can you suggest something else?

Post count: 3343

Hi,

Try this:

.td-post-featured-image .entry-thumb {
margin-top: -25px;
}
Post count: 249

It’s not working like last time.

I have adjusted the code to set the value of -1px; so should be right against the title etc but still looks like this http://goo.gl/Rgj01z

Whats wrong?

Post count: 6600

Hi,

Please add this custom CSS:

.post .wpb_video_wrapper iframe {
margin-top: -25px;
}

It’s hard to make this working if you can’t give us a link to see the issue, and to fix it directly where is needed.

Thanks

Post count: 249

I’m prepared to give you access but I cannot send details via the forum as there’s no option to make the post private. What email address do I send my login details too?

Post count: 6600

Hi,

Please send an e-mail at contact@tagdiv.com, please include in your message a link to this topic or specify the issue details.

Thanks

Post count: 249

Done! 🙂

Post count: 249

Hi,

sorry to be a pain but I’ve recently discovered the new gallery feature. I have noticed that when the format is Gallery the post is not appearing correctly based on the css class above suggests… help?

Post count: 249

To further illustrate my point here is a few screenshots:

http://goo.gl/uigze1

http://goo.gl/cb0OuL

Post count: 6600

Hi,

You can use the .single-format-gallery class to set that margin how you like when using the gallery post format template.

Hope this helps!
Thanks

Post count: 249

I have attempted this but it has failed: http://take.ms/XS1f0

Can you advise?

Post count: 6600

Hi,

Use this css:

.single-format-gallery .td-slide-on-2-columns {
margin-top: -25px;
}

Should work, if not you can do this yourself, see here: http://screencast.com/t/jRmDHBUKUtRQ

Thanks

Post count: 249

Worked perfectly! Thanks Lucian.

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