Video Post Type with Icon stack (mis)behavior?

This post: https://blog.powur.com/training/powur-3-1-compensation-plan/

Is set to post type: video. However, when I add a video block it shows up twice on the post. Moreover, the first instance (which should automatically grab the video from the post content) isn’t working.

Video Explanation:

Update: Other stacks properly format embedded videos in a Standard post type:

So, I’ll need the CSS to make Icon stack behave properly for when we have mixed content posts using the Standard Post Type.

Hi There,

If you choose the post format video, you have to add the Embedded Video Code as well to make the video appears in the blog page and the top of post.

If you would like to hide the featured video(to prevent the duplicate video, because you already added the video block in the post content) in the single post page, please add this custom CSS under Theme Options > CSS:

.single.single-format-video .entry-featured {
    display: none;
}

Regards!

That Embedded Video Code doesn’t show up in the Post Settings panel:

To be clear, I want to use the featured player. I don’t want the embedded video unless I have a post with multiple videos.

As you can see in the above screencast video, I have the Video Post Settings panel enabled in options, but it’s not showing up. Maybe it’s a bug with Icon stack or something?

Also, please provide whatever CSS code is required to make the embedded videos use 16:9 aspect ratio.

Hello @gmcniel,

This bug has been fixed in X 6.4.6 running WordPress 5.0.3.

Please provide access to your site so that we can take a closer look.

Regards.

Hello, I created a WP admin user for you:

Hi,

You need to add your video embed code here

You can get the embed code from youtube

Hope this helps

Thanks for being so thorough and thank the dev team for me who patched this bug. The Video Post Settings pane shows up as it should now. Placing the embed code in there worked just fine:
https://blog.powur.com/training/powur-3-1-compensation-plan/
(This is a sample post and will be deleted in a few days.)

Thanks agin @paul.r!

You are most welcome @gmcniel !
We’re glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.