<?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 - Tag: box - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/box</link>
		<description>Support Forum - Tag: box - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 23:48:57 +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/tags/box" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-112223</link>
			<pubDate>Sun, 19 May 2013 15:17:38 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">112223@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Actually add this to end of your functions.php file &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;widget_title&#38;#39;, &#38;#39;my_change_title&#38;#39;);

function my_change_title($title=&#38;#39;&#38;#39;) {
$ttitle = &#38;quot;&#38;lt;div style=\&#38;quot;padding-bottom:10px\&#38;quot; class=\&#38;quot;av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last \&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;span class=\&#38;quot;widget-title\&#38;quot;&#38;gt;$title&#38;lt;/span&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;div class=\&#38;quot;special-heading-border\&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;div class=\&#38;quot;special-heading-inner-border\&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
return $ttitle;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-112057</link>
			<pubDate>Fri, 17 May 2013 20:42:28 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant Nick... Ill give it a go. &#60;/p&#62;
&#60;p&#62;Big Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111965</link>
			<pubDate>Fri, 17 May 2013 16:17:42 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;That is an advanced layout editor component called Special Heading  using the default style. &#60;a href=&#34;http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&#38;amp;f=.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is how it looks when you view source.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;padding-bottom:10px&#38;quot; class=&#38;quot;av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last &#38;quot;&#38;gt;
	&#38;lt;h1&#38;gt;Hello&#38;lt;/h1&#38;gt;
	&#38;lt;div class=&#38;quot;special-heading-border&#38;quot;&#38;gt;
		&#38;lt;div class=&#38;quot;special-heading-inner-border&#38;quot;&#38;gt;
		&#38;lt;/div&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So copy that block, open up footer.php and put it where you want. Just change the Hello part to whatever you need it to say.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111629</link>
			<pubDate>Thu, 16 May 2013 11:24:15 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for getting back to me but what im after is a replica of what you use for a shortcode where the line extends to the right of the headline text. &#60;/p&#62;
&#60;p&#62;On the enfold demo site theres an example pages drop down and one of these is called ABOUT US. If you look, theres a heading called WELCOME AT OUR AGENCY and the type of line im referring to is there (next to it, flowing across to width of the column)&#60;/p&#62;
&#60;p&#62;How can I do this in the FOOTER WIDGET headings?&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111521</link>
			<pubDate>Thu, 16 May 2013 00:38:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widgettitle {
border-bottom: 1px dotted white;
padding-bottom: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It will create a dotted line below the widget title. For more border styles, please refer to this link&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com/css/css_border.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/css_border.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111413</link>
			<pubDate>Wed, 15 May 2013 16:16:05 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;The first bit is great although I think you may have not quite understood my question about the footer. I dont want a line to span across all three widgets as I realise that would require alot of work. What im after is to add a bit of decoration by applying a middle horizontal line after a widget title that 'only' spans the width of the individual widget. Therefore the end result would be WIDGET 1 TITLE followed by a decorative line....[Column GAP]....WIDGET 2 TITLE followed by a decorative line....[Column GAP]....WIDGET 3 TITLE followed by a decorative line.&#60;/p&#62;
&#60;p&#62;I want it to behave the same as the shortcodes you supply but obviously I appreciate this would be CSS code instead.&#60;/p&#62;
&#60;p&#62;Can you help?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111382</link>
			<pubDate>Wed, 15 May 2013 13:47:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andy&#60;/p&#62;
&#60;p&#62;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;#top .grid-entry .inner-entry {
background: #333;
box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2); /*border on portfolio items*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .grid-entry-title {
background-color: #333; /*bg of title for portfolio item*/
color: #fff; /*color of title text*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The footer issue is most likely not possible without quite a bit of tweaking. Since each footer section doesn't actually touch the one next to it, you would need to re-do that grid section to allow a line to extend past the edge of the actual widget.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111106</link>
			<pubDate>Tue, 14 May 2013 12:08:53 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;PORTFOLIO&#60;br /&#62;
Ive been trying everything but I cant seem to adjust the grid text font colors and the box background colours. Its inheriting the parameters from the Enfold Styling but I need to change it as its on a different background. &#60;/p&#62;
&#60;p&#62;As a test could it be totally be removed (thus leaving only a grid of images) and the descriptor text placed on a rollover in grid box itself (over the corresponding image)?&#60;/p&#62;
&#60;p&#62;In the Portfolio itself, where is the grid box rollover 'curved arrow' kept and can I change this for my own graphic?&#60;/p&#62;
&#60;p&#62;FOOTER&#60;br /&#62;
Id like to put a decorative line (as used on the other codes for things like a portfolio grid etc) next to each Footer Widget. I have x3 widgets in the footer and each has a title. Id like a single line to extend to the right to fill the space to the right for the entire column width&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "BBPress 2.3 Upgrade Alignment Issue"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-23-upgrade-alignment-issue#post-106013</link>
			<pubDate>Thu, 18 Apr 2013 07:00:19 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">106013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Your website looks alright websitesbeyond, but the logo doesn't fit the vibe of the skin. You might as well take Kriesi's logo color scheme too since that pink and purple somehow feel rough on the eyes. Nice job with making it responsive.&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebsitesBeyond on "BBPress 2.3 Upgrade Alignment Issue"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-23-upgrade-alignment-issue#post-105813</link>
			<pubDate>Tue, 16 Apr 2013 23:27:49 +0000</pubDate>
			<dc:creator>WebsitesBeyond</dc:creator>
			<guid isPermaLink="false">105813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I have reviewed your page and ran into the same issue. If you are looking to align the search box with the search button, insert the following code into the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;input-text, input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;input&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], textarea, select {
    display: inline-block;
 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have successfully completed this here: &#60;a href=&#34;http://websitesbeyond.com/support&#34; rel=&#34;nofollow&#34;&#62;http://websitesbeyond.com/support&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "BBPress 2.3 Upgrade Alignment Issue"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-23-upgrade-alignment-issue#post-105585</link>
			<pubDate>Mon, 15 Apr 2013 06:21:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please insert following code into the quick css field:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;form.bbp-login-form, form#bbp-search-form{
float: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "BBPress 2.3 Upgrade Alignment Issue"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-23-upgrade-alignment-issue#post-105575</link>
			<pubDate>Mon, 15 Apr 2013 05:02:31 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just upgraded to the BBPress 2.3 version. The built in search bar/button and login fields are aligned improperly. How could I get everything aligned to the right? Code help please...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://goo.gl/zO9qy&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/zO9qy&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-95320</link>
			<pubDate>Tue, 05 Feb 2013 17:39:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95320@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Oh, I didn't know you wanted that look. Most people demand that everything is lined up and symmetrical. Personally I prefer the pinterest look like you have.&#60;/p&#62;
&#60;p&#62;Glad that you found what you were looking for, and I do recommend you check out that Developer Tools extension for the Google browser, it will make your day!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-95316</link>
			<pubDate>Tue, 05 Feb 2013 17:20:04 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">95316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found exactly what I want: &#60;a href=&#34;http://d.pr/i/dYDH/3bQ5ejy3&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/dYDH/3bQ5ejy3&#60;/a&#62;&#60;br /&#62;
The height displayed here is great and all I need...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-95314</link>
			<pubDate>Tue, 05 Feb 2013 17:17:36 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">95314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;I still can't find the result I was expecting; I got the image aligned to the top of the thumb's container, but I still don't see the container increasing its size. This is the height I would like to see for all portfolio items (in red box): &#60;a href=&#34;http://d.pr/i/tRZh/5CvRXkGS&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/tRZh/5CvRXkGS&#60;/a&#62;&#60;br /&#62;
How can I increase the image height only on the 3-column portfolio page?&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-95282</link>
			<pubDate>Tue, 05 Feb 2013 15:07:03 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;I replied to your email about the url.&#60;br /&#62;
&#38;lt;edit&#38;gt;&#60;br /&#62;
I found the url.  Your images are stil all of differnt heights, so the shorter ones look different then the taller. &#60;/p&#62;
&#60;p&#62;You can use this to pull images up, but they are all different height so its up to you how much you want to add there, right now this attribute is not in the code so you can try between  0px to -120px&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow li img {
top: -60px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This controls the row height.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-wrap .inner-entry {
min-height: 110px; /* current value */
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Your best bet is to install Google Developer Tools and to use them to tweak the values and then copy straight from there and just add to your custom.css ., its quite easy just time consuming.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-95053</link>
			<pubDate>Mon, 04 Feb 2013 16:41:08 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">95053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok,&#60;/p&#62;
&#60;p&#62;the fix to not crop the thumbs was easier than I thought.&#60;/p&#62;
&#60;p&#62;Just replaced this code on line 32 inside loop-portfolio.php:&#60;br /&#62;
&#60;code&#62;case &#38;quot;3&#38;quot;: $grid = &#38;#39;one_third&#38;#39;;  $image_size = &#38;#39;fullsize&#38;#39;; break;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now, I just need to increase the height of the thumb area to something like the red box here: &#60;a href=&#34;http://d.pr/i/jC0t/2aeZQeBe&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/jC0t/2aeZQeBe&#60;/a&#62;&#60;br /&#62;
What CSS code controls the height there?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-94851</link>
			<pubDate>Sun, 03 Feb 2013 19:52:42 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94851@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;So what you would need to do is replace lines 69-70 of functions.php which look like&#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;495, &#38;#39;height&#38;#39;=&#38;gt;400 ,&#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;);	// images for portfolio entries (2,3 column)
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio_small&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;241, &#38;#39;height&#38;#39;=&#38;gt;179 ,&#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;);	// images for portfolio 4 columns&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and have them look like&#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;241, &#38;#39;height&#38;#39;=&#38;gt;179 ,&#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;); // images for portfolio entries (2,3 column)
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio_small&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;241, &#38;#39;height&#38;#39;=&#38;gt;179 ,&#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;);	// images for portfolio 4 columns&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just remember that this by itself will not do anything, you will need to regenerate or re-upload the images.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-94433</link>
			<pubDate>Fri, 01 Feb 2013 01:08:53 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94433@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
You added css after the fix i gave you which made my css invalid because of the cascade rules. But your images get cropped anyhow during the upload:&#60;/p&#62;
&#60;p&#62;&#38;lt;removed&#38;gt; ... the edges are cut off, which means you are uploading the images in different aspect ratio then 495x400 &#60;/p&#62;
&#60;p&#62;What width/height are those images before you upload them?&#60;/p&#62;
&#60;p&#62;Does every image have the same width/height as every other image on that page before you upload them?&#60;/p&#62;
&#60;p&#62;*Always upload images that are proportionally larger than the size they will shrink to (495x400) &#60;/p&#62;
&#60;p&#62;3-4 column portfolio thumbs have a constraint of 495x400 (defined in functions.php on line 69). So that means you need to either:&#60;br /&#62;
 (a) change the width and height on line 69 so that it proportionally matches the height and width of your images before you upload them [all images must have the same width and height, so if image1 is 600w-400h that is the size all images need to be]  or&#60;br /&#62;
(b) change the aspect ratio of images you are uploading to be proportional to 495x400.&#60;/p&#62;
&#60;p&#62;The way to do it is to take the width of your image before you upload it, and put it in a formula:&#60;/p&#62;
&#60;p&#62;---important formula---&#60;/p&#62;
&#60;p&#62;(400 * width of your images before upload) / 495 = (height your image must be so it's proportional)&#60;/p&#62;
&#60;p&#62;If all your images have (for example) 992 width and 723 height before you upload them, you will need to see if that aspect ratio is proportional to 495x400 using the formula above. So take the width of your image (lets say 992) and plug it into the formula&#60;/p&#62;
&#60;p&#62;(400*992)/495 = height&#60;br /&#62;
height = 802&#60;br /&#62;
so 495x400 is proportional to 992x802, while your image is 992x723. This wont work since 723 is smaller than 802 and its easier to cut then to add 79 pixels of height to 723 to make it proportional.&#60;/p&#62;
&#60;p&#62;So now we see what is proportional to 495x400 if we keep the height. we use the same formula&#60;/p&#62;
&#60;p&#62;(400*proportional width)/495 = 723&#60;/p&#62;
&#60;p&#62;proportional width = ( 723 * 495 ) / 400&#60;/p&#62;
&#60;p&#62;proportional width = 895&#60;/p&#62;
&#60;p&#62;The size of the initial image is 992 width x 723 height, so all you need to do is crop 992 down to 895 using graphic software while not touching the height until you are uploading 895x723 which will perfectly scale down  to 495x400 without any cropping. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-94251</link>
			<pubDate>Thu, 31 Jan 2013 05:26:56 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">94251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick,&#60;/p&#62;
&#60;p&#62;That fixed my first issue, but I'm still struggling with the portfolio items being cut.&#60;br /&#62;
Please check this 3-column portfolio thumb: &#60;a href=&#34;http://d.pr/i/GhlR/1CI0wN3B&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/GhlR/1CI0wN3B&#60;/a&#62; and compare the same with the 4-column layout: &#60;a href=&#34;http://d.pr/i/CkXI/5K0SDIPC&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/CkXI/5K0SDIPC&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to reproduce the same effect as it is in the 4-column layout: it resizes the image to the top + sides and then cut the bottom if the proportion doesn't fit. This is how I would like to have it.&#60;/p&#62;
&#60;p&#62;Any thoughts on this?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-94198</link>
			<pubDate>Wed, 30 Jan 2013 18:52:55 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try adding this to custom.css , at the end of the file; or end of  Quick CSS located in Choices &#38;gt; Theme Options &#38;gt; Styless .. text area on bottom of the page: .. The 47 is the height you don't like so try something closer to 0. The -5 is the tight distance between the two texts residing between the 2 lines of text on the same area.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .inner-entry .portfolio_excerpt {
margin-top: -5px;
min-height: 10px; /*was 47px*/
}
#top .slideshow li img {
top: -20px; /*pulls image out of its sleeve*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-94100</link>
			<pubDate>Wed, 30 Jan 2013 06:54:34 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">94100@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Sorry, the URL is here: &#60;a href=&#34;http://d.pr/821u/3vxiHzgj&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/821u/3vxiHzgj&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-94052</link>
			<pubDate>Wed, 30 Jan 2013 02:00:56 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I see a bad url &#60;a href=&#34;http://www.clipular.com/c?1760808=F9OpQcsNWxY_XeVu5Jq_jmuERxM&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?1760808=F9OpQcsNWxY_XeVu5Jq_jmuERxM&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please provide a url to your live website. We will need to see the code in order to help you. You can use &#60;a href=&#34;http://www.goo.gl&#34; rel=&#34;nofollow&#34;&#62;http://www.goo.gl&#60;/a&#62; to hide the url&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-93899</link>
			<pubDate>Tue, 29 Jan 2013 08:59:51 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">93899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Please look into the website with 3-column &#60;a href=&#34;http://d.pr/ZQz6/3PywXRoN&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/ZQz6/3PywXRoN&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-93874</link>
			<pubDate>Tue, 29 Jan 2013 05:57:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sitesme,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? so we can check the issue further,&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-93770</link>
			<pubDate>Mon, 28 Jan 2013 17:55:00 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">93770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Regarding issue number 1: Still need help on: How can decrease the height here? &#60;a href=&#34;http://d.pr/i/fT1B/3Bi66ZGN&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/fT1B/3Bi66ZGN&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regarding issue number 2: I think I figured out that title is showing below the thumbnail. It appears the problem is with the size of the thumbnail: it cuts the bottom part of it. Therefore, I would like to know how can I increase the thumb height in the 3-column portfolio? I have the 4-column working perfectly.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-93768</link>
			<pubDate>Mon, 28 Jan 2013 17:38:03 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">93768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A second question please:&#60;/p&#62;
&#60;p&#62;In the 3-column portfolio I see the grey section (where the title and excerpt goes) is on top of the thumbnail (portfolio item).&#60;br /&#62;
Is there a way have the title and excerpt with the grey section BELOW the thumbnail so the image can be totally visible by default?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-93749</link>
			<pubDate>Mon, 28 Jan 2013 17:01:16 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">93749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael,&#60;/p&#62;
&#60;p&#62;The issue now is the bottom section below the excerpt, there is too much empty space. How can decrease the height here? &#60;a href=&#34;http://d.pr/i/fT1B/3Bi66ZGN&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/fT1B/3Bi66ZGN&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-93651</link>
			<pubDate>Mon, 28 Jan 2013 01:07:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93651@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please place this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-wrap .inner-entry {
min-height: 246px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the min-height value if needed. Remove browser history / cache then reload page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitesme on "Portfolio Thumb Container (title) height"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-thumb-container-title-height#post-93620</link>
			<pubDate>Sun, 27 Jan 2013 20:48:52 +0000</pubDate>
			<dc:creator>sitesme</dc:creator>
			<guid isPermaLink="false">93620@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I'm trying to have all Portfolio Thumbs grey container with the same height but if the portfolio title is too long, it goes to a second line.&#60;br /&#62;
I'm ok with double line for the text, just want them to have all the same size.&#60;/p&#62;
&#60;p&#62;Check the sshot please: &#60;a href=&#34;http://d.pr/i/B8Vw/4Rmsb4Jn&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/B8Vw/4Rmsb4Jn&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for helping
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
