Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #278705

    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.

    #278730

    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

    #278741

    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/

    • This reply was modified 9 years, 9 months ago by kbarranco.
    #279007

    Hi!

    Try setting a 0 padding to that heading element:

    Best regards,
    Josue

    #280756

    Josue, where is this?

    #280767

    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

    #280788

    No sorry- Not the Special Heading.
    The space between rows of posts:
    http://www.tiikoni.com/tis/view/?id=555cc0f

    #280791

    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

    • This reply was modified 9 years, 9 months ago by Josue.
    #280820

    perfect thanks!!

    #280821

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Which layout to use?’ is closed to new replies.