<?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: WP Upgrade to 3.3 - Slider In-Op - Even with New Files</title>
		<link>http://www.kriesi.at/support/topic/wp-upgrade-to-33-slider-in-op-even-with-new-files</link>
		<description>Support Forum - Topic: WP Upgrade to 3.3 - Slider In-Op - Even with New Files</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 04:12:12 +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/wp-upgrade-to-33-slider-in-op-even-with-new-files" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "WP Upgrade to 3.3 - Slider In-Op - Even with New Files"</title>
			<link>http://www.kriesi.at/support/topic/wp-upgrade-to-33-slider-in-op-even-with-new-files#post-36872</link>
			<pubDate>Sat, 07 Jan 2012 12:51:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to use plugins like WP-SEO: &#60;a href=&#34;http://wordpress.org/extend/plugins/wordpress-seo/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wordpress-seo/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deadintoit2 on "WP Upgrade to 3.3 - Slider In-Op - Even with New Files"</title>
			<link>http://www.kriesi.at/support/topic/wp-upgrade-to-33-slider-in-op-even-with-new-files#post-36832</link>
			<pubDate>Fri, 06 Jan 2012 22:42:38 +0000</pubDate>
			<dc:creator>deadintoit2</dc:creator>
			<guid isPermaLink="false">36832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is VERY weird. Started going through and deactivating PlugIns to see if there was somehow a conflict there and I started with &#34;SEO Ultimate&#34;.&#60;/p&#62;
&#60;p&#62;Deactivated SEO Ultimate, refreshed the home page and WHAMO the slider is working again.&#60;/p&#62;
&#60;p&#62;I have that SEO Plugin on 14 WP Installs and some running the Avisio slider on 3.3.1 and no conflict. Sliders work fine.&#60;/p&#62;
&#60;p&#62;I'm gonna un-install SEO Ultimate and use another SEO Plugin and see what happens.&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deadintoit2 on "WP Upgrade to 3.3 - Slider In-Op - Even with New Files"</title>
			<link>http://www.kriesi.at/support/topic/wp-upgrade-to-33-slider-in-op-even-with-new-files#post-36826</link>
			<pubDate>Fri, 06 Jan 2012 21:10:34 +0000</pubDate>
			<dc:creator>deadintoit2</dc:creator>
			<guid isPermaLink="false">36826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't see exactly where to edit out the only difference I see: &#38;lt;script type=&#34;text/javascript&#34;&#38;gt;	&#60;/p&#62;
&#60;p&#62;I think this is where I see the change needs to be made but not quite sure how to take it out on the header.php in editor:&#60;br /&#62;
'&#38;lt;!-- scripts --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--[if IE 6]&#38;gt;&#60;br /&#62;
&#38;lt;script type='text/javascript' src='&#38;lt;?php echo bloginfo('template_url'); ?&#38;gt;/js/dd_belated_png.js'&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script&#38;gt;DD_belatedPNG.fix('.ie6fix');&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;style&#38;gt;.box ul li a, .box ul a, .hr {zoom:1;}&#38;lt;/style&#38;gt;&#60;br /&#62;
&#38;lt;![endif]--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- Make Slideshow variables available for Javascript--&#38;gt;&#60;br /&#62;
&#38;lt;script type='text/javascript'&#38;gt;&#60;br /&#62;
slideShowArray = [];&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
foreach ($k_option['slideshow'] as $key=&#38;gt;$value)&#60;br /&#62;
{&#60;br /&#62;
	echo &#34;slideShowArray['&#34;.$key.&#34;'] = '&#34;.$value.&#34;'; \n&#34;;&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/script&#38;gt;'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WP Upgrade to 3.3 - Slider In-Op - Even with New Files"</title>
			<link>http://www.kriesi.at/support/topic/wp-upgrade-to-33-slider-in-op-even-with-new-files#post-36407</link>
			<pubDate>Tue, 03 Jan 2012 09:39:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you've a coding error in header.php. Instead of:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;icon&#38;quot; type=&#38;quot;image/gif&#38;quot; href=&#38;quot;animated_favicon1.gif&#38;quot; &#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;	&#38;lt;meta name=&#38;quot;description&#38;quot; content=&#38;quot;Auto Body Paint Shop Menifee CA 92584, Murrieta Ca 92562, Sun City CA 92586, Canyon Lake CA 92587&#38;quot; /&#38;gt;
	&#38;lt;meta name=&#38;quot;google-site-verification&#38;quot; content=&#38;quot;LdD2WsWFzFWktRU2EFQS1c7GnWel0RmRVvSeflDjCoI&#38;quot; /&#38;gt;
	&#38;lt;meta name=&#38;quot;y_key&#38;quot; content=&#38;quot;0a647a2f3bf7aa74&#38;quot; /&#38;gt;
	&#38;lt;meta name=&#38;quot;msvalidate.01&#38;quot; content=&#38;quot;2C2900208EA28A324727808A0BA2053A&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it should be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;icon&#38;quot; type=&#38;quot;image/gif&#38;quot; href=&#38;quot;animated_favicon1.gif&#38;quot; &#38;gt;
	&#38;lt;meta name=&#38;quot;description&#38;quot; content=&#38;quot;Auto Body Paint Shop Menifee CA 92584, Murrieta Ca 92562, Sun City CA 92586, Canyon Lake CA 92587&#38;quot; /&#38;gt;
	&#38;lt;meta name=&#38;quot;google-site-verification&#38;quot; content=&#38;quot;LdD2WsWFzFWktRU2EFQS1c7GnWel0RmRVvSeflDjCoI&#38;quot; /&#38;gt;
	&#38;lt;meta name=&#38;quot;y_key&#38;quot; content=&#38;quot;0a647a2f3bf7aa74&#38;quot; /&#38;gt;
	&#38;lt;meta name=&#38;quot;msvalidate.01&#38;quot; content=&#38;quot;2C2900208EA28A324727808A0BA2053A&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>deadintoit2 on "WP Upgrade to 3.3 - Slider In-Op - Even with New Files"</title>
			<link>http://www.kriesi.at/support/topic/wp-upgrade-to-33-slider-in-op-even-with-new-files#post-36386</link>
			<pubDate>Mon, 02 Jan 2012 23:49:54 +0000</pubDate>
			<dc:creator>deadintoit2</dc:creator>
			<guid isPermaLink="false">36386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Upgraded to WP 3.3 and the Slider on the home page stopped working.&#60;/p&#62;
&#60;p&#62; looked at the other post on this subject here: &#60;a href=&#34;http://www.kriesi.at/support/topic/major-issues-after-wp-321-update&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/major-issues-after-wp-321-update&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So I downloaded the latest version of CleanCut today, then ftp'd up all new files to the theme folder overwriting all the old files EXCEPT &#34;style.css&#34; and the CSS folder &#38;amp; files as I have mad modifications to those.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.MenifeeBodyShop.com&#34; rel=&#34;nofollow&#34;&#62;http://www.MenifeeBodyShop.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Apparently I'm missing something here.&#60;/p&#62;
&#60;p&#62;Dude - Please help.&#60;/p&#62;
&#60;p&#62;Mike C.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
