<?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: Changing size of portfolio image?</title>
		<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image</link>
		<description>Support Forum - Topic: Changing size of portfolio image?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 18:26:27 +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/changing-size-of-portfolio-image" rel="self" type="application/rss+xml" />

		<item>
			<title>clamant75 on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-98347</link>
			<pubDate>Mon, 25 Feb 2013 08:41:35 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">98347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
it seems that none of these answer are working…&#60;br /&#62;
So, what i have found is to modify the percent value in line 278 in grid.css&#60;/p&#62;
&#60;p&#62;div .two_third {overflow: hidden; z-index:1;  margin-left: 4%; width:65.5%; float:left; position:relative; }&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-98110</link>
			<pubDate>Fri, 22 Feb 2013 19:52:22 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please change the code in your custom.css file&#60;/p&#62;
&#60;p&#62;.... I think you are working on the page as well since code keeps changing.&#60;/p&#62;
&#60;p&#62;Please add to your Quick CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #wrap_all .flex_column .slideshow_container {
width: 500px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-98005</link>
			<pubDate>Fri, 22 Feb 2013 09:21:33 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">98005@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just forget to mention that it concern 4 columns portfolio:&#60;br /&#62;
&#60;a href=&#34;http://www.wordpressdemo4.mozaikdesign.fr/portfolio-4-columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.wordpressdemo4.mozaikdesign.fr/portfolio-4-columns/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97987</link>
			<pubDate>Fri, 22 Feb 2013 07:51:48 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">97987@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok thanks, it's almost resolved …&#60;br /&#62;
Cause in fact I don't want to display the portfolio item in a single page…&#60;br /&#62;
What I really like to modify is the size of the big portfolio item when you click on the thumbnail&#60;br /&#62;
(which one that is appearing above the thumbnails, in the inner_slide)&#60;/p&#62;
&#60;p&#62;By the way, one more question, how can I unlink the portfolio title to avoid it opens the portfolio single page?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97908</link>
			<pubDate>Thu, 21 Feb 2013 18:35:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi clamant75&#60;/p&#62;
&#60;p&#62;Sorry for the confusion, I think the other support crew misunderstood.&#60;/p&#62;
&#60;p&#62;The image is actually set to fill up the entire available space for the container. So in this case on the single portfolio page that is eight units of a twelve unit grid (610px wide).&#60;/p&#62;
&#60;p&#62;What you'll need to do is change the grid setup for the image and the image's content to the right. Open up includes&#38;gt;loop-portfolio-single.php from your theme files. Look for these lines:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;eight units alpha min_height_1&#38;quot;&#38;gt;

					&#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); ?&#38;gt;

			&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;quot;four units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change them to this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;seven units alpha min_height_1&#38;quot;&#38;gt;

					&#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); ?&#38;gt;

			&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;quot;five units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This puts the grid at seven and five which puts your image container at 530px wide. If you want it smaller still, you can change it to six and six which puts each container at 450px.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97822</link>
			<pubDate>Thu, 21 Feb 2013 14:12:56 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">97822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I've done it but without success…
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97750</link>
			<pubDate>Thu, 21 Feb 2013 06:41:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try to add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.single-portfolio .slideshow li img {
max-width: 100%;
width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97666</link>
			<pubDate>Wed, 20 Feb 2013 16:18:32 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">97666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I've changed the size also in fonction.php file, reimported images,&#60;br /&#62;
and the problem is still the same…still in 600px&#60;br /&#62;
Are you confirming that I have to modify &#34;fullsize&#34; settings to change size of portfolio big image?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wordpressdemo4.mozaikdesign.fr/portfolio-item/truffes-60-g/&#34; rel=&#34;nofollow&#34;&#62;http://www.wordpressdemo4.mozaikdesign.fr/portfolio-item/truffes-60-g/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97605</link>
			<pubDate>Wed, 20 Feb 2013 06:54:10 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">97605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry but it's not working…&#60;br /&#62;
I've setted in plugin &#34;full-size&#34; on 500x500,&#60;br /&#62;
I've reimported all my images&#60;br /&#62;
and my images still display on 600 x 600…
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97603</link>
			<pubDate>Wed, 20 Feb 2013 06:48:31 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">97603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok thanks…
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97517</link>
			<pubDate>Tue, 19 Feb 2013 21:05:50 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please 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. It will create in your Setttings &#38;gt; Media page all the various sizes used within the theme. The individual portfolio page uses size 'fullsize' just change the height and the width for it, and make sure to check whether you want Wordpress to crop the image if its bigger than the preset.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "Changing size of portfolio image?"</title>
			<link>http://www.kriesi.at/support/topic/changing-size-of-portfolio-image#post-97408</link>
			<pubDate>Tue, 19 Feb 2013 11:59:04 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">97408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm using a 4 col portfolio…&#60;br /&#62;
I succeed to change the portfolio thumbnail size, but not the size of the main portfolio image (on the left of the description and arrows),&#60;br /&#62;
which still remain in 600 x 600 px…&#60;br /&#62;
So, where can I set this please?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
