Windows issue with video/Navbar
Submitted by Danny on 12 February 2013 - 07:29 AM
#148
Danny
Issue Timeline
After updating to the newest pagelines framework, my secondary menu is hidden under the video content on my website (http://www.njiloa.or...ns-rules-video/). I've disabled all plugins and reset all of the cache items but still have the same result.
I tested this on my Mac and found no issues. I tested this on my windows vista pc and ran into the issues (see attached) in both Chrome and ie9.
Source: NavBar Menu Secondary Menu Hidden under media
Apparently, add the following to your video link, resolves the issue.
?wmode=transparent
So maybe add this automatically, so the user doesn't have to, like so ?
<div class="row">
<div class="span12 tac">
[pl_video type="youtube" id="Tl10Erk95pE?wmode=transparent"]
</div>
</div>


