<?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 - Forum: Levitation - Recent Posts</title>
		<link>http://www.kriesi.at/support/forum/levitation</link>
		<description>Support Forum - Forum: Levitation - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 21:32:54 +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/forum/levitation" rel="self" type="application/rss+xml" />

		<item>
			<title>joey403 on "theme not working properly"</title>
			<link>http://www.kriesi.at/support/topic/theme-not-working-properly#post-91712</link>
			<pubDate>Tue, 15 Jan 2013 15:23:55 +0000</pubDate>
			<dc:creator>joey403</dc:creator>
			<guid isPermaLink="false">91712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that worked perfectly! awesome thank you tons for your help and code. The theme is great very customizable
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "theme not working properly"</title>
			<link>http://www.kriesi.at/support/topic/theme-not-working-properly#post-91641</link>
			<pubDate>Tue, 15 Jan 2013 08:03:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following - open up index.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$latest_posts = new kriesi_list_post_items;
	            	$latest_posts-&#38;gt;recent_posts(&#38;#39;Latest News&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Frontpage Box4&#38;#39;)){}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in levitation\options\multi_widget.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( function_exists(&#38;#39;register_sidebar&#38;#39;) )
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Frontpage Box3&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;%1$s&#38;quot; class=&#38;quot;box_small box box3 widget %2$s&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
	&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h3&#38;gt;&#38;#39;,
	));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( function_exists(&#38;#39;register_sidebar&#38;#39;) )
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Frontpage Box3&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;%1$s&#38;quot; class=&#38;quot;box_small box box3 widget %2$s&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
	&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h3&#38;gt;&#38;#39;,
	));

if ( function_exists(&#38;#39;register_sidebar&#38;#39;) )
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Frontpage Box4&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;%1$s&#38;quot; class=&#38;quot;box_small box box4 widget %2$s&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
	&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
	&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h3&#38;gt;&#38;#39;,
	));&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>joey403 on "theme not working properly"</title>
			<link>http://www.kriesi.at/support/topic/theme-not-working-properly#post-91504</link>
			<pubDate>Mon, 14 Jan 2013 16:13:20 +0000</pubDate>
			<dc:creator>joey403</dc:creator>
			<guid isPermaLink="false">91504@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;Looks like I was able to get it all working. The theme had no issues; just didn't realize how to get the slider to work at first. As far as the middle section getting cut off; I found that you need to enter some text and it fixes itself. Quick question for you (hopefully) on the mainpage where it lists &#34;Latest News&#34; is there a way to add a custom widget to that area and remove the &#34;Latest News&#34;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joey403 on "theme not working properly"</title>
			<link>http://www.kriesi.at/support/topic/theme-not-working-properly#post-91477</link>
			<pubDate>Mon, 14 Jan 2013 14:19:05 +0000</pubDate>
			<dc:creator>joey403</dc:creator>
			<guid isPermaLink="false">91477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Thanks for your response. I read over the item documentation and I did see that it is not supported by WordPress 3.5. I downgraded to 3.3 last night and still getting the same result. I just tried 3.4 and same result as well. I re-activated the theme on jshvarts.com for you to check out the source code. Let me know&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "theme not working properly"</title>
			<link>http://www.kriesi.at/support/topic/theme-not-working-properly#post-91426</link>
			<pubDate>Mon, 14 Jan 2013 08:03:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91426@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just visited  jshvarts.com but I can only see the default TwentyTwelve theme. Please activate Levitation and we'll investigate the source code. You can try do downgrade to WordPress 3.4 or 3.3 - based on the item description here: &#60;a href=&#34;http://themeforest.net/item/levitation-wordpress-business-portfolio-4-in-1/60299&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/levitation-wordpress-business-portfolio-4-in-1/60299&#60;/a&#62; Levitation does not support 3.5 yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joey403 on "theme not working properly"</title>
			<link>http://www.kriesi.at/support/topic/theme-not-working-properly#post-91421</link>
			<pubDate>Mon, 14 Jan 2013 05:18:22 +0000</pubDate>
			<dc:creator>joey403</dc:creator>
			<guid isPermaLink="false">91421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I just purchased your theme and trying to load it on my website jshvarts.com it does not load the image slider and the middle section is getting cut off across all browsers. can you please look into this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-83137</link>
			<pubDate>Fri, 09 Nov 2012 19:36:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh good! Glad its working for you now :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tysmithyp on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-83136</link>
			<pubDate>Fri, 09 Nov 2012 19:31:28 +0000</pubDate>
			<dc:creator>tysmithyp</dc:creator>
			<guid isPermaLink="false">83136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.  I reinstalled the theme and I got it working again.  Thanks for your help on this issue!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-83114</link>
			<pubDate>Fri, 09 Nov 2012 18:46:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83114@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tysmithyp&#60;/p&#62;
&#60;p&#62;Can you create a temporary admin account for me so I can login and take a look. Not sure whats going on but getting a hands on should help.&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tysmithyp on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-83091</link>
			<pubDate>Fri, 09 Nov 2012 17:30:59 +0000</pubDate>
			<dc:creator>tysmithyp</dc:creator>
			<guid isPermaLink="false">83091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I downgraded to 3.3 but I still don't see the levitation admin panel? do I need to go to a lower version?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-83006</link>
			<pubDate>Fri, 09 Nov 2012 07:35:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Levitation is not compatible with WP3.4. Please downgrade to WP3.3. I tagged this thread for Kriesi and maybe he'll release an update for Levitation but for now the theme just doesn't work with WP3.4. You can download the wordpress files here: &#60;a href=&#34;http://wordpress.org/download/release-archive/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/download/release-archive/&#60;/a&#62; and then use i.e. Filezilla to overwrite the WP3.4 files with the WP3.3 files on your server.&#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tysmithyp on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-82967</link>
			<pubDate>Fri, 09 Nov 2012 01:36:26 +0000</pubDate>
			<dc:creator>tysmithyp</dc:creator>
			<guid isPermaLink="false">82967@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How would I do that?  there is no admin panel in the back end now...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-82952</link>
			<pubDate>Fri, 09 Nov 2012 01:04:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Unfortunately, I think you need to recreate the slider.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tysmithyp on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-82941</link>
			<pubDate>Thu, 08 Nov 2012 21:55:59 +0000</pubDate>
			<dc:creator>tysmithyp</dc:creator>
			<guid isPermaLink="false">82941@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, unfortunately the admin for the site did not make a backup.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-82807</link>
			<pubDate>Thu, 08 Nov 2012 03:44:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82807@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tysmithyp,&#60;/p&#62;
&#60;p&#62;Have you made a backup before updating wordpress?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tysmithyp on "Levitaiton theme not working correclty after upgrade to 3.4"</title>
			<link>http://www.kriesi.at/support/topic/levitaiton-theme-not-working-correclty-after-upgrade-to-34#post-82787</link>
			<pubDate>Wed, 07 Nov 2012 22:56:13 +0000</pubDate>
			<dc:creator>tysmithyp</dc:creator>
			<guid isPermaLink="false">82787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;here is the link to my site &#60;a href=&#34;http://surfaganoa.com&#34; rel=&#34;nofollow&#34;&#62;http://surfaganoa.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;everything has been working great from the start and as soon as we upgraded to 3.4 everything got broken.&#60;/p&#62;
&#60;p&#62;Please help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Levitation Slider images not being displayed."</title>
			<link>http://www.kriesi.at/support/topic/levitation-slider-images-not-being-displayed#post-78423</link>
			<pubDate>Wed, 03 Oct 2012 16:46:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Can we take a look at your site live then? Without more details or being able to take a look a the issue live I'm not sure there is much we can do. &#60;/p&#62;
&#60;p&#62;Also, is this Levitation HTML or Wordpress?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristmg on "Levitation Slider images not being displayed."</title>
			<link>http://www.kriesi.at/support/topic/levitation-slider-images-not-being-displayed#post-78167</link>
			<pubDate>Tue, 02 Oct 2012 04:01:59 +0000</pubDate>
			<dc:creator>cristmg</dc:creator>
			<guid isPermaLink="false">78167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just downloaded the theme 3 weeks ago, I'm sure that the updates were included in the download.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Levitation Slider images not being displayed."</title>
			<link>http://www.kriesi.at/support/topic/levitation-slider-images-not-being-displayed#post-75595</link>
			<pubDate>Wed, 12 Sep 2012 16:35:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cristmg,&#60;/p&#62;
&#60;p&#62;Can we take a look at your site live?&#60;/p&#62;
&#60;p&#62;Also make sure you have updated your theme to the most recent version available. You can download the theme from your Downloads on Themeforest and install it the same way you first installed the theme. Since this is a year old post, it may have already been fixed with an update (if its a bug or issue with the theme).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Site funky in IE9"</title>
			<link>http://www.kriesi.at/support/topic/site-funky-in-ie9#post-75346</link>
			<pubDate>Tue, 11 Sep 2012 03:52:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad Nick helped you. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vonburgenstein on "Site funky in IE9"</title>
			<link>http://www.kriesi.at/support/topic/site-funky-in-ie9#post-75320</link>
			<pubDate>Tue, 11 Sep 2012 00:35:58 +0000</pubDate>
			<dc:creator>vonburgenstein</dc:creator>
			<guid isPermaLink="false">75320@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well, I had it set up right, but for whatever reason, having fewer than 3 images broke it.  I added another image, and the slider started working.  Amazing :)  Thanks for your help Nick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Site funky in IE9"</title>
			<link>http://www.kriesi.at/support/topic/site-funky-in-ie9#post-75312</link>
			<pubDate>Mon, 10 Sep 2012 23:30:28 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">75312@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've set it up again on my local server and everything works fine. This makes me believe that there is a mistake in your setup. Please get 3 images of any size , for convenience , less than 500px.&#60;/p&#62;
&#60;p&#62; In the back-end, please click the Media button, and upload the 3 images, saving them. please make sure to copy down all three full urls. Now please click on Posts, and Add Category.&#60;/p&#62;
&#60;p&#62; Please create a category called test, with the slug of test also. Now please add New Page, select the category you just made, add a title and a sentence, and then there are three text boxes below, paste the url to the first image into the middle box, (see image &#60;a href=&#34;http://i.imgur.com/JcjzZ.png)&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/JcjzZ.png)&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Please repeat this process for all three pages. Then click on the Levitation Options &#38;gt; Main Page Options, and select your category Test, and make sure to put auto rotation on, and refresh the home page, If again nothing works, then the problem is in your WordPress install or your plugins, and my recommendation would be to do a clean re-install.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vonburgenstein on "Site funky in IE9"</title>
			<link>http://www.kriesi.at/support/topic/site-funky-in-ie9#post-75289</link>
			<pubDate>Mon, 10 Sep 2012 19:18:37 +0000</pubDate>
			<dc:creator>vonburgenstein</dc:creator>
			<guid isPermaLink="false">75289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Gave that a shot, didn't do the trick, unfortunately.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Site funky in IE9"</title>
			<link>http://www.kriesi.at/support/topic/site-funky-in-ie9#post-75286</link>
			<pubDate>Mon, 10 Sep 2012 19:04:58 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">75286@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Would you please make a backup of and then replace your jquery.prettyPhoto.js in directory /prettyPhoto/js/ with the code from here. (&#60;a href=&#34;http://www.kriesi.at/demos/levitation/light/prettyPhoto/js/jquery.prettyPhoto.js&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/demos/levitation/light/prettyPhoto/js/jquery.prettyPhoto.js&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;Sorry, but I am just testing here, and best way to do this, is to make your site more inline with the one that works, and go from there.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vonburgenstein on "Levitation Slider images not being displayed."</title>
			<link>http://www.kriesi.at/support/topic/levitation-slider-images-not-being-displayed#post-75156</link>
			<pubDate>Mon, 10 Sep 2012 12:47:25 +0000</pubDate>
			<dc:creator>vonburgenstein</dc:creator>
			<guid isPermaLink="false">75156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I green flagged the other post since it was really about IE9.  But I'll tag along in this thread since I'm having the same issue with the levitation slider.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vonburgenstein on "Site funky in IE9"</title>
			<link>http://www.kriesi.at/support/topic/site-funky-in-ie9#post-75152</link>
			<pubDate>Mon, 10 Sep 2012 12:26:13 +0000</pubDate>
			<dc:creator>vonburgenstein</dc:creator>
			<guid isPermaLink="false">75152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That fixed the cufon titles, thanks!&#60;/p&#62;
&#60;p&#62;Slider still not functional, however.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Site funky in IE9"</title>
			<link>http://www.kriesi.at/support/topic/site-funky-in-ie9#post-75150</link>
			<pubDate>Mon, 10 Sep 2012 12:15:55 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">75150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Ok. Lets update the cufon. Please make a backup of the file cufon.js that is located in the    /js/    directory off the root of the theme. Then delete everything inside the file and copy the content of this url (&#60;a href=&#34;http://cdnjs.cloudflare.com/ajax/libs/cufon/1.09i/cufon-yui.js&#34; rel=&#34;nofollow&#34;&#62;http://cdnjs.cloudflare.com/ajax/libs/cufon/1.09i/cufon-yui.js&#60;/a&#62;) ...(click control-a to select it all, control-c copy) and paste it all into the empty cufon.js file and save.&#60;/p&#62;
&#60;p&#62;Your titles should have returned when you reload the page. Then we will see how the slider takes it.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vonburgenstein on "Levitation Slider images not being displayed."</title>
			<link>http://www.kriesi.at/support/topic/levitation-slider-images-not-being-displayed#post-75089</link>
			<pubDate>Sun, 09 Sep 2012 22:12:21 +0000</pubDate>
			<dc:creator>vonburgenstein</dc:creator>
			<guid isPermaLink="false">75089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Same issue I'm having cristmg, along with Cufon titles missing in IE9.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristmg on "Levitation Slider images not being displayed."</title>
			<link>http://www.kriesi.at/support/topic/levitation-slider-images-not-being-displayed#post-75073</link>
			<pubDate>Sun, 09 Sep 2012 16:11:29 +0000</pubDate>
			<dc:creator>cristmg</dc:creator>
			<guid isPermaLink="false">75073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Same issue... My images are showing up but the slider is not moving.  I put &#34;dummy&#34; images in there.  It will &#34;slide&#34; while in the Big Image Slider but not the Levitation Slider.  Any thoughts??  Love the theme otherwise.  The client specifically chose this them because of this slider and I want to deliver the product as requested....&#60;/p&#62;
&#60;p&#62;Thanks for any help you can offer!&#60;/p&#62;
&#60;p&#62;CB
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vonburgenstein on "Site funky in IE9"</title>
			<link>http://www.kriesi.at/support/topic/site-funky-in-ie9#post-74983</link>
			<pubDate>Sun, 09 Sep 2012 01:12:04 +0000</pubDate>
			<dc:creator>vonburgenstein</dc:creator>
			<guid isPermaLink="false">74983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok- put up a transparent (white) logo file.  Doesn't seem to have changed anything, unfortunately (either on the IE9 side issues, or on the levitation slider issue).
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
