<?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: Portfolio 4 columns tumbnail</title>
		<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail</link>
		<description>Support Forum - Topic: Portfolio 4 columns tumbnail</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 01:19:30 +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/portfolio-4-columns-tumbnail" rel="self" type="application/rss+xml" />

		<item>
			<title>rita01 on "Portfolio 4 columns tumbnail"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail#post-65468</link>
			<pubDate>Fri, 13 Jul 2012 17:47:00 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">65468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK ! It works now thanks a lot Dude !&#60;/p&#62;
&#60;p&#62;But it doesn't works with any size. When I tried with 400 x 480 or else, it doesn't works. Now it's ok with 200 x 240. That's cool.&#60;/p&#62;
&#60;p&#62;Thanks !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio 4 columns tumbnail"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail#post-62971</link>
			<pubDate>Sat, 30 Jun 2012 06:38:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">62971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik WordPress will hard crop all images if the crop parameter is set to true (afterwards you can upload images/thumbnails of any bigger size and WP will resize them and (if necessary) crop them. &#34;Crop&#34; is set to true by default but if you want to be on the safe side replace:&#60;/p&#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;with:&#60;/p&#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;true);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and 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;</description>
		</item>
		<item>
			<title>rita01 on "Portfolio 4 columns tumbnail"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail#post-62496</link>
			<pubDate>Wed, 27 Jun 2012 17:22:32 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">62496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Devin !&#60;/p&#62;
&#60;p&#62;It's better now. But if I want all the thumbnails to have the same height I need to upload images with the same width and height that's it ? It is important for me because i will have about 500 items to edit... And I would like all the thumbnails to have the same height. It's not a problem if the pictures are a little bit cropped.&#60;/p&#62;
&#60;p&#62;Sorry for my poor english, hope you understand.&#60;/p&#62;
&#60;p&#62;regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio 4 columns tumbnail"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail#post-62302</link>
			<pubDate>Tue, 26 Jun 2012 18:46:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi rita01,&#60;/p&#62;
&#60;p&#62;In your functions.php file (in the theme files) you'll need to change the following line:&#60;br /&#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);						// images for portfolio entries (2,3,4 column)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change the values for width and height to fit your needs. So if you want portrait style images, you'll need to make the height number bigger than the width.&#60;/p&#62;
&#60;p&#62;Then you'll have to re-generate all your thumbnails to work with the new settings once that files has been updated on the server. You can do this 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;To change the height of the of the titles, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-size-4 .post-title.portfolio-title {
height: 32px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Portfolio 4 columns tumbnail"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail#post-62269</link>
			<pubDate>Tue, 26 Jun 2012 16:20:13 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">62269@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;More high, not more wide. Sorry !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Portfolio 4 columns tumbnail"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail#post-62249</link>
			<pubDate>Tue, 26 Jun 2012 13:29:16 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">62249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And the last question :&#60;/p&#62;
&#60;p&#62;When I upload images for a porftfolio item, the the thumbnails of this images have all differents sizes into the portfolio 4 column page. How can I solve that ?&#60;/p&#62;
&#60;p&#62;Have a look here :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lacroiseedeschemins.ma/&#34; rel=&#34;nofollow&#34;&#62;http://lacroiseedeschemins.ma/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Portfolio 4 columns tumbnail"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail#post-62241</link>
			<pubDate>Tue, 26 Jun 2012 11:51:25 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">62241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And please, i it possible to make the thumbnails header more wide, to display titles on two lines without effect on the thumbnails alignment ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Portfolio 4 columns tumbnail"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-columns-tumbnail#post-62233</link>
			<pubDate>Tue, 26 Jun 2012 10:59:13 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">62233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Nice theme !&#60;/p&#62;
&#60;p&#62;I would like the portfolio 4 column thumbnails to be displayed into portrait mode. Which files have I to modify please ?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
