<?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 Size</title>
		<link>http://www.kriesi.at/support/topic/portfolio-size</link>
		<description>Support Forum - Topic: Portfolio Size</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 05:33: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/portfolio-size" rel="self" type="application/rss+xml" />

		<item>
			<title>samtim on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-73601</link>
			<pubDate>Thu, 30 Aug 2012 07:25:14 +0000</pubDate>
			<dc:creator>samtim</dc:creator>
			<guid isPermaLink="false">73601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You're a gentleman. Thanks Devin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-73493</link>
			<pubDate>Wed, 29 Aug 2012 15:35:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">73493@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey samtim,&#60;/p&#62;
&#60;p&#62;Sure thing! Its actually pretty simple to just change the column size. For the Ajax portfolio, the function is in includes&#38;gt;helper-templates.php. Just search for:&#60;br /&#62;
&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;inner_slide&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is the start of the div that gets created. Just below that you can see the two_third first class that will hold the slider and then the one_third  to hold the text and title. You can use any of the column classes in grid.css lines 220-230 though some may need a bit of adjustment.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samtim on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-73055</link>
			<pubDate>Mon, 27 Aug 2012 16:22:06 +0000</pubDate>
			<dc:creator>samtim</dc:creator>
			<guid isPermaLink="false">73055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;After lots of trial and error – it looks like it's Firefox that seems to blur the images! Safari is pixel sharp. Haven't tried IE as of yet.&#60;br /&#62;
I would still like to understand how to change with width of the Ajax portfolio though?&#60;/p&#62;
&#60;p&#62;Any help would be most appreciated?&#60;/p&#62;
&#60;p&#62;many thanks all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-72888</link>
			<pubDate>Sat, 25 Aug 2012 23:53:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can generate new thumbnail size. On functions.php, find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;logo&#38;#39;] 		 		= array(&#38;#39;width&#38;#39;=&#38;gt;465, &#38;#39;height&#38;#39;=&#38;gt;220);						// images for dynamic logo/partner element&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Copy and paste it below. Then change &#34;logo&#34; into something else example &#34;new-portfolio-thumb&#34;. Set the width and height. Now go to includes &#38;gt; helper-templates.php and find this code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$slider -&#38;gt; setImageSize(&#38;#39;fullsize&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with our new thumbnail size.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$slider -&#38;gt; setImageSize(&#38;#39;new-portfolio-thumb&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regenerate thumbnails, remove cache and reload the page. See if it works. Suggested width and height is 581x387px respectively.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samtim on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-72844</link>
			<pubDate>Sat, 25 Aug 2012 15:00:49 +0000</pubDate>
			<dc:creator>samtim</dc:creator>
			<guid isPermaLink="false">72844@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tried doing that. What i've also noticed is when the Ajax portfolio initially loads the column thumbnails, the images go slightly blurry too. This is the case with the Ajax large portfolio images too.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-72801</link>
			<pubDate>Sat, 25 Aug 2012 04:23:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72801@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The AJAX portfolio is using this thumbnail on functions.php&#60;/p&#62;
&#60;p&#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;/p&#62;
&#60;p&#62;You might want to change the width and height then regenerate thumbnails. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samtim on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-72755</link>
			<pubDate>Fri, 24 Aug 2012 19:45:31 +0000</pubDate>
			<dc:creator>samtim</dc:creator>
			<guid isPermaLink="false">72755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;it's still on my local machine at the moment. Is there a way I can get something to you? Or provide you with any more information?&#60;/p&#62;
&#60;p&#62;Thanks Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-72749</link>
			<pubDate>Fri, 24 Aug 2012 19:38:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll need to take a look at your site live. Its probably a slight difference in the ratio of the image size which is cause the theme to stretch the image just slightly in a unexpected direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samtim on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-72746</link>
			<pubDate>Fri, 24 Aug 2012 19:29:12 +0000</pubDate>
			<dc:creator>samtim</dc:creator>
			<guid isPermaLink="false">72746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin &#60;/p&#62;
&#60;p&#62;Thanks for the response. Basically, i've noticed a deterioration in image quality (blurry) with the Ajax portfolio. On closer inspection, it looks like my Ajax portfolio is slightly wider than the single page portfolio where the image is pin sharp. I've run the WP Thumb Regeneration with no success. &#60;/p&#62;
&#60;p&#62;Do you know what could be causing the slight difference in size?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-72742</link>
			<pubDate>Fri, 24 Aug 2012 19:21:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi samtim,&#60;/p&#62;
&#60;p&#62;Do you want to change the amount of space the slideshow takes up in the Ajax portfolio (same page portfolio) or on the single page portfolio?&#60;/p&#62;
&#60;p&#62;What do you want to happen to the other column for the portfolio content (meta data and text in the visual editor)?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samtim on "Portfolio Size"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-size#post-72738</link>
			<pubDate>Fri, 24 Aug 2012 19:07:02 +0000</pubDate>
			<dc:creator>samtim</dc:creator>
			<guid isPermaLink="false">72738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all&#60;/p&#62;
&#60;p&#62;Could someone please tell me how to change the size of the portfolio slideshow container?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
