<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Aviaslider not loading in IE7, 8, 9.  Works fine in other browsers</title>
		<link>http://www.kriesi.at/support/topic/aviaslider-not-loading-in-ie7-8-9-works-fine-in-other-browsers</link>
		<description>Support Forum - Topic: Aviaslider not loading in IE7, 8, 9.  Works fine in other browsers</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 14:25:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/aviaslider-not-loading-in-ie7-8-9-works-fine-in-other-browsers" rel="self" type="application/rss+xml" />

		<item>
			<title>mbrinson on "Aviaslider not loading in IE7, 8, 9.  Works fine in other browsers"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-not-loading-in-ie7-8-9-works-fine-in-other-browsers#post-34160</link>
			<pubDate>Wed, 07 Dec 2011 20:18:35 +0000</pubDate>
			<dc:creator>mbrinson</dc:creator>
			<guid isPermaLink="false">34160@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;strike&#62;Well I hate to say it, but this actually is still an issue.  I just finished uninstalling ie9 and then the slider worked fine in ie8.  Then I reinstalled ie9 again and we're back to the same issue.&#60;/p&#62;
&#60;p&#62;I'm going to start another thread that clarifies that the issue is specific to ie9 only.&#60;/strike&#62;&#60;/p&#62;
&#60;p&#62;Nevermind.  Sorry for the multiple posts in other threads.  Trying to cover my tracks by updating each.  This problem is resolved with the newest version of the script and the one at codecanyon.net is the newest one as well.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbrinson on "Aviaslider not loading in IE7, 8, 9.  Works fine in other browsers"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-not-loading-in-ie7-8-9-works-fine-in-other-browsers#post-34158</link>
			<pubDate>Wed, 07 Dec 2011 19:37:16 +0000</pubDate>
			<dc:creator>mbrinson</dc:creator>
			<guid isPermaLink="false">34158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your help Dude.  I changed that and I'm still having an issue.  I have made some progress on it, but still not sure what the solution is.&#60;br /&#62;
I have been able to determine that the issue centers around the document mode....&#60;/p&#62;
&#60;p&#62;Okay, in the midst of writing this reply I did some more testing and have been able to verify that it IS WORKING.  :)&#60;/p&#62;
&#60;p&#62;The problem appears to have been with IE fiercely holding onto its cached items or something.  After I reset IE to factory defaults then the slider worked.&#60;/p&#62;
&#60;p&#62;Thanks again for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Aviaslider not loading in IE7, 8, 9.  Works fine in other browsers"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-not-loading-in-ie7-8-9-works-fine-in-other-browsers#post-33960</link>
			<pubDate>Mon, 05 Dec 2011 14:01:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
try to replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){

jQuery(&#38;#39;.aviaslider&#38;#39;).aviaSlider({
autorotation: true,
autorotationSpeed:6
});

	// Dropdown Script
	function mainmenu(){
	jQuery(&#38;quot;#nav ul&#38;quot;).css({display: &#38;quot;none&#38;quot;}); // Opera Fix
	jQuery(&#38;quot;#nav li&#38;quot;).hover(function(){
			jQuery(this).find(&#38;#39;ul:first&#38;#39;).css({visibility: &#38;quot;visible&#38;quot;, display: &#38;quot;none&#38;quot;}).show(250);
			},function(){
			jQuery(this).find(&#38;#39;ul:first&#38;#39;).css({visibility: &#38;quot;hidden&#38;quot;});
			});
	}

	 jQuery(document).ready(function(){
		mainmenu();
	});

});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){

jQuery(&#38;#39;.aviaslider&#38;#39;).aviaSlider({
autorotation: true,
autorotationSpeed:6
});

	// Dropdown Script
	jQuery(&#38;quot;#nav ul&#38;quot;).css({display: &#38;quot;none&#38;quot;}); // Opera Fix
	jQuery(&#38;quot;#nav li&#38;quot;).hover(function(){
			jQuery(this).find(&#38;#39;ul:first&#38;#39;).css({visibility: &#38;quot;visible&#38;quot;, display: &#38;quot;none&#38;quot;}).show(250);
			},function(){
			jQuery(this).find(&#38;#39;ul:first&#38;#39;).css({visibility: &#38;quot;hidden&#38;quot;});
			});

});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure if it makes sense to call a function within &#34;jquery read&#34; with &#34;jquery read&#34; :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbrinson on "Aviaslider not loading in IE7, 8, 9.  Works fine in other browsers"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-not-loading-in-ie7-8-9-works-fine-in-other-browsers#post-33951</link>
			<pubDate>Mon, 05 Dec 2011 13:27:37 +0000</pubDate>
			<dc:creator>mbrinson</dc:creator>
			<guid isPermaLink="false">33951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was really hoping for a reply by now.  It's been 4 days.&#60;br /&#62;
This came with a theme and I went ahead and purchased through your site specifically so I could get support.  Is there any way I can escalate this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbrinson on "Aviaslider not loading in IE7, 8, 9.  Works fine in other browsers"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-not-loading-in-ie7-8-9-works-fine-in-other-browsers#post-33552</link>
			<pubDate>Wed, 30 Nov 2011 20:39:51 +0000</pubDate>
			<dc:creator>mbrinson</dc:creator>
			<guid isPermaLink="false">33552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've seen this problem posted in other threads, but none of the offered solutions have worked for me so far.&#60;/p&#62;
&#60;p&#62;Dude - can you take a look at the site in question and see if you can tell me what the issue might be?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.northshorechicagodentist.com&#34; rel=&#34;nofollow&#34;&#62;http://www.northshorechicagodentist.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
