Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve been having the exact same problem posting my Youtube videos in the recipe plugin. I tried to deactivate some other plugins, but that didn’t work. I also changed the theme, but then the video sizing wasn’t accurate.

    I’m also using the same Kale theme, and the video was showing up in previews, but not on the live site.

    When I played around with some of the CSS I figured out a solution.

    Add the following code to your theme’s Additional CSS under the Customize panel:

    .embedded:before, .iframe-video:before, .embed-youtube:before, .embed-vimeo:before {
    	content:none;
    }

    The default code in the plugin had it set to content:””; which I think was interfering with the display of the YouTube video. The video was there, just “hidden”.

    Another workaround is adjusting the height of the span.embed-youtube to 100% (but that left extra space around the video, so that’s why my first fix seemed to be best fit).

    Thread Starter blaquecat81

    (@blaquecat81)

    No one has had an issue like this before, or has a possible solution?

Viewing 2 replies - 1 through 2 (of 2 total)