<?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: featured images</title>
		<link>http://www.kriesi.at/support/topic/featured-images-1</link>
		<description>Support Forum - Topic: featured images</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 08:43:42 +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/featured-images-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-1#post-82448</link>
			<pubDate>Tue, 06 Nov 2012 01:19:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Duplicated question and being addressed here: &#60;a href=&#34;http://www.kriesi.at/support/topic/lots-of-questions-1&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/lots-of-questions-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-1#post-82439</link>
			<pubDate>Tue, 06 Nov 2012 00:28:11 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">82439@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did and they're huge now!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-1#post-82266</link>
			<pubDate>Mon, 05 Nov 2012 10:07:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You also need to regenerate your 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; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-1#post-82243</link>
			<pubDate>Mon, 05 Nov 2012 04:39:25 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">82243@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried to change the size, it didn't work - the post image are huge: &#60;a href=&#34;http://www.yyscene.com/halloween-party-acad-opening-party-for-giraf-animation-festival/%FEed%25/...also&#34; rel=&#34;nofollow&#34;&#62;http://www.yyscene.com/halloween-party-acad-opening-party-for-giraf-animation-festival/%FEed%25/...also&#60;/a&#62;, how to I make the front page column posts the same size and display the name of the category?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-1#post-82230</link>
			<pubDate>Mon, 05 Nov 2012 02:53:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82230@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can control the image size on functions.php, look for this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] 			 	= array(&#38;#39;width&#38;#39;=&#38;gt;36,  &#38;#39;height&#38;#39;=&#38;gt;36);							// small preview pics eg sidebar news
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;slider_thumb&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;70,  &#38;#39;height&#38;#39;=&#38;gt;50 , &#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;);		// slideshow preview pics
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;990, &#38;#39;height&#38;#39;=&#38;gt;990, &#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;1140, &#38;#39;height&#38;#39;=&#38;gt;461 );							// images for fullsize pages and fullsize slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;495, &#38;#39;height&#38;#39;=&#38;gt;400  , &#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;);	// images for portfolio entries (2,3 column)
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio_small&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;284, &#38;#39;height&#38;#39;=&#38;gt;211  , &#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;);	// images for portfolio 4 columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;logo&#38;#39;] 		 		= array(&#38;#39;width&#38;#39;=&#38;gt;446, &#38;#39;height&#38;#39;=&#38;gt;218  , &#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;);	// images for dynamic logo/partner element&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code below controls the fullsize, lightbox and portfolio images.&#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;990, &#38;#39;height&#38;#39;=&#38;gt;990, &#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;1140, &#38;#39;height&#38;#39;=&#38;gt;461 );							// images for fullsize pages and fullsize slider&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ldaskal on "featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-1#post-82227</link>
			<pubDate>Mon, 05 Nov 2012 01:50:30 +0000</pubDate>
			<dc:creator>ldaskal</dc:creator>
			<guid isPermaLink="false">82227@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - my site is &#60;a href=&#34;http://www.yyscene.com...where&#34; rel=&#34;nofollow&#34;&#62;http://www.yyscene.com...where&#60;/a&#62; can i control the size of the featured images - I would like all of them to be the same size?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
