<?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: Default blog layout</title>
		<link>http://www.kriesi.at/support/topic/default-blog-layout</link>
		<description>Support Forum - Topic: Default blog layout</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 06:42: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/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#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>

	</channel>
</rss>
