davidzatzcom 0 Report post Posted November 18, 2009 If you use drop-down menus on the screen that shows the YouTube video, the menus drop below the video, making the whole thing look pretty cheesy. Is there a fix for this? Is there another sub-menu structure, like arranging them across the field instead of down? This might avoid show up under the video. Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 18, 2009 Hi Dave, Can you upload a live link or screenshot? Also which browser/OS? Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted November 18, 2009 Tested on IE8, Firefox 3.5 and Firefox 3.0.15. On two different Windows XP Pro, SP3 machines (at least one of which is updated on everything, not sure about the other box): Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 18, 2009 hmmm. well this doesn't happen on Mac Browsers.. I'll have to look at it closely for the next update. Share this post Link to post Share on other sites
rmcnutt 0 Report post Posted December 30, 2009 Any more work on or fixes to this. Running windows 7 and ie 8 and having same problem. www.focalpointcharleston.com Thanks, Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 31, 2009 Sure I think we have it taken care of in the recent theme versions. Which version of the theme are you on? Share this post Link to post Share on other sites
kevinsandlin 0 Report post Posted January 4, 2010 I'm using WP2.9 and WHP 2.0.1 and I have this same problem. Also occurs with any flash object in the feature. Also, anyone have any issue with IE? In IE7 there are several display issues that are not present in Firefox or Chrome. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 5, 2010 Again we've fixed the problem in the recent theme versions; so if you need an update please email us at [email protected] Please report (w/ screenshots) any other issues you're seeing and we'll address them ... Share this post Link to post Share on other sites
b3global 0 Report post Posted February 4, 2010 Having the same problem. WP vs:2.9.1 Whitehouse pro template: 2.1.1 problem is present in: chrome 4.0.249.78 firefox 3.5.7 Internet Explorer 8 Share this post Link to post Share on other sites
dmrgraphics 0 Report post Posted March 8, 2010 If you add the following to the embed tag for your video: wmode="transparent". Worked for me with a VIMEO video. Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 9, 2010 `wmode="transparent"` is the only solution on IE unfortunately. (not a theme issue) Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 9, 2010 @b3global -- if you have this problem in Firefox/chrome, please give us a link or screenshot to check it out. Share this post Link to post Share on other sites
vpstechs 0 Report post Posted March 12, 2010 Drop down menu is showing below the youtube video. i am using iBlogPro3 theme.checking it in firefox 3.5.8 ScreenShot Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 12, 2010 hmm. probably just a z-index thing. Can you post a live link? Share this post Link to post Share on other sites
bjstation 0 Report post Posted April 15, 2010 I added the wmode="transparent" to the <object> and it works in IE8 ,chrome 4.1, firefox 3.5.8 and Opera. Thanks a lot!!! However, the fadding effect of the video is still not working :-( Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted April 15, 2010 Here's what I eventually did: Force embedded YouTube videos to appear below drop-down menus By adding two fixes to the YouTube embed code, this can be fixed. Add a param line setting wmode to opaque: <param name="wmode" value="opaque"> Then add the following line to the embed tag: wmode="opaque" Here's an example in context: <object width="610px" height="340px"> <param name="movie" value="http://www.youtube.com/v/4oAB83Z1ydE&hl=en&fs=1&showinfo=0"> </param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <param name="wmode" value="opaque"> <embed src="http://www.youtube.com/v/4oAB83Z1ydE&hl=en&fs=1&showinfo=0" type="application/x-shockwave-flash" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" width="610px" height="340px"> </embed></object> Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 15, 2010 @BJ station the only effect not working is the fade? That's strange, can you provide a live link? Share this post Link to post Share on other sites