<?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 Image Sizing and Regenerate Not Working</title>
		<link>http://www.kriesi.at/support/topic/portfolio-image-sizing-and-regenerate-not-working</link>
		<description>Support Forum - Topic: Portfolio Image Sizing and Regenerate Not Working</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 04:28:49 +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-image-sizing-and-regenerate-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Portfolio Image Sizing and Regenerate Not Working"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-image-sizing-and-regenerate-not-working#post-78874</link>
			<pubDate>Sun, 07 Oct 2012 23:50:02 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">78874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad the code worked. Let us know if you need any help in resizing images.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ASL4 on "Portfolio Image Sizing and Regenerate Not Working"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-image-sizing-and-regenerate-not-working#post-78849</link>
			<pubDate>Sun, 07 Oct 2012 15:14:42 +0000</pubDate>
			<dc:creator>ASL4</dc:creator>
			<guid isPermaLink="false">78849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help and a fast response.&#60;/p&#62;
&#60;p&#62;The css code worked wonderfully, and I'll get to work on resizing the images to a uniform canvas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Image Sizing and Regenerate Not Working"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-image-sizing-and-regenerate-not-working#post-78801</link>
			<pubDate>Sun, 07 Oct 2012 02:17:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78801@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On your functions.php, you need to find this code&#60;/p&#62;
&#60;p&#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;This controls the size of the portfolio thumbnails. Still, the images is wrapped around a div and will inherit the width of that div because the img css declaration is set to width: 100% and height: auto. To avoid having different thumbnail sizes, please re-size or crop the images first in a uniform canvas using Photoshop or any other image editor before uploading them. What I mean by uniform canvas is, for example create a 465x346px canvas on PS then place an image. Save and upload.&#60;/p&#62;
&#60;p&#62;To change the font size of the flag ruler, just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.flag-text.on-primary-color {
font-size: 12px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ASL4 on "Portfolio Image Sizing and Regenerate Not Working"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-image-sizing-and-regenerate-not-working#post-78800</link>
			<pubDate>Sun, 07 Oct 2012 01:25:41 +0000</pubDate>
			<dc:creator>ASL4</dc:creator>
			<guid isPermaLink="false">78800@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;One more question please....&#60;/p&#62;
&#60;p&#62;I have the Ruler with Text element separating my Portfolios on the Home Page. How can I make that text a larger font? I would like it 12 point, and it looks as if it's about 9.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ASL4 on "Portfolio Image Sizing and Regenerate Not Working"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-image-sizing-and-regenerate-not-working#post-78799</link>
			<pubDate>Sat, 06 Oct 2012 23:40:24 +0000</pubDate>
			<dc:creator>ASL4</dc:creator>
			<guid isPermaLink="false">78799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I've followed the directions for going into functions.php editor and changing the image sizing and then using the Regenerate Thumbnails plug-in to regenerate the images. It isn't working for me.&#60;/p&#62;
&#60;p&#62;I will mostly have videos once I get more content on the site, so the default YouTube thumbnail size would be ideal. There are two video examples in the Emotion portfolio on the Home page. I would like all the images to be the same size.&#60;/p&#62;
&#60;p&#62;The site is &#60;a href=&#34;http://www.selfhelpsalad.com&#34; rel=&#34;nofollow&#34;&#62;http://www.selfhelpsalad.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;How do I get the sizing for the portfolio images to be equal and preferably the size of the YouTube video thumbnails?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
ASL4
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
