<?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: 8 columns</title>
		<link>http://www.kriesi.at/support/topic/8-columns</link>
		<description>Support Forum - Topic: 8 columns</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 16:40:58 +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/8-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "8 columns"</title>
			<link>http://www.kriesi.at/support/topic/8-columns#post-96050</link>
			<pubDate>Sun, 10 Feb 2013 13:22:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I updated my answer above. Sorry about that.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zhiwan on "8 columns"</title>
			<link>http://www.kriesi.at/support/topic/8-columns#post-96040</link>
			<pubDate>Sun, 10 Feb 2013 08:42:11 +0000</pubDate>
			<dc:creator>zhiwan</dc:creator>
			<guid isPermaLink="false">96040@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply. I'm looking at the files and I think what I am looking at is different version? I'm on 1.5.&#60;/p&#62;
&#60;p&#62;On /includes/loop-portfolio.php, line 158 I see this: &#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;entry&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;h1 class='post-title'&#38;gt;&#38;lt;?php _e('Nothing Found', 'avia_framework'); ?&#38;gt;&#38;lt;/h1&#38;gt;&#60;br /&#62;
	&#38;lt;p&#38;gt;&#38;lt;?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Line 36 is empty, but 33 has this:&#60;br /&#62;
$avia_config['portfolio_columns_iteration'] = $avia_config['portfolio_columns'][0];&#60;br /&#62;
Is that what I'm looking for?&#60;/p&#62;
&#60;p&#62;For /includes/admin/register-admin-dynamic-options.php, the code only goes to as far as 808, so I don't know where to look for line 860.&#60;br /&#62;
At this point, I'm not sure /includes/admin/register-admin-options.php is in the right line either. What should I see?&#60;/p&#62;
&#60;p&#62;It would be great if you could clarify. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "8 columns"</title>
			<link>http://www.kriesi.at/support/topic/8-columns#post-96027</link>
			<pubDate>Sun, 10 Feb 2013 06:59:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please find this bit of code on line 754 of /includes/admin/register-admin-dynamic-options.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#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;and replace it with this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;std&#38;quot; =&#38;gt; &#38;quot;8&#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;8&#38;#39;=&#38;gt;&#38;#39;8&#38;#39;)),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;---&#60;br /&#62;
then find between lines 1396-1401 of /includes/admin/register-admin-options.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;std&#38;quot;  =&#38;gt; &#38;quot;4&#38;quot;,
&#38;quot;subtype&#38;quot; =&#38;gt; array(	&#38;#39;1 Column&#38;#39;=&#38;gt;&#38;#39;1&#38;#39;,
&#38;#39;2 Columns&#38;#39;=&#38;gt;&#38;#39;2&#38;#39;,
&#38;#39;3 Columns&#38;#39;=&#38;gt;&#38;#39;3&#38;#39;,
&#38;#39;4 Columns&#38;#39;=&#38;gt;&#38;#39;4&#38;#39;,
)),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace with this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;std&#38;quot;  =&#38;gt; &#38;quot;8&#38;quot;,
&#38;quot;subtype&#38;quot; =&#38;gt; array(	&#38;#39;1 Column&#38;#39;=&#38;gt;&#38;#39;1&#38;#39;,
&#38;#39;2 Columns&#38;#39;=&#38;gt;&#38;#39;2&#38;#39;,
&#38;#39;3 Columns&#38;#39;=&#38;gt;&#38;#39;3&#38;#39;,
&#38;#39;4 Columns&#38;#39;=&#38;gt;&#38;#39;4&#38;#39;,
&#38;#39;8 Columns&#38;#39;=&#38;gt;&#38;#39;8&#38;#39;,
)),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you should see the option for 8 columns in the template builder.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zhiwan on "8 columns"</title>
			<link>http://www.kriesi.at/support/topic/8-columns#post-96023</link>
			<pubDate>Sun, 10 Feb 2013 06:39:37 +0000</pubDate>
			<dc:creator>zhiwan</dc:creator>
			<guid isPermaLink="false">96023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to make the portfolio isotope feature show 8 columns. I read somewhere to put this code:&#60;/p&#62;
&#60;p&#62;.no_margin.one_fourth {&#60;br /&#62;
   width: 12.5% !important&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;This works, but initially isotope loads the thumbnails in 4 columns. After all the images have loaded will the thumbnails move and fit into 8 columns. How might I go about changing this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
