<?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: theme not working properly</title>
		<link>http://www.kriesi.at/support/topic/theme-not-working-properly</link>
		<description>Support Forum - Topic: theme not working properly</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 11:21:04 +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/theme-not-working-properly" 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>

	</channel>
</rss>
