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

		<item>
			<title>Ismael on "Portfolio items are suddenly not displaying."</title>
			<link>http://www.kriesi.at/support/topic/portfolio-items-are-suddenly-not-displaying#post-107305</link>
			<pubDate>Thu, 25 Apr 2013 23:06:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">107305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to regenerate the thumbnails.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sweetfizz on "Portfolio items are suddenly not displaying."</title>
			<link>http://www.kriesi.at/support/topic/portfolio-items-are-suddenly-not-displaying#post-107264</link>
			<pubDate>Thu, 25 Apr 2013 17:31:16 +0000</pubDate>
			<dc:creator>sweetfizz</dc:creator>
			<guid isPermaLink="false">107264@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;For some reason the portfolio images are not displaying anymore and I can't figure out what is going on.&#60;/p&#62;
&#60;p&#62;Please help&#60;/p&#62;
&#60;p&#62;THANKS&#60;br /&#62;
&#60;a href=&#34;http://www.sweetfizz.com&#34; rel=&#34;nofollow&#34;&#62;http://www.sweetfizz.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "i want to hide the &#34;all categories&#34;"</title>
			<link>http://www.kriesi.at/support/topic/i-want-to-hide-the-all-categories#post-93091</link>
			<pubDate>Wed, 23 Jan 2013 21:57:57 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">93091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Sorry but this fueature is currently neiter supported nor planned. Might change in the future if it gets requested very often but chances are rather slim... &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Eunoia Portfolio Single Headline Bug"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-portfolio-single-headline-bug#post-87458</link>
			<pubDate>Mon, 10 Dec 2012 18:31:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>doa on "Eunoia Portfolio Single Headline Bug"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-portfolio-single-headline-bug#post-87441</link>
			<pubDate>Mon, 10 Dec 2012 18:11:13 +0000</pubDate>
			<dc:creator>doa</dc:creator>
			<guid isPermaLink="false">87441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot for the fast response ; )&#60;/p&#62;
&#60;p&#62;Problem solved....&#60;/p&#62;
&#60;p&#62;best regards,&#60;/p&#62;
&#60;p&#62;Marcus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Eunoia Portfolio Single Headline Bug"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-portfolio-single-headline-bug#post-87420</link>
			<pubDate>Mon, 10 Dec 2012 17:38:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Marcus,&#60;/p&#62;
&#60;p&#62;That is the intended. behavior but you can change it by 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;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
.responsive .stretch_full.title_container h1{font-size: 30px; }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In your example, one is hero text and the other is page title so they are different classes with different rules. This css however will let you change the size to your liking.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>doa on "Eunoia Portfolio Single Headline Bug"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-portfolio-single-headline-bug#post-87414</link>
			<pubDate>Mon, 10 Dec 2012 17:22:43 +0000</pubDate>
			<dc:creator>doa</dc:creator>
			<guid isPermaLink="false">87414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;i just noticed a little bug in the portfolio-single-Template:&#60;/p&#62;
&#60;p&#62;While on every other occasion  the font size of the Headline scales correct in responsive mode, the Headline of the portfolio-Single-template stays in the same size. Which is a big problem when it comes to long words.&#60;/p&#62;
&#60;p&#62;How can i manage to get the single-portfolio-headline to react responsive?&#60;/p&#62;
&#60;p&#62;here are two screenshots to illustrate the problem of the different Headline-Sizes:&#60;/p&#62;
&#60;p&#62;Right Headline Size:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i54.photobucket.com/albums/g86/d-baser/Good.png&#34; rel=&#34;nofollow&#34;&#62;http://i54.photobucket.com/albums/g86/d-baser/Good.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Wrong Headline Size:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i54.photobucket.com/albums/g86/d-baser/Bad.png&#34; rel=&#34;nofollow&#34;&#62;http://i54.photobucket.com/albums/g86/d-baser/Bad.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help...&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Marcus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "i want to hide the &#34;all categories&#34;"</title>
			<link>http://www.kriesi.at/support/topic/i-want-to-hide-the-all-categories#post-86449</link>
			<pubDate>Tue, 04 Dec 2012 15:24:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; The portfolio does not support such a feature at the moment (it's not possible to &#34;filter/sort&#34; the portfolio without user interaction). I'll tag this thread for Kriesi (feature request). &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jdsantacruz on "i want to hide the &#34;all categories&#34;"</title>
			<link>http://www.kriesi.at/support/topic/i-want-to-hide-the-all-categories#post-86377</link>
			<pubDate>Mon, 03 Dec 2012 21:21:49 +0000</pubDate>
			<dc:creator>jdsantacruz</dc:creator>
			<guid isPermaLink="false">86377@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.tinto.cl/noviembre/portafolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.tinto.cl/noviembre/portafolio/&#60;/a&#62; that`s the URL &#60;/p&#62;
&#60;p&#62;the button disappear, but you can still see all the item post there... i don't want that, i would like to show the first categorie &#34;Clientes&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "i want to hide the &#34;all categories&#34;"</title>
			<link>http://www.kriesi.at/support/topic/i-want-to-hide-the-all-categories#post-86048</link>
			<pubDate>Fri, 30 Nov 2012 19:18:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">86048@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please provide a url to the page the portfolio is located on. &#60;/p&#62;
&#60;p&#62;But you can try this code to your custom.css file.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.all_sort_button.active_sort {
display:none;
}
.text-sep {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jdsantacruz on "i want to hide the &#34;all categories&#34;"</title>
			<link>http://www.kriesi.at/support/topic/i-want-to-hide-the-all-categories#post-85865</link>
			<pubDate>Thu, 29 Nov 2012 14:48:05 +0000</pubDate>
			<dc:creator>jdsantacruz</dc:creator>
			<guid isPermaLink="false">85865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've already tried that, the result is that the &#34;all&#34; button disappear, but you can still see all the item post there...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "i want to hide the &#34;all categories&#34;"</title>
			<link>http://www.kriesi.at/support/topic/i-want-to-hide-the-all-categories#post-85828</link>
			<pubDate>Thu, 29 Nov 2012 07:45:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Open up angular\includes\loop-portfolio.php and delete following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;a href=&#38;#39;#&#38;#39; data-filter=&#38;#39;all_sort&#38;#39; class=&#38;#39;all_sort_button active_sort&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;All&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jdsantacruz on "i want to hide the &#34;all categories&#34;"</title>
			<link>http://www.kriesi.at/support/topic/i-want-to-hide-the-all-categories#post-85752</link>
			<pubDate>Wed, 28 Nov 2012 20:25:49 +0000</pubDate>
			<dc:creator>jdsantacruz</dc:creator>
			<guid isPermaLink="false">85752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, i want to hide the &#34;all&#34; button right beside the others categories (portfolio page) &#60;/p&#62;
&#60;p&#62;example: all - categorie1 - categorie2 - categorie 3 (NO)&#60;br /&#62;
example: categorie1 - categorie2 - categorie 3 (YES)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "wrong thumbnail size for greyscale Portfolio mouseover images"</title>
			<link>http://www.kriesi.at/support/topic/wrong-thumbnail-size-for-greyscale-portfolio-mouseover-images#post-76118</link>
			<pubDate>Sun, 16 Sep 2012 17:50:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76118@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad it is fixed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jarufi on "wrong thumbnail size for greyscale Portfolio mouseover images"</title>
			<link>http://www.kriesi.at/support/topic/wrong-thumbnail-size-for-greyscale-portfolio-mouseover-images#post-76025</link>
			<pubDate>Sat, 15 Sep 2012 10:15:50 +0000</pubDate>
			<dc:creator>jarufi</dc:creator>
			<guid isPermaLink="false">76025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, Thank You for your reply, I couldnt answer earlier. I tracked the problem down already. The problem was the php-memory limit from my provider (1&#38;amp;1). All problems I had (wrong b/w thumbnail size generation error messages etc.) was caused by that problem. After changing to another provider everything works fine. Mouseover b/w just how it should be. &#60;a href=&#34;http://www.janruben.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.janruben.de/&#60;/a&#62; Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "wrong thumbnail size for greyscale Portfolio mouseover images"</title>
			<link>http://www.kriesi.at/support/topic/wrong-thumbnail-size-for-greyscale-portfolio-mouseover-images#post-75372</link>
			<pubDate>Tue, 11 Sep 2012 07:27:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jarufi,&#60;/p&#62;
&#60;p&#62;I'll try to help you with this problem. Can you try to post a link to your site so we can see the entire picture of your site as you have mentioned in your post.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jarufi on "wrong thumbnail size for greyscale Portfolio mouseover images"</title>
			<link>http://www.kriesi.at/support/topic/wrong-thumbnail-size-for-greyscale-portfolio-mouseover-images#post-75075</link>
			<pubDate>Sun, 09 Sep 2012 16:43:43 +0000</pubDate>
			<dc:creator>jarufi</dc:creator>
			<guid isPermaLink="false">75075@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry couldn't find the exact same problem in the forum: my greyscale preview images show 1:1 and are cropped. Tried to edit $avia_config['imgSize']['portfolio'] in functions with various settings. nothing worked properly. Another problem is I have different aspect ratios of Portfolio images. Is it possible that greyscale = color + each element has the set 465 px + 346 px enforced? the showcase examples all have it, my site portfolio thumbs is just jumping in height like crazy. (tried crop true, crop false, no crop) nothing worked. tried thumbnail generator plugin, mentioned in another post, just threw a bunch of exceptions.... what can I do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio -&#62; How to set up a link to single project pages on images"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-how-to-set-up-a-link-to-single-project-pages-on-images#post-62152</link>
			<pubDate>Tue, 26 Jun 2012 04:12:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">62152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think you can find it in: wp-content\themes\coalition\includes\helper-slideshow.php. Find this code:&#60;br /&#62;
&#60;code&#62;$image = avia_get_link($slide, &#38;#39;slideshow_&#38;#39;, $image_string, $this-&#38;gt;post_id);&#60;/code&#62;&#60;br /&#62;
in line 238. I think that line of code is responsible for generating the link. Hope you find this helpful. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Comments and sharing buttons on portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/comments-and-sharing-buttons-on-portfolio-items#post-61712</link>
			<pubDate>Fri, 22 Jun 2012 16:27:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi blondeheron,&#60;/p&#62;
&#60;p&#62;You may need to add the php call for that plugin into the ajax portfolio function. To do this, open up the functions.php file located in your theme files. 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;br /&#62;
This is the function for creating the ajax portfolio slide. You'll want to place the plugins code for inserting the social icons right after:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  &#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So right after line 55 but still inside the entry content div.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blondeheron on "Comments and sharing buttons on portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/comments-and-sharing-buttons-on-portfolio-items#post-61707</link>
			<pubDate>Fri, 22 Jun 2012 16:09:10 +0000</pubDate>
			<dc:creator>blondeheron</dc:creator>
			<guid isPermaLink="false">61707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your response but that is not exactly my problem.&#60;/p&#62;
&#60;p&#62;I want to show comments and sharing buttons from this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/addthis/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/addthis/&#60;/a&#62; for every single portfolio custom post type in the &#34;ajax porftolio&#34; (option selected in theme settings) view.&#60;/p&#62;
&#60;p&#62;The view is this: &#60;a href=&#34;http://www.kriesi.at/themes/coherence/template-files/portfolio-4-columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/coherence/template-files/portfolio-4-columns/&#60;/a&#62;, where every single porfolio item is viewed by clicking on its featured image oin the grid.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Chrome Homepage Portfolio Bug"</title>
			<link>http://www.kriesi.at/support/topic/chrome-homepage-portfolio-bug#post-61431</link>
			<pubDate>Thu, 21 Jun 2012 15:03:32 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61431@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Wasnt able to reproduce the error with the current version of chrome. Which version are you running, and which OS are you using? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Comments and sharing buttons on portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/comments-and-sharing-buttons-on-portfolio-items#post-61341</link>
			<pubDate>Thu, 21 Jun 2012 08:19:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">61341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You mean you want a social media plugin on your portfolio? You can use plugins such as &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-fb-like/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-fb-like/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baines on "Portfolio -&#62; How to set up a link to single project pages on images"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-how-to-set-up-a-link-to-single-project-pages-on-images#post-61238</link>
			<pubDate>Wed, 20 Jun 2012 20:28:54 +0000</pubDate>
			<dc:creator>baines</dc:creator>
			<guid isPermaLink="false">61238@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd love to learn how too
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blondeheron on "Comments and sharing buttons on portfolio items"</title>
			<link>http://www.kriesi.at/support/topic/comments-and-sharing-buttons-on-portfolio-items#post-61206</link>
			<pubDate>Wed, 20 Jun 2012 18:38:00 +0000</pubDate>
			<dc:creator>blondeheron</dc:creator>
			<guid isPermaLink="false">61206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to enable comments and sharing buttons (via addthis) on my portfolio items.&#60;br /&#62;
I'm using the &#34;ajax portfolio&#34; mode.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Chrome Homepage Portfolio Bug"</title>
			<link>http://www.kriesi.at/support/topic/chrome-homepage-portfolio-bug#post-56593</link>
			<pubDate>Fri, 18 May 2012 16:57:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">56593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey downv,&#60;/p&#62;
&#60;p&#62;Thanks for the recording! I'll forward this to Kriesi to have him take a look if anything can be done. I'm not sure if the re-sort sometimes can be fixed or not but I'm sure he will :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>downv on "Chrome Homepage Portfolio Bug"</title>
			<link>http://www.kriesi.at/support/topic/chrome-homepage-portfolio-bug#post-56031</link>
			<pubDate>Mon, 14 May 2012 17:28:27 +0000</pubDate>
			<dc:creator>downv</dc:creator>
			<guid isPermaLink="false">56031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I've noticed a bug on the hompage's portfolio after load.&#60;/p&#62;
&#60;p&#62;I've recoreder a short preview of the bug.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.screenr.com/KwK8&#34; rel=&#34;nofollow&#34;&#62;http://www.screenr.com/KwK8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio -&#62; How to set up a link to single project pages on images"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-how-to-set-up-a-link-to-single-project-pages-on-images#post-53795</link>
			<pubDate>Sat, 28 Apr 2012 07:26:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Did you solve the issue? I'm asking because the status is set to resolved. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HenriSelbmann on "Portfolio -&#62; How to set up a link to single project pages on images"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-how-to-set-up-a-link-to-single-project-pages-on-images#post-53480</link>
			<pubDate>Thu, 26 Apr 2012 09:56:25 +0000</pubDate>
			<dc:creator>HenriSelbmann</dc:creator>
			<guid isPermaLink="false">53480@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Portfolio-Images are linked to lightbox or to none. The &#38;lt;h1&#38;gt; below the images lead to the single project by click. Now I want to modify the li image li so that they also lead to the single project page like the &#38;lt;h1&#38;gt; below. In which file can the markup be found? It's not in the template-portfolio.php or loop-portfolio.php ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio single featured image"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-featured-image#post-46806</link>
			<pubDate>Sun, 18 Mar 2012 07:03:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change the slideshow/image dimensions in functions.php (I'd only adjust the height value). Afterwards regenerate the thumbnails with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Eg if you want to use a fixed height of 300px change following line:&#60;br /&#62;
&#60;pre&#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;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#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;300, &#38;#39;crop&#38;#39;=&#38;gt;true);		// big images for lightbox and portfolio single entries&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>spiritol on "Portfolio single featured image"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-featured-image#post-46315</link>
			<pubDate>Wed, 14 Mar 2012 21:07:01 +0000</pubDate>
			<dc:creator>spiritol</dc:creator>
			<guid isPermaLink="false">46315@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm also looking for a solution to reduce the size of the image into the portfolio item page...&#60;br /&#62;
Thanks for replying or sharing
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
