<?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 Greyscale Imagebox issue</title>
		<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue</link>
		<description>Support Forum - Topic: Portfolio Greyscale Imagebox issue</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 22:22:41 +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-greyscale-imagebox-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-97663</link>
			<pubDate>Wed, 20 Feb 2013 16:04:36 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes, though match the aspect ratio , not the size. You can change the aspect ratio to whatever you want, however all images in the protfolio should match it, otherwise there will be stretching, blurring or cropping.&#60;/p&#62;
&#60;p&#62;If you look here &#60;a href=&#34;http://www.kriesi.at/themes/angular/template-files/portfolio-4-columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/angular/template-files/portfolio-4-columns/&#60;/a&#62; you will see for example the image of the kid with a frozen tongue, the thumbnail is cropped when  you compare it to the original image. If you don't mind cropping, then you can use any larger sized images then your settings&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/simple-image-sizes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/simple-image-sizes/&#60;/a&#62; &#38;lt;-- please install this plugin. In your Settings &#38;gt; Media , the plugin will display all image sizes from within the theme to give you better control. Just please be aware when you change the sizes, the images already uploaded do not automatically resize. Instead you will either need to re-upload them, or use the regenerate button which is also a part of the plugin.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>foodieq on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-97510</link>
			<pubDate>Tue, 19 Feb 2013 20:03:42 +0000</pubDate>
			<dc:creator>foodieq</dc:creator>
			<guid isPermaLink="false">97510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Thanks for your help.&#60;/p&#62;
&#60;p&#62;I would like to pursue option (a) , resize the thumbnail images instead of cropping them. However, does this mean that all my portfolio single entries have be re-sized to match the aspect ratio of 245x200? &#60;/p&#62;
&#60;p&#62;In the Angular Demo Page, I see portfolio entries that are in different aspect ratio (some are 1:1) and the grey scale thumbnails of these entries are working perfectly. How did you achieve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-92216</link>
			<pubDate>Fri, 18 Jan 2013 10:04:11 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;for you to have 245x200px images you will either need to (a) only upload your images in the *same aspect ration* but larger  (490 x 400 for example ) (b) upload your images any larger size but *crop your images down* to 245x200 automatically.&#60;/p&#62;
&#60;p&#62;If you want them that size, please open functions.php file and look for lines 27-37. As you can see a large number of images get controlled here including the portfolio ones. I would change  portfolio_1,  portfolio_2,  portfolio_3 and  portfolio lines in that block&#60;/p&#62;
&#60;p&#62;to look like this if you do not want to crop (a) option above&#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;245, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;false);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(b) if you want them cropped to exact size use this code instead (but do not use both)&#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;245, &#38;#39;height&#38;#39;=&#38;gt;200, &#38;#39;crop&#38;#39;=&#38;gt;true);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Once you -reupload the images with the option for greyscale turned on, you will get 'correct size' overlays. If you change the above without changing the images, you will not see results.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>foodieq on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-92098</link>
			<pubDate>Thu, 17 Jan 2013 18:35:18 +0000</pubDate>
			<dc:creator>foodieq</dc:creator>
			<guid isPermaLink="false">92098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
The above code solved the issue of the small greyscale thumbnail image size. However, the color thumbnails that shows up when pointer hovers over does not match the greyscale image on top (The overall size is now the same, but the color version appears to be rescaled instead of the greyscale one that is cropped). Is there a way to add a code to tell the color thumbnails to crop instead of rescale?&#60;/p&#62;
&#60;p&#62;I also installed the simple-image-sizes plug-in. I believe that I have to set up a new image size to validate here. Could you let me know what  &#34;thumbnail-name&#34; I should be using here to specify the crop dimension of the portfolio thumbnails to 245px x 200px?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-92054</link>
			<pubDate>Thu, 17 Jan 2013 11:59:59 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92054@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think the problem is that you changed image sizes but did not regenerate the thumbnails. If you want to keep the cool effect just add this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #main .greyscale-image {
width: 245px !important;
height: 200px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But you really need to either install &#60;a href=&#34;http://wordpress.org/extend/plugins/simple-image-sizes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/simple-image-sizes/&#60;/a&#62; plugin, and 'regenerate these specific images. Or just delete the image in Media and upload it again. That should fix the issues.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>foodieq on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-91915</link>
			<pubDate>Wed, 16 Jan 2013 17:15:00 +0000</pubDate>
			<dc:creator>foodieq</dc:creator>
			<guid isPermaLink="false">91915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your reply. I added the code to the custom.css, but it still doesn't solve the issue. Was i suppose to change a setting to load this custom.css?&#60;br /&#62;
The link to the portfolio is as follow.&#60;br /&#62;
&#60;a href=&#34;http://yuri-suzuki.com/wp/?page_id=22&#34; rel=&#34;nofollow&#34;&#62;http://yuri-suzuki.com/wp/?page_id=22&#60;/a&#62;&#60;br /&#62;
Please help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-91811</link>
			<pubDate>Wed, 16 Jan 2013 07:56:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please add it to the very bottom of css/custom.css &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>foodieq on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-91794</link>
			<pubDate>Wed, 16 Jan 2013 03:09:48 +0000</pubDate>
			<dc:creator>foodieq</dc:creator>
			<guid isPermaLink="false">91794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://yuri-suzuki.com/wp/&#34; rel=&#34;nofollow&#34;&#62;http://yuri-suzuki.com/wp/&#60;/a&#62;&#60;br /&#62;
I am new to this - where in the .css file should I copy the codes above?&#60;br /&#62;
Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-91775</link>
			<pubDate>Tue, 15 Jan 2013 23:26:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us a link to your website?&#60;/p&#62;
&#60;p&#62;Try adding this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #main .greyscale-image {
width: 100%!important;
height: 100%!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>foodieq on "Portfolio Greyscale Imagebox issue"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-greyscale-imagebox-issue#post-91768</link>
			<pubDate>Tue, 15 Jan 2013 21:36:33 +0000</pubDate>
			<dc:creator>foodieq</dc:creator>
			<guid isPermaLink="false">91768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
The greyscale images on my portfolio imagebox are all showing slightly smaller than the color images, and you can see the larger color images underneath them at the bottom. Please help me correct this.&#60;br /&#62;
Thanks,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
