Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi mack,

    There might be a conflict between the shortcodes. What happens if you just use the iframe provided by YouTube, instead of that embed shortcode?

    i.e.

    <iframe width="560" height="315" src="https://www.youtube.com/embed/1nObIh3bU9A" frameborder="0" allowfullscreen></iframe>
    
    Thread Starter mackti

    (@mackti)

    Thanks for your prompt feedback – much appreciated! 🙂
    I tried that but unfortunately it makes no difference. It still won’t show the video on the FAQ page for some reason.

    Hi Mack,

    I took a look at the code and saw that there’s something setting the “How much will I pay…” video on the FAQ list page with a width and height of zero.

    I noticed that you’re using Envira Gallery on the page as well. I’m not familiar with that plugin, but there’s a slight chance that it might be causing a conflict.

    Here’s a workaround:

    1) Go to UFAQ Settings->Basic and paste the code below into the Custom CSS
    box:

    
    @media (min-width: 1025px) {
    .iframe-embed iframe[src] {
        min-width: 700px!important;
        min-height: 395px!important;
    }}
    
    Thread Starter mackti

    (@mackti)

    That seems to work – brilliant!
    Thanks very much for your help on this 🙂

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

The topic ‘Insert Youtube video problem’ is closed to new replies.