<?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 width</title>
		<link>http://www.kriesi.at/support/topic/portfolio-width</link>
		<description>Support Forum - Topic: Portfolio width</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 18:40:54 +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-width" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Portfolio width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-width#post-72492</link>
			<pubDate>Thu, 23 Aug 2012 12:32:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi beber666,&#60;/p&#62;
&#60;p&#62;One question at a time :)&#60;/p&#62;
&#60;p&#62;If you are talking about the column size for the code we just changed, its the class names for those two divs. So one_third and two_thirds in the code above. It works in a fraction grid system so changing it and keeping it within the theme constraints you would change those class names for each div.&#60;/p&#62;
&#60;p&#62;To get rid of the portfolio background, 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;.main_color .portfolio-sort-container .inner-entry{
background: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The easiest way to keep the images in an exact size would be to make them the size of the 4 column thumbs which is 232pxx172px.&#60;/p&#62;
&#60;p&#62;Hope that answers your questions, I'll mark this one as resolved since the main topic has been answered. If you have any others, please make a new topic to keep things organized and ensure we don't miss the questions :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beber666 on "Portfolio width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-width#post-72139</link>
			<pubDate>Tue, 21 Aug 2012 18:10:09 +0000</pubDate>
			<dc:creator>beber666</dc:creator>
			<guid isPermaLink="false">72139@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On another question:&#60;/p&#62;
&#60;p&#62;Is there a way to disable the auto format function when I upload a picture on the portfolio section ?&#60;/p&#62;
&#60;p&#62;Actually, all my pictures are deformed, specially in the thumbnails view, and I would like to disable this function...&#60;/p&#62;
&#60;p&#62;Exemple: the first picture on this page&#60;br /&#62;
&#60;a href=&#34;http://websolutis.com/mv2/?page_id=707&#34; rel=&#34;nofollow&#34;&#62;http://websolutis.com/mv2/?page_id=707&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beber666 on "Portfolio width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-width#post-72135</link>
			<pubDate>Tue, 21 Aug 2012 17:54:36 +0000</pubDate>
			<dc:creator>beber666</dc:creator>
			<guid isPermaLink="false">72135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Another question:&#60;/p&#62;
&#60;p&#62;Any way to delete the background of thumbnails in portfolio section ?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beber666 on "Portfolio width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-width#post-72077</link>
			<pubDate>Tue, 21 Aug 2012 12:44:06 +0000</pubDate>
			<dc:creator>beber666</dc:creator>
			<guid isPermaLink="false">72077@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks you very much for your help.&#60;/p&#62;
&#60;p&#62;It's working great.&#60;/p&#62;
&#60;p&#62;Another question: Where do I need to go to change the width of the columns ?&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-width#post-71580</link>
			<pubDate>Fri, 17 Aug 2012 16:36:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi beber666,&#60;/p&#62;
&#60;p&#62;First, remove the css you've added so far as you'll be changing the way the ajax portfolio is generated.&#60;/p&#62;
&#60;p&#62;Open up functions-choices.php in your theme files and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;flex_column two_third first&#38;#39;&#38;gt;&#38;quot;;
				echo $data-&#38;gt;slider;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-entry one_third&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;flex_column one_third first&#38;#39;&#38;gt;&#38;quot;;
				echo $data-&#38;gt;slider;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-entry two_third&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will switch the size of the containers for the text and image. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beber666 on "Portfolio width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-width#post-71372</link>
			<pubDate>Thu, 16 Aug 2012 13:35:44 +0000</pubDate>
			<dc:creator>beber666</dc:creator>
			<guid isPermaLink="false">71372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Thanks for this great theme !&#60;/p&#62;
&#60;p&#62;After many searches on your forum, I haven't found a solution for my problem.&#60;/p&#62;
&#60;p&#62;I would like to reduce de width of the Ajax portfolio.&#60;br /&#62;
In fact, she I click on a thubnail, I would like to reduce the width of the visual to let more space for the text.&#60;br /&#62;
I have find a way to reduce the size of the image, but not for the container&#60;br /&#62;
I've added to custom.css the following entries:&#60;/p&#62;
&#60;p&#62;#top.page-id-707 .slideshow li img {&#60;br /&#62;
width: 200px;&#60;br /&#62;
height: 162px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-707 .slideshow li {&#60;br /&#62;
width: 200px;&#60;br /&#62;
height: 162px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-707 .slideshow {&#60;br /&#62;
width: 200px;&#60;br /&#62;
height: 162px!important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;So, the image is smaller, but the container doesn't fit the image.&#60;br /&#62;
Could you please tell me how to reduce the image block and enlarge the text part ?&#60;/p&#62;
&#60;p&#62;Here is the link:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://websolutis.com/mv2/?page_id=707&#34; rel=&#34;nofollow&#34;&#62;http://websolutis.com/mv2/?page_id=707&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks !
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
