Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Matt Lowe

    (@squelch)

    Hi oneruffryder,

    Please see this thread:

    http://wordpress.org/support/topic/tabs-are-glitchy-for-videos-in-chrome?replies=7
    and
    http://squelchdesign.com/wordpress-plugin-squelch-tabs-accordions-shortcodes/#embedding-youtube-videos

    I believe you’re encountering a similar issue. I can see you’re not embedding YouTube videos, but I believe you should still be able to use the same work-around.

    HTH

    Thread Starter oneruffryder

    (@oneruffryder)

    Hey Matt, second link doesnt work,

    adding both : &wmode=transparent to the URL of the iframes, and wmode=”opaque” = no luck

    adding only – wmode=”opaque” = works 😀

    Weird but it works , thanks

    Thread Starter oneruffryder

    (@oneruffryder)

    Forgot to ask one question. Do you plan to make a button above wp post in toolbar, to insert tabs, so we dont have to copy/paste the code.

    Plugin Author Matt Lowe

    (@squelch)

    The second link doesn’t work because my VPS, currently hosted with UK2.net, is down because UK2.net is quite simply the worst hosting company in the world (will be spending the day arguing with them and looking for a better hosting company, transferring 50+GB of data across the internet, etc etc etc).

    I do plan to integrate a shortcode builder at some point, but that’s planned for future development.

    Thread Starter oneruffryder

    (@oneruffryder)

    Try soladrive and futurehosting, both are in uk..and great

    Thread Starter oneruffryder

    (@oneruffryder)

    Hey, is there any other fix for iframe issue. I add videos in two tabs, but second doesnt show up, even if i add text above video.

    &wmode=transparent to the URL of the iframes, and wmode=”opaque” doesnt help

    Thanks

    Plugin Author Matt Lowe

    (@squelch)

    Have you got your codes available for me to look at?

    Thread Starter oneruffryder

    (@oneruffryder)

    This is example of one post. i tried by placing the second iframe into div but no luck

    [tabs title=”” disabled=”false” collapsible=”true” active=”0″ event=”click”]
    [tab title=”First half”]
    <iframe src=”http://videa.hu/player?v=pV2nb4GhF1rX5J2o&wmode=transparent&#8221; width=”640″ height=”360″ frameborder=”0″ allowfullscreen=”allowfullscreen” wmode=”opaque”></iframe>
    [/tab]

    [tab title=”Second half “]

    <iframe src=”http://videa.hu/player?v=kBkYECumYeGiIiu5&wmode=transparent&#8221; width=”640″ height=”360″ frameborder=”0″ allowfullscreen=”allowfullscreen” wmode=”opaque”></iframe>

    [/tab]

    [/tabs]

    Plugin Author Matt Lowe

    (@squelch)

    Hi,

    There’s an issue in the JavaScript inside of the iFrame you’re embedding. It looks like it just doesn’t like being added to a tab. The problem is, because the JavaScript has been minified it’s too obfuscated to be able to tell exactly what it is trying to do that is causing the error on the page.

    Thread Starter oneruffryder

    (@oneruffryder)

    Hey, I’m sorry i dont understand where is conflict in javascript. In video, inside my theme or ? I unchecked minify jave in cloudflare and w3 total cache, but still the same , so dont understand where should i look for the problem ?

    Plugin Author Matt Lowe

    (@squelch)

    The issue is with Videa. You are embedding an iframe from them, inside of which they are loading some JavaScript. That JavaScript is then attempting to do something but failing. Since I cannot inspect the JavaScript due to it being minified on Videa’s side I cannot ascertain what the exact issue is, but it basically looks like Videa videos don’t like to be loaded inside of a tab for some reason. I can’t tell you much more than that, I suggest asking Videa about the issue, they might be able to shed more light on what’s happening. I’ll be happy to update my plugin or documentation to work with their video embedding service if they can shed light on what’s going wrong, but ultimately this issue lies within their code and so there is not much more I can do at this stage without input from them.

    Thread Starter oneruffryder

    (@oneruffryder)

    Thanks for explaining. I Will see with them if there is any way to fix this.
    Kind regards

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Tabs issue with iframe’ is closed to new replies.