<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Videos  Blocking  Main Panel on AOL Browser</title>
		<link>http://www.themolitor.com/forums/topic/videos-blocking-main-panel-on-aol-browser</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Videos  Blocking  Main Panel on AOL Browser</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 13:12:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/videos-blocking-main-panel-on-aol-browser" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Videos  Blocking  Main Panel on AOL Browser"</title>
			<link>http://www.themolitor.com/forums/topic/videos-blocking-main-panel-on-aol-browser#post-25555</link>
			<pubDate>Mon, 16 Dec 2013 11:59:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25555@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing! I updated the file names as requested ;-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Trishah on "Videos  Blocking  Main Panel on AOL Browser"</title>
			<link>http://www.themolitor.com/forums/topic/videos-blocking-main-panel-on-aol-browser#post-25551</link>
			<pubDate>Mon, 16 Dec 2013 11:47:39 +0000</pubDate>
			<dc:creator>Trishah</dc:creator>
			<guid isPermaLink="false">25551@http://www.themolitor.com/forums/</guid>
			<description><p>Opps, I can't correct the above post. FYI:  The name of the js file is different in the function then I stated for the file name above.  If a moderator can fix this error it would be appreciated.
</p></description>
		</item>
		<item>
			<title>Trishah on "Videos  Blocking  Main Panel on AOL Browser"</title>
			<link>http://www.themolitor.com/forums/topic/videos-blocking-main-panel-on-aol-browser#post-25550</link>
			<pubDate>Mon, 16 Dec 2013 11:42:50 +0000</pubDate>
			<dc:creator>Trishah</dc:creator>
			<guid isPermaLink="false">25550@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I actually figured it out so here is the solution that worked for me:</p>
<p>I made a javascript file named: z-index-video.js and put the following code in it:</p>
<pre><code>jQuery(&#039;iframe&#039;).each( function() {
    var url = jQuery(this).attr(&#34;src&#34;)
    jQuery(this).attr({
        &#34;src&#34; : url.replace(&#039;?rel=0&#039;, &#039;&#039;)+&#34;?wmode=transparent&#34;,
        &#34;wmode&#34; : &#34;Opaque&#34;
    })
});</code></pre>
<p>Then I added it to the site using Enqueue scripts in the function.php</p>
<pre><code>/* Enqueue Scripts */
function my_scripts_method() {
  wp_enqueue_script(&#039;z-index-video&#039;, get_stylesheet_directory_uri() .&#039;/assets/z-index-video.js&#039;, array(&#039;jquery&#039;), &#039;1.0&#039;, true);
}
add_action(&#039;wp_enqueue_scripts&#039;, &#039;my_scripts_method&#039;);</code></pre>
<p>Walla!  The video stays under the fixed header :D  Hope this helps someone else.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Videos  Blocking  Main Panel on AOL Browser"</title>
			<link>http://www.themolitor.com/forums/topic/videos-blocking-main-panel-on-aol-browser#post-25539</link>
			<pubDate>Mon, 16 Dec 2013 11:15:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25539@http://www.themolitor.com/forums/</guid>
			<description><p>Doesn't hurt to ask ;-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Trishah on "Videos  Blocking  Main Panel on AOL Browser"</title>
			<link>http://www.themolitor.com/forums/topic/videos-blocking-main-panel-on-aol-browser#post-25523</link>
			<pubDate>Fri, 13 Dec 2013 16:31:52 +0000</pubDate>
			<dc:creator>Trishah</dc:creator>
			<guid isPermaLink="false">25523@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>Thank you for the replay.  I understand.  But you know I had to try :D</p>
<p>Trishah
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Videos  Blocking  Main Panel on AOL Browser"</title>
			<link>http://www.themolitor.com/forums/topic/videos-blocking-main-panel-on-aol-browser#post-25518</link>
			<pubDate>Fri, 13 Dec 2013 15:03:34 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25518@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Unfortunately that is not a compatible browser as posted on the item page on ThemeForest: <a href="http://s27.postimg.org/pcrvksob7/browsers.png" rel="nofollow">http://s27.postimg.org/pcrvksob7/browsers.png</a></p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Trishah on "Videos  Blocking  Main Panel on AOL Browser"</title>
			<link>http://www.themolitor.com/forums/topic/videos-blocking-main-panel-on-aol-browser#post-25515</link>
			<pubDate>Fri, 13 Dec 2013 14:38:59 +0000</pubDate>
			<dc:creator>Trishah</dc:creator>
			<guid isPermaLink="false">25515@http://www.themolitor.com/forums/</guid>
			<description><p>Yes I know... Who uses AOL any longer!?  Well, my client still does and he's not alone (see addendum below).  In his AOL Explorer browser, his iframe YouTube videos are always on top, so when you scroll down, the #mainPanel div is suppose to cover the video.  But using AOL Explorer, the #mainPanel is *behind* the video.  No other browser I've tired has this issue.</p>
<p>I don't have AOL Browser to test this myself, and I can only find a discontinued download of the stand-alone browser from 2005, which I don't want to install on my computer...  I'm hoping we can come up with a solution here.</p>
<p>I found the following post on Google Groups <a href="http://productforums.google.com/forum/#" rel="nofollow">http://productforums.google.com/forum/#</a>!topic/chrome/AlRYGJPDQDQ which says that if you add "?wmode=opaque" to the end of the YouTube iframe url it allows other things to cover the video.  I tried this and it works but now *everything* covers the video, even the #topPanel. I've tried setting z-indexs on the different layers to get them to layer properly but that didn't work.</p>
<p>My client can use other browsers but he prefers AOL. I'd like to fix this problem without having to make him add something to YouTube embed code.  But the bottom line is that I'd like to fix this one way or another.</p>
<p>Addendum:<br />
Washington Post report from August 7, 2013<br />
<a href="http://www.washingtonpost.com/blogs/the-switch/wp/2013/08/07/the-slow-death-of-dial-up-2-percent-of-us-still-use-aol/" rel="nofollow">http://www.washingtonpost.com/blogs/the-switch/wp/2013/08/07/the-slow-death-of-dial-up-2-percent-of-us-still-use-aol/</a><br />
"...according to AOL's second-quarter earnings report Wednesday, more than 2.5 million people still subscribe to the Internet company's services."
</p></description>
		</item>

	</channel>
</rss>
