Pop-Up for Video Embed from Dashboard Broken

5 replies [Last post]
Joined: 08/20/2009
Points: 43

Wordpress 3.1
Kaltura All In One 2.4.2

It appears that the pop-up when writing a post is broken in Wordpress 3.1 when using All In One Video.

I just recently updated and now it is broken. I have attached a screen capture of what is happening. This should be a fairly simple fix as it appears to be something in the css possibly?

Here is a screen capture:
http://blog.dearbornschools.org/webmaster/files/2011/03/All_in_One_Video...

Joined: 08/20/2009
Points: 43

There seems to be an issue possibly with the plugin/JS/ kaltura.js file that may be the culprit. Seems to be related to thickbox and possibly using older javascript???

I hope someone gets this.

Joined: 03/14/2011
Points: 1

I had exactly the same problem - someone help pls :)

Joined: 11/05/2009
Points: 339

comment out this marginTop line in kaltura.js:

jQuery("#TB_window").animate(
            {
                width: width + "px",
                //marginTop: "-" + ((height + 27) / 2) + "px",
                marginLeft: "-" + (width / 2) + "px"
              },
              600
        );
Joined: 08/20/2009
Points: 43

Thanks! I had downloaded the new version of the plugin and it fixed and worked smoothly in Chrome and IE8. I noticed the same issue was happening in firefox for some reason. When I commented out this line it worked in all three browsers.

Joined: 05/19/2011
Points: 2

Hi I'm having the same issue. I run Safari on a Windows PC. I tried the code fix and the pop-up still attaches out of view and unusable. Is there something else I should do?