About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Thank you so much for this! This is exactly what I needed and works beautifully! Thanks again!
is there a way to use a custom field to display youtube / vimeo video after header on per post basis?
Thanks
Yes. Advanced Custom Fields plugin can be used to create a custom field for video embed code and we can hook this after header.
Great tutorial!!!! do you think we can add a vimeo video too??
thanks a lot
I see why not. Give it a try.
Thanks Sridhar. It worked like a charm. A small correction in the css code .site-tagline must be under @media only screen –
@media only screen and (min-width: 1024px) {
.minimum .site-tagline {
margin-top: 0;
}
.below-header-video {
margin-top: 62px;
}
}
.below-header-video iframe {
width: 100%;
min-height: 500px;
}