<?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: Adjusting Sidebar width</title>
		<link>http://www.kriesi.at/support/topic/adjusting-sidebar-width</link>
		<description>Support Forum - Topic: Adjusting Sidebar width</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:14:11 +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/adjusting-sidebar-width" rel="self" type="application/rss+xml" />

		<item>
			<title>AlliantStudios on "Adjusting Sidebar width"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-sidebar-width#post-83237</link>
			<pubDate>Sat, 10 Nov 2012 16:49:41 +0000</pubDate>
			<dc:creator>AlliantStudios</dc:creator>
			<guid isPermaLink="false">83237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I'm still learning and don't always know best practices.&#60;/p&#62;
&#60;p&#62;I truly appreciate your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adjusting Sidebar width"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-sidebar-width#post-83235</link>
			<pubDate>Sat, 10 Nov 2012 16:43:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi AlliantStudios,&#60;/p&#62;
&#60;p&#62;I think its better if you modify it on the original.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlliantStudios on "Adjusting Sidebar width"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-sidebar-width#post-83232</link>
			<pubDate>Sat, 10 Nov 2012 16:16:56 +0000</pubDate>
			<dc:creator>AlliantStudios</dc:creator>
			<guid isPermaLink="false">83232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wonderful!&#60;/p&#62;
&#60;p&#62;Is it possible to override the avid_config in a child function.php&#60;/p&#62;
&#60;p&#62;The following does not work:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function ghStudios2012_setup() {
	/*  thumbnails  */
		...

	/*  layout  */
		$avia_config[&#38;#39;layout&#38;#39;][&#38;#39;fullsize&#38;#39;] 		= array(&#38;#39;content&#38;#39; =&#38;gt; &#38;#39;twelve alpha&#38;#39;, &#38;#39;sidebar&#38;#39; =&#38;gt; &#38;#39;hidden&#38;#39;, 	&#38;#39;meta&#38;#39; =&#38;gt; &#38;#39;one alpha&#38;#39;, &#38;#39;entry&#38;#39; =&#38;gt; &#38;#39;eleven&#38;#39;);
		$avia_config[&#38;#39;layout&#38;#39;][&#38;#39;sidebar_left&#38;#39;] 	= array(&#38;#39;content&#38;#39; =&#38;gt; &#38;#39;nine&#38;#39;, 		 &#38;#39;sidebar&#38;#39; =&#38;gt; &#38;#39;three alpha&#38;#39; ,&#38;#39;meta&#38;#39; =&#38;gt; &#38;#39;one alpha&#38;#39;, &#38;#39;entry&#38;#39; =&#38;gt; &#38;#39;eight&#38;#39;);
		$avia_config[&#38;#39;layout&#38;#39;][&#38;#39;sidebar_right&#38;#39;] = array(&#38;#39;content&#38;#39; =&#38;gt; &#38;#39;nine alpha&#38;#39;,  &#38;#39;sidebar&#38;#39; =&#38;gt; &#38;#39;three&#38;#39;, 		&#38;#39;meta&#38;#39; =&#38;gt; &#38;#39;one alpha&#38;#39;, &#38;#39;entry&#38;#39; =&#38;gt; &#38;#39;eight&#38;#39;);
}
add_action( &#38;#39;after_setup_theme&#38;#39;, &#38;#39;ghStudios2012_setup&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is it possible to modify in a child theme, or do I need to edit the original?&#60;/p&#62;
&#60;p&#62;thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adjusting Sidebar width"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-sidebar-width#post-83225</link>
			<pubDate>Sat, 10 Nov 2012 15:34:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi AlliantStudios,&#60;/p&#62;
&#60;p&#62;Kindly open wp-content\themes\choices\functions.php and find this code block:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;layout&#38;#39;][&#38;#39;sidebar_left&#38;#39;] 	= array(&#38;#39;content&#38;#39; =&#38;gt; &#38;#39;eight&#38;#39;, 		 &#38;#39;sidebar&#38;#39; =&#38;gt; &#38;#39;four alpha&#38;#39; ,&#38;#39;meta&#38;#39; =&#38;gt; &#38;#39;one alpha&#38;#39;, &#38;#39;entry&#38;#39; =&#38;gt; &#38;#39;seven&#38;#39;);
$avia_config[&#38;#39;layout&#38;#39;][&#38;#39;sidebar_right&#38;#39;] = array(&#38;#39;content&#38;#39; =&#38;gt; &#38;#39;eight alpha&#38;#39;,  &#38;#39;sidebar&#38;#39; =&#38;gt; &#38;#39;four&#38;#39;, 		&#38;#39;meta&#38;#39; =&#38;gt; &#38;#39;one alpha&#38;#39;, &#38;#39;entry&#38;#39; =&#38;gt; &#38;#39;seven&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just replace eight to nine, four to three, and seven to eight. The new code should look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;layout&#38;#39;][&#38;#39;sidebar_left&#38;#39;] 	= array(&#38;#39;content&#38;#39; =&#38;gt; &#38;#39;nine&#38;#39;, 		 &#38;#39;sidebar&#38;#39; =&#38;gt; &#38;#39;three alpha&#38;#39; ,&#38;#39;meta&#38;#39; =&#38;gt; &#38;#39;one alpha&#38;#39;, &#38;#39;entry&#38;#39; =&#38;gt; &#38;#39;eight&#38;#39;);
$avia_config[&#38;#39;layout&#38;#39;][&#38;#39;sidebar_right&#38;#39;] = array(&#38;#39;content&#38;#39; =&#38;gt; &#38;#39;nine alpha&#38;#39;,  &#38;#39;sidebar&#38;#39; =&#38;gt; &#38;#39;three&#38;#39;, 		&#38;#39;meta&#38;#39; =&#38;gt; &#38;#39;one alpha&#38;#39;, &#38;#39;entry&#38;#39; =&#38;gt; &#38;#39;eight&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlliantStudios on "Adjusting Sidebar width"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-sidebar-width#post-83144</link>
			<pubDate>Fri, 09 Nov 2012 20:14:47 +0000</pubDate>
			<dc:creator>AlliantStudios</dc:creator>
			<guid isPermaLink="false">83144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The default template seems to be 8 units wide for content and 4 units wide for the sidebar. Is it possible for me to change that to 9 &#38;amp; 3?&#60;/p&#62;
&#60;p&#62;I'm looking at the sidebar.php file, and I can see:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;sidebar sidebar_&#38;quot;.$sidebar.&#38;quot; &#38;quot;.avia_layout_class( &#38;#39;sidebar&#38;#39;, false ).&#38;quot; units&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm not certain where or how the numerical units get interjected, and if it's possible to adjust that.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
