Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Goossens

    (@futtta)

    it’s a css-problem; you have something (theme or plugins) adding this code:

    iframe, .zfix {
        z-index: -1000;
    }

    which basically hides all iframes, including the youtube one (pushes it below other divs).

    hope this helps,
    frank

    Plugin Author Frank Goossens

    (@futtta)

    for what it’s worth, the offending CSS (which will also break normal youtube embeds) is in kstyle.css, which seems custom css. changing it into:

    .zfix {
        z-index: -1000;
    }

    should allow youtube to be visible while keeping most (?) of the intended behavior?

    Thread Starter suddensway

    (@suddensway)

    Many thanks for that – removing the line of css fixed the problem.

    What I don’t understand is that line has been in place for many months and the videos have only just stopped working… never mind, I really appreciate your help on this!

    Kevin

    Plugin Author Frank Goossens

    (@futtta)

    You’re welcome Kevin, glad this got solved!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Audio playing but video disappeared’ is closed to new replies.