Home Forums Air WordPress Theme Simple Video On top Gallery Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21022
    vikash
    Participant
    Purchased
    Expired

    I want to do something very simple but am struggling a lot to do it. This is what I want. A project post that looks like this:

    https://theme.seatheme.net/air/red-room/

    BUT! It should either have a single video on top of the title without the menu overlapping it. Or a slider with multiple videos.

    I still want to keep the nice navigation elements in the bottom for the gallery/project.

    Any advice?

    #21025
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    The Air theme is using the template to create a single project, the layout is fixed, it is no way to add video on top of the slider. The Art theme is using the builder to create a single project, It is possible to set the video + slider. If you want to create this layout, I suggest you return to the Art theme.

    I don’t know what’s navigation elements layout you want, do you have a demo image or webpage?

    If you decide to use the ART, you could submit the refund for the Air here: https://themeforest.net/refund_requests/new

    Regards!

    SeaTheme – SeaTheme.netTwitterFacebook

    #21029
    vikash
    Participant
    Purchased
    Expired

    All I want to do is to have a post with a video while retaining the gallery navigation in the bottom.

    The navigation that allows you to go to the next or previous project.

    I’ve done it here by putting the video in the post itself but it’s not the most elegant solution. Do you have a better solution?

    https://vikashautar.com/red-room/

    #21039
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    I checked your page. Will it be fit your requirement if showing the slider under the video?

    Please set “Layout Template” as Slider.
    Enter the embed video code in the WP editor.
    Enter the custom CSS(“Appearance > Customize: Additional CSS”) reorder as title + vdieo + slider:

    body.single.single-portfolio-fullwidth-slider .post.format-gallery { 
        display: flex;
        flex-direction: column;
    }
    body.single .title-wrap { 
        order: -2;
    }
    .gallery-post-des { 
        order: -1;
    }
    @media (min-width: 768px) {
    .single-portfolio-fullwidth-slider .title-wrap { padding-top: 0; }
    }
    

    Best

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.