Hi-
I want to display 3 videos on the homepage just like I displayed the blog posts there (named News from the Nest):
http://www.hatchnola.com/home/
Do I use Portfolio? gallery? or Blog?
I would like it to do what the blog list does, meaning the homepage updates as you update the videos.
Hey KK!
You can publish your videos inside of a blog post and then set the featured image to be a still image of the video. The user would need to click through to the blog post to see the video however.
I can’t think of any auto updating element that would allow the video to play and also allow for the content to be auto updated in the same way the post feed is unfortunately.
Best regards,
Devin
I just posted the videos on homepage
also– how to I eliminate the space below the “News from the Nest” section on this page:
http://www.hatchnola.com/home/
Hi!
Try setting a 0 padding to that heading element:
Best regards,
Josue
Josue, where is this?
Hi!
It should be located on the popup window when you edit that heading, you can also add this to the Quick CSS to get the same result:
.av-special-heading-h3 {
padding-bottom: 0 !important;
}
Best regards,
Josue
No sorry- Not the Special Heading.
The space between rows of posts:
http://www.tiikoni.com/tis/view/?id=555cc0f
This will do it:
#av_section_2 .flex_column {
margin-top: 0 !important;
}
I’d recommend you to set an unique ID to that color section so the code doesn’t affect other elements in other pages.
Regards,
Josue
perfect thanks!!
You are welcome, always glad to help :)
Regards,
Josue