Page 1 of 1

Home page video blocks navigation menu

Posted: Fri Mar 11, 2016 12:03 am
by ArcherData
OC Version: 2.0.3.1
Theme: Default
Site: farmandsandtoys.com

I have received reports that on an iPad, the dropdown navigation menu is behind the media (a YouTube video). This does not occur in IE, Edge, FireFox or Chrome browsers under Windows. Has anyone else encountered this issue?

My attenpted fix is to add this to the owl wrapper ...

Code: Select all

position: relative;
z-index: -1;
... but I have not yet been able to get verification that this is resolved.

As the illustration shows, that did not work.

Re: Home page video blocks navigation menu

Posted: Fri Mar 11, 2016 4:35 am
by abxweb
Just add one of these two to the src url:

Code: Select all

&wmode=Opaque
&wmode=transparent
<iframe id="videoIframe" width="500" height="281" src="http://www.youtube.com/embed/xxxxxx?rel=0&wmode=transparent" frameborder="0" allowfullscreen></iframe>

Re: Home page video blocks navigation menu

Posted: Fri Mar 11, 2016 5:36 am
by ArcherData
Thanks so much! We're testing now.