<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: site does not perform well in Internet Explorer</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 21:21:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28800</guid>
					<title><![CDATA[site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28800</link>
					<pubDate>Wed, 01 Jun 2016 18:42:21 +0000</pubDate>
					<dc:creator>nancyverdi</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
I&#8217;m developing a site and the navigation menu isn&#8217;t showing up on Internet Explorer.  </p>
<p><a href="http://pwbid.hummingbirdwebdesign.com/" rel="nofollow">http://pwbid.hummingbirdwebdesign.com/</a></p>
<p>I did some research and it seems to be a common problem.  I&#8217;ve read to add &lt;!DOCTYPE html&gt; to the index.php.  What do you recommend and please be specific as to where I place this code.<br />
Thank you,<br />
Nancy</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28815</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28815</link>
					<pubDate>Thu, 02 Jun 2016 08:20:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Nancy!</p>
<p>Let&#8217;s see&#8230; I get this message: Website Coming Soon</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28865</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28865</link>
					<pubDate>Mon, 06 Jun 2016 17:38:17 +0000</pubDate>
					<dc:creator>nancyverdi</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28875</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28875</link>
					<pubDate>Tue, 07 Jun 2016 11:59:02 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, I am in.</p>
<p>Are you referring to the weird looks of the submenu items?<br />
We have devised a fix for this that will be in the next version.<br />
Edit your js/common.js file and add this:</p>
<pre><code>// IE - set submenus to be wider not to break with arrow effect
var boc_ua = window.navigator.userAgent;
var boc_msie = boc_ua.indexOf(&#039;MSIE &#039;);	
var boc_trident = boc_ua.indexOf(&#039;Trident/&#039;);

if ((boc_msie &gt; 0) || (boc_trident &gt; 0)) {
	$(&quot;#menu ul li div:not(.mega_menu_holder) .sub-menu&quot;).each( function(i, e){
		if($(this).width() &gt; 0){
			console.log($(this).width());
			$(this).children(&#039;li&#039;).children(&#039;a&#039;).width($(this).width()-16);
			console.log($(this).width());
		}
	});	
}</code></pre>
<p>after these lines (around line 918):</p>
<pre><code>	// Push header down for admin bar
	$(window).smartresize(function() {
		pushHeaderAdminBar();
	});	</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28884</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28884</link>
					<pubDate>Tue, 07 Jun 2016 17:49:35 +0000</pubDate>
					<dc:creator>nancyverdi</dc:creator>

					<description>
						<![CDATA[
						<p>sorry i wasn&#8217;t very specific.  the entire navigation menu reverts to hamburger (like on mobile devices). and some of the shortcodes like &#8220;side-icon text&#8221; doesn&#8217;t show up.<br />
I&#8217;m glad that you will fix this issue in your next version. Do you know when new version will be available?<br />
I&#8217;d rather wait before I customize the editor php.<br />
thanks,<br />
N</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28888</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28888</link>
					<pubDate>Wed, 08 Jun 2016 07:34:50 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Hamburger? How come, I see your regular menu with IE just fine&#8230; What am I missing?<br />
Which shortcode doesn&#8217;t show, on your home page?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28916</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28916</link>
					<pubDate>Wed, 08 Jun 2016 18:24:36 +0000</pubDate>
					<dc:creator>nancyverdi</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28922</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28922</link>
					<pubDate>Thu, 09 Jun 2016 07:26:34 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Just upload the image to some img hosting website like <a href="http://imgur.com/" rel="nofollow">http://imgur.com/</a> and paste the url to it here.</p>
<p>I should be able to reproduce it though&#8230; what browser version are you using again?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28929</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28929</link>
					<pubDate>Thu, 09 Jun 2016 15:05:36 +0000</pubDate>
					<dc:creator>nancyverdi</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://imgur.com/88OCb12" rel="nofollow">http://imgur.com/88OCb12</a></p>
<p>this the the browser my client is using. she says the problem is with FireFox also. I&#8217;m not noticing any problems but she is.<br />
Internet Explorer &#8211; Version 11<br />
Fire Fox 46.0.1<br />
Windows 7 Professional</p>
<p>I have another client that has a problem, the entire footer is not visible in IE.</p>
<p><a href="http://www.mel.hummingbirdwebdesign.com/" rel="nofollow">http://www.mel.hummingbirdwebdesign.com/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28934</guid>
					<title><![CDATA[Reply To: site does not perform well in Internet Explorer]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/site-does-not-perform-well-in-internet-explorer/#post-28934</link>
					<pubDate>Fri, 10 Jun 2016 08:03:19 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>This is expected behavior, the resolution of this old screen is really small, that&#8217;s why the browser falls into the resolution breakpoint for tablet (below 1018px). That&#8217;s why she sees the hamburger menu.<br />
Below this resolution it&#8217;s not safe the have the big menu as it may not fit!</p>
<p>I can see the footer on the Lawyers ins website just fine in IE, what am I missing?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

