<?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: Need help to create blog posts with one image that doesn&#039;t get re-sized!</title>
		<link>http://www.kriesi.at/support/topic/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized</link>
		<description>Support Forum - Topic: Need help to create blog posts with one image that doesn&#039;t get re-sized!</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 20:17:25 +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/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Need help to create blog posts with one image that doesn&#039;t get re-sized!"</title>
			<link>http://www.kriesi.at/support/topic/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized#post-67986</link>
			<pubDate>Fri, 27 Jul 2012 17:44:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67986@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I hope it worked out? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkF on "Need help to create blog posts with one image that doesn&#039;t get re-sized!"</title>
			<link>http://www.kriesi.at/support/topic/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized#post-67579</link>
			<pubDate>Wed, 25 Jul 2012 14:14:29 +0000</pubDate>
			<dc:creator>MarkF</dc:creator>
			<guid isPermaLink="false">67579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;cool - thanks for that!&#60;/p&#62;
&#60;p&#62;Will go &#38;amp; try that out now!&#60;/p&#62;
&#60;p&#62;Rgds&#60;br /&#62;
Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need help to create blog posts with one image that doesn&#039;t get re-sized!"</title>
			<link>http://www.kriesi.at/support/topic/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized#post-67510</link>
			<pubDate>Wed, 25 Jul 2012 06:30:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following - open up choices\includes\helper-post-format.php and replace all ocurrences of:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$current_post[&#38;#39;slider&#38;#39;]-&#38;gt;setImageSize(&#38;#39;fullsize&#38;#39;);
	$current_post[&#38;#39;slider&#38;#39;]-&#38;gt;modify_slide_poster(&#38;quot;default&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( is_home() &#124;&#124; is_front_page() )
{
	$current_post[&#38;#39;slider&#38;#39;]-&#38;gt;setImageSize(&#38;#39;fullsize&#38;#39;);
}
else
{
        $current_post[&#38;#39;slider&#38;#39;]-&#38;gt;setImageSize(&#38;#39;blogpost&#38;#39;);
}
	$current_post[&#38;#39;slider&#38;#39;]-&#38;gt;modify_slide_poster(&#38;quot;default&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then open up functions.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries

$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;blogpost&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;630, &#38;#39;height&#38;#39;=&#38;gt;330, &#38;#39;crop&#38;#39;=&#38;gt;true);		// big images for lightbox and portfolio single entries&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and adjust the image size of the &#34;blogpost&#34; image size.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkF on "Need help to create blog posts with one image that doesn&#039;t get re-sized!"</title>
			<link>http://www.kriesi.at/support/topic/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized#post-67347</link>
			<pubDate>Tue, 24 Jul 2012 09:51:42 +0000</pubDate>
			<dc:creator>MarkF</dc:creator>
			<guid isPermaLink="false">67347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just wondered if there was a way around this?&#60;br /&#62;
I don't really want my home page slideshow to have much smaller images if I want my just blog image to be say 400 x 280 for example?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkF on "Need help to create blog posts with one image that doesn&#039;t get re-sized!"</title>
			<link>http://www.kriesi.at/support/topic/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized#post-67020</link>
			<pubDate>Sun, 22 Jul 2012 22:51:15 +0000</pubDate>
			<dc:creator>MarkF</dc:creator>
			<guid isPermaLink="false">67020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael.&#60;/p&#62;
&#60;p&#62;So this impacts the images used on all other site pages, like the ones I've already created for homepage slider?&#60;/p&#62;
&#60;p&#62;Is it possible to have smaller images just for blog posts &#38;amp; category pages somehow?&#60;/p&#62;
&#60;p&#62;Rgds&#60;br /&#62;
Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Need help to create blog posts with one image that doesn&#039;t get re-sized!"</title>
			<link>http://www.kriesi.at/support/topic/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized#post-67003</link>
			<pubDate>Sun, 22 Jul 2012 22:06:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67003@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can change the image size on functions.php. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;990, &#38;#39;height&#38;#39;=&#38;gt;400 );						// images for fullsize pages and fullsize slider&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the height and width. You need to regenerate or re upload the images.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkF on "Need help to create blog posts with one image that doesn&#039;t get re-sized!"</title>
			<link>http://www.kriesi.at/support/topic/need-help-to-create-blog-posts-with-one-image-that-doesnt-get-re-sized#post-66999</link>
			<pubDate>Sun, 22 Jul 2012 20:49:41 +0000</pubDate>
			<dc:creator>MarkF</dc:creator>
			<guid isPermaLink="false">66999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;getting a bit lost!&#60;/p&#62;
&#60;p&#62;All I want to do is create blog posts that have one featured image.&#60;br /&#62;
That image then gets displayed on the blog page and category pages and the post page without it getting re-sized and looking awful!&#60;br /&#62;
I don't want a slideshow on the blog post page.&#60;/p&#62;
&#60;p&#62;How do I do this please?&#60;/p&#62;
&#60;p&#62;If I add one image to slideshow on post edit page; that's ok, but when I look at Category page or post page, the image is blown up to something like 500px square? (guessing) and looks awful!&#60;/p&#62;
&#60;p&#62;Is there a certain size for the image?&#60;/p&#62;
&#60;p&#62;I don't want a really large image on my posts!&#60;/p&#62;
&#60;p&#62;Help!&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Mark :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
