<?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 - Tag: default blog layout - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/default-blog-layout</link>
		<description>Support Forum - Tag: default blog layout - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 07:43:59 +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/tags/default-blog-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99359</link>
			<pubDate>Mon, 04 Mar 2013 14:50:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99359@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael 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>laopian on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99289</link>
			<pubDate>Mon, 04 Mar 2013 03:12:35 +0000</pubDate>
			<dc:creator>laopian</dc:creator>
			<guid isPermaLink="false">99289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,Ismael.&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99283</link>
			<pubDate>Mon, 04 Mar 2013 01:57:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">99283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; admin &#38;gt; register-admin-options.php then find this code onl ine 696-707&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_elements[] =	array(
					&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;layout&#38;quot;,
					&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Default Blog Layout&#38;quot;,
					&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;Choose the default blog layout here. You can create multiple blogs with different layouts by using the template builder if you want to&#38;quot;,
					&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;blog_layout&#38;quot;,
					&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
					&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;sidebar_right&#38;quot;,
					&#38;quot;no_first&#38;quot;=&#38;gt;true,
					&#38;quot;subtype&#38;quot; =&#38;gt; array( &#38;#39;left sidebar&#38;#39; =&#38;gt;&#38;#39;sidebar_left&#38;#39;,
										&#38;#39;right sidebar&#38;#39;=&#38;gt;&#38;#39;sidebar_right&#38;#39;,
										/* &#38;#39;no sidebar&#38;#39;=&#38;gt;&#38;#39;fullsize&#38;#39; */
										));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_elements[] =	array(
					&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;layout&#38;quot;,
					&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Default Blog Layout&#38;quot;,
					&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;Choose the default blog layout here. You can create multiple blogs with different layouts by using the template builder if you want to&#38;quot;,
					&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;blog_layout&#38;quot;,
					&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
					&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;sidebar_right&#38;quot;,
					&#38;quot;no_first&#38;quot;=&#38;gt;true,
					&#38;quot;subtype&#38;quot; =&#38;gt; array( &#38;#39;left sidebar&#38;#39; =&#38;gt;&#38;#39;sidebar_left&#38;#39;,
										&#38;#39;right sidebar&#38;#39;=&#38;gt;&#38;#39;sidebar_right&#38;#39;,
										&#38;#39;no sidebar&#38;#39;=&#38;gt;&#38;#39;fullsize&#38;#39;
										));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laopian on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99232</link>
			<pubDate>Sun, 03 Mar 2013 09:33:55 +0000</pubDate>
			<dc:creator>laopian</dc:creator>
			<guid isPermaLink="false">99232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Default Blog Layout:&#60;br /&#62;
1 right sidebar&#60;br /&#62;
2 left sidebar&#60;br /&#62;
3 no sidebar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laopian on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99231</link>
			<pubDate>Sun, 03 Mar 2013 09:06:08 +0000</pubDate>
			<dc:creator>laopian</dc:creator>
			<guid isPermaLink="false">99231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, i'm not good at English.&#60;br /&#62;
Please add the third choice &#34;no sidebar&#34; into &#34;Default Blog Layout&#34;.&#60;br /&#62;
I want the third one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99218</link>
			<pubDate>Sun, 03 Mar 2013 07:43:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">99218@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I'm sorry but I don't understand the question. Please elaborate. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laopian on "Default Blog Layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout-1#post-99210</link>
			<pubDate>Sun, 03 Mar 2013 04:03:07 +0000</pubDate>
			<dc:creator>laopian</dc:creator>
			<guid isPermaLink="false">99210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Choices—Choices Theme Options—Layout &#38;amp; Settings&#60;/p&#62;
&#60;p&#62;In the ‘default blog layout’, ‘no sidebar' option to increase&#60;/p&#62;
&#60;p&#62;thanks！
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dymanic Template as Default Blog Layout or Default Page Layout?"</title>
			<link>http://www.kriesi.at/support/topic/dymanic-template-as-default-blog-layout-or-default-page-layout#post-94651</link>
			<pubDate>Sat, 02 Feb 2013 08:48:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">94651@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; We'll report it to Kriesi. Thanks! &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tflight on "Dymanic Template as Default Blog Layout or Default Page Layout?"</title>
			<link>http://www.kriesi.at/support/topic/dymanic-template-as-default-blog-layout-or-default-page-layout#post-94593</link>
			<pubDate>Sat, 02 Feb 2013 00:37:27 +0000</pubDate>
			<dc:creator>tflight</dc:creator>
			<guid isPermaLink="false">94593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! That is helpful. I'd like to nudge a feature request then to allow a dynamic template to be a default page layout or default blog layout under theme options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Dymanic Template as Default Blog Layout or Default Page Layout?"</title>
			<link>http://www.kriesi.at/support/topic/dymanic-template-as-default-blog-layout-or-default-page-layout#post-94584</link>
			<pubDate>Sat, 02 Feb 2013 00:11:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94584@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Unfortunately you can't set a dynamic template as the Default Page Layout under Theme Options. You can set the default sidebar on Appearance &#38;gt; Widget &#38;gt; Look for left and right &#60;strong&#62;Displayed Everywhere&#60;/strong&#62; widget areas. You can also assign a unique sidebar by going to Theme Options &#38;gt; Sidebar &#38;gt; Add new widget areas for pages and categories:. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tflight on "Dymanic Template as Default Blog Layout or Default Page Layout?"</title>
			<link>http://www.kriesi.at/support/topic/dymanic-template-as-default-blog-layout-or-default-page-layout#post-94567</link>
			<pubDate>Fri, 01 Feb 2013 20:22:15 +0000</pubDate>
			<dc:creator>tflight</dc:creator>
			<guid isPermaLink="false">94567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also, when using the Template Builder, in the 'Dynamic Template Page Layout' if I choose 'Right sidebar' how do I control what goes in that sidebar? It defaults to Pages/Categories/Archive and I assumed it instead would have used whatever was in Appearance -&#38;gt; Widgets -&#38;gt; Sidebar Blog (right) but it doesn't.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tflight on "Dymanic Template as Default Blog Layout or Default Page Layout?"</title>
			<link>http://www.kriesi.at/support/topic/dymanic-template-as-default-blog-layout-or-default-page-layout#post-94566</link>
			<pubDate>Fri, 01 Feb 2013 20:13:19 +0000</pubDate>
			<dc:creator>tflight</dc:creator>
			<guid isPermaLink="false">94566@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using Corona 1.4 on WordPress 3.5.1. Should we be able to specify one of our dynamic templates built using the Template Builder as the Default Blog Layout or Default Page Layout under Theme Options?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Default blog layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout#post-48611</link>
			<pubDate>Tue, 27 Mar 2012 19:43:44 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">48611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the additional interest. I too think it would be helpful and will try and nudge Kriesi to add it in :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dallas2g on "Default blog layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout#post-48434</link>
			<pubDate>Tue, 27 Mar 2012 01:17:50 +0000</pubDate>
			<dc:creator>dallas2g</dc:creator>
			<guid isPermaLink="false">48434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please add me to the list for a full width blog. It's absolutely needed. I also will go with the hack. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Default blog layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout#post-41311</link>
			<pubDate>Sun, 12 Feb 2012 11:12:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
wordpress resizes all images to the required thumbnail sizes. All portfolio images are cropped by default. You can try to deactivate the cropping by changing following line in function.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;465, &#38;#39;height&#38;#39;=&#38;gt;346);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;465, &#38;#39;height&#38;#39;=&#38;gt;346, &#38;#39;crop&#38;#39;=&#38;gt;false);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards regenerate the thumbnails with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if this solves your issue - but it's the only option I'm aware which allows you to affect the thumbnail generation (aspect ratio).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lawrencesss on "Default blog layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout#post-41283</link>
			<pubDate>Sun, 12 Feb 2012 04:02:00 +0000</pubDate>
			<dc:creator>Lawrencesss</dc:creator>
			<guid isPermaLink="false">41283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Adding myself to the list of people who want a fullwidth blog layout. In the meantime I will use the css hack.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crepainbinstarchitecture on "Default blog layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout#post-40977</link>
			<pubDate>Thu, 09 Feb 2012 18:00:10 +0000</pubDate>
			<dc:creator>crepainbinstarchitecture</dc:creator>
			<guid isPermaLink="false">40977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the response. &#60;/p&#62;
&#60;p&#62;I have another problem discovered. When I use a portrait image for display in the portfolio overview, the image isn't resized correctly. It keeps the ratio portrait instead of landscape. When I rotate the same image to landscape, it works fine.&#60;/p&#62;
&#60;p&#62;Greetings,&#60;br /&#62;
Stephane Van Eester
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Default blog layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout#post-40778</link>
			<pubDate>Thu, 09 Feb 2012 00:11:26 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">40778@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately this is currently not possible. If the request comes up a few times we will add that feature so it can be selected by default.&#60;/p&#62;
&#60;p&#62;meanwhile you can use a little css magic to fake that option:&#60;/p&#62;
&#60;pre&#62;
.template-blog .sidebar{
display:none;
}

.template-blog .content.eight.units{
width:100%
}

.template-blog .seven.units.entry-content{
width:91%;
}
&#60;/pre&#62;
&#60;p&#62;Should do what you need
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crepainbinstarchitecture on "Default blog layout"</title>
			<link>http://www.kriesi.at/support/topic/default-blog-layout#post-40561</link>
			<pubDate>Tue, 07 Feb 2012 11:00:01 +0000</pubDate>
			<dc:creator>crepainbinstarchitecture</dc:creator>
			<guid isPermaLink="false">40561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm having some trouble with the default blog layout. You can choose left sidebar and right sidebar. Where is the fullwidth option?&#60;/p&#62;
&#60;p&#62;I also tried creating a dynamic template for my blog and applied this to a page. Here I selected fullwidth as the layout. But it keeps getting the layout from the default blog layout setting (so no fullwidth).&#60;/p&#62;
&#60;p&#62;Greetings,&#60;br /&#62;
Stephane Van Eester
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mariejomr on "Getting ride of the sidebar on either side of blog"</title>
			<link>http://www.kriesi.at/support/topic/getting-ride-of-the-sidebar-on-either-side-of-blog#post-33568</link>
			<pubDate>Thu, 01 Dec 2011 01:24:49 +0000</pubDate>
			<dc:creator>mariejomr</dc:creator>
			<guid isPermaLink="false">33568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm looking at the Theme Options page, and see the &#34;Default Blog Layout&#34; options, which all include a sidebar. For the kind of site I am making, it is not particularly useful (or aesthetically pleasing) to have a list of all the pages the website contains, which is currently what the sidebar is displaying.&#60;/p&#62;
&#60;p&#62;Is there any way to get ride of the sidebar?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;- MJ
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
