- Posts: 1
COMMUNITY FORUM
Menu Hiding behind video
- tsconard
-
Topic Author
- Offline
- New Member
Less
More
13 years 5 months ago #44625
by tsconard
Menu Hiding behind video was created by tsconard
I am using the allvideos plugin to put a youtube video on my joomla article. However the top menu hides behind the video.
How can I fix this?
the website is lavernavillage dot com
Thanks.
How can I fix this?
the website is lavernavillage dot com
Thanks.
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 5 months ago #44626
by Katia
Replied by Katia on topic Re: Menu Hiding behind video
Please Log in or Create an account to join the conversation.
- zotter
-
- Offline
- New Member
Less
More
- Posts: 3
13 years 5 months ago #44627
by zotter
Replied by zotter on topic Re: Menu Hiding behind video
Hi!
I put "?wmode=opaque" after {SOURCE} - in sources.php line 220 :
/* --- Major 3rd party video providers --- */
// YouTube
"youtube" => "<iframe src=\"www.youtube.com/embed/{SOURCE}?wmode=opaque\" width=\"{WIDTH}\" height=\"{HEIGHT}\" frameborder=\"0\" allowfullscreen title=\"JoomlaWorks AllVideos Player\">",
maybe it fix your issue...
I put "?wmode=opaque" after {SOURCE} - in sources.php line 220 :
/* --- Major 3rd party video providers --- */
// YouTube
"youtube" => "<iframe src=\"www.youtube.com/embed/{SOURCE}?wmode=opaque\" width=\"{WIDTH}\" height=\"{HEIGHT}\" frameborder=\"0\" allowfullscreen title=\"JoomlaWorks AllVideos Player\">",
maybe it fix your issue...
Please Log in or Create an account to join the conversation.
- Blue Sky Records
-
- Offline
- New Member
Less
More
- Posts: 6
13 years 5 months ago #44628
by Blue Sky Records
Replied by Blue Sky Records on topic Re: Menu Hiding behind video
Hi,
I do not know if that fixed tsconard's issue. But it certainly fixed mine.
Thanks, Zotter.
I do not know if that fixed tsconard's issue. But it certainly fixed mine.
Thanks, Zotter.
Please Log in or Create an account to join the conversation.
- Gregory Dahl
-
- Offline
- New Member
Less
More
- Posts: 9
13 years 1 week ago #44629
by Gregory Dahl
Replied by Gregory Dahl on topic Re: Menu Hiding behind video
Zotter's method "?wmode=opaque" method put the superfish menu drop downs in front of youtube vids for me on a 2.5.4 install, fixing ie internet explorer 9 .
And while I was there, I added "s" to http:// for added security: [https://]
And while I was there, I added "s" to http:// for added security: [https://]
Please Log in or Create an account to join the conversation.