<?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: 5 column portfolio layout</title>
		<link>http://www.kriesi.at/support/topic/5-column-portfolio-layout</link>
		<description>Support Forum - Topic: 5 column portfolio layout</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 09:02:18 +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/5-column-portfolio-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "5 column portfolio layout"</title>
			<link>http://www.kriesi.at/support/topic/5-column-portfolio-layout#post-93020</link>
			<pubDate>Wed, 23 Jan 2013 15:26:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenWorx on "5 column portfolio layout"</title>
			<link>http://www.kriesi.at/support/topic/5-column-portfolio-layout#post-92974</link>
			<pubDate>Wed, 23 Jan 2013 10:20:42 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">92974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PROBLEM SOLVED&#60;/p&#62;
&#60;p&#62;I recreated the template and it is working just fine now!&#60;/p&#62;
&#60;p&#62;Thanx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenWorx on "5 column portfolio layout"</title>
			<link>http://www.kriesi.at/support/topic/5-column-portfolio-layout#post-92969</link>
			<pubDate>Wed, 23 Jan 2013 09:45:29 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">92969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude!&#60;/p&#62;
&#60;p&#62;Did not get the 5 column option showing up in the template builder..&#60;/p&#62;
&#60;p&#62;IS there something else I can try?&#60;/p&#62;
&#60;p&#62;Thanx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "5 column portfolio layout"</title>
			<link>http://www.kriesi.at/support/topic/5-column-portfolio-layout#post-92382</link>
			<pubDate>Sat, 19 Jan 2013 07:45:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You probably need to add the &#34;5 column&#34; option to the template builder admin screen. Open up propulsion\includes\admin\register-admin-dynamic-options.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;array(
								&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;&#38;quot;,
								&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Portfolio Columns&#38;quot;,
								&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;How many columns should be displayed? &#38;lt;/br&#38;gt;(Please note that there are some limitations to consider when using this option in conjunction with sidebars: if you use a dual sidebar setting you can only choose one or two columns, if you use a single sidebar setting only one, two or three columns)&#38;quot;,
								&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;portfolio_columns&#38;quot;,
								&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
								&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;4&#38;quot;,
								&#38;quot;no_first&#38;quot;=&#38;gt;true,
								&#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;1&#38;#39;=&#38;gt;&#38;#39;1&#38;#39;,&#38;#39;2&#38;#39;=&#38;gt;&#38;#39;2&#38;#39;,&#38;#39;3&#38;#39;=&#38;gt;&#38;#39;3&#38;#39;,&#38;#39;4&#38;#39;=&#38;gt;&#38;#39;4&#38;#39;)),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;array(
								&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;&#38;quot;,
								&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Portfolio Columns&#38;quot;,
								&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;How many columns should be displayed? &#38;lt;/br&#38;gt;(Please note that there are some limitations to consider when using this option in conjunction with sidebars: if you use a dual sidebar setting you can only choose one or two columns, if you use a single sidebar setting only one, two or three columns)&#38;quot;,
								&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;portfolio_columns&#38;quot;,
								&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
								&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;4&#38;quot;,
								&#38;quot;no_first&#38;quot;=&#38;gt;true,
								&#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;1&#38;#39;=&#38;gt;&#38;#39;1&#38;#39;,&#38;#39;2&#38;#39;=&#38;gt;&#38;#39;2&#38;#39;,&#38;#39;3&#38;#39;=&#38;gt;&#38;#39;3&#38;#39;,&#38;#39;4&#38;#39;=&#38;gt;&#38;#39;4&#38;#39;,&#38;#39;5&#38;#39;=&#38;gt;&#38;#39;5&#38;#39;)),&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Devin on "5 column portfolio layout"</title>
			<link>http://www.kriesi.at/support/topic/5-column-portfolio-layout#post-92280</link>
			<pubDate>Fri, 18 Jan 2013 17:54:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ben,&#60;/p&#62;
&#60;p&#62;The changes there are only for when using the Theme Option&#38;gt;Portfolio. I'm not sure if the same can be done for the dynamic templates or not.&#60;/p&#62;
&#60;p&#62;I'll tag another of the support crew to get an answer one way or another.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenWorx on "5 column portfolio layout"</title>
			<link>http://www.kriesi.at/support/topic/5-column-portfolio-layout#post-92068</link>
			<pubDate>Thu, 17 Jan 2013 13:23:29 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">92068@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I've made the adjustments suggested in this thread:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/creat-5-or-6-columns-portfolio&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/creat-5-or-6-columns-portfolio&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In my theme options I can increase the amount of columns to five..&#60;br /&#62;
However, in the template builder it goes till 4.. Also with the full width template..&#60;/p&#62;
&#60;p&#62;Thanx in advance!&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
