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

		<item>
			<title>Devin on "Sortable portfolio, hide &#34;all&#34; link"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-hide-all-link#post-108753</link>
			<pubDate>Fri, 03 May 2013 17:22:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry about that but there are limits the amount of customization we can help with unfortunately. Hopefully you can find an alternative within the theme and setup that suits your needs.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Sortable portfolio, hide &#34;all&#34; link"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-hide-all-link#post-108651</link>
			<pubDate>Fri, 03 May 2013 09:59:50 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">108651@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok thank you. I will have to remove this big portfolio... But I bought this theme for this feature :(&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sortable portfolio, hide &#34;all&#34; link"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-hide-all-link#post-108401</link>
			<pubDate>Thu, 02 May 2013 13:21:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108401@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi rita01,&#60;/p&#62;
&#60;p&#62;No, as far as I know the list has to load after the items or else there are issues with the entire effect working at all. So if a person were to click on a category before it is fully loaded in, the whole thing would just fail.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Sortable portfolio, hide &#34;all&#34; link"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-hide-all-link#post-108161</link>
			<pubDate>Wed, 01 May 2013 08:38:29 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">108161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, thank you for your help.&#60;/p&#62;
&#60;p&#62;I understand. But is there a way to load the category list before the thumbnails ? Because now the list only appears once all the thumbnails are shown.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sortable portfolio, hide &#34;all&#34; link"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-hide-all-link#post-108085</link>
			<pubDate>Wed, 01 May 2013 04:39:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108085@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
you can hide the &#34;all&#34; link by modifying wp-content\themes\angular\includes\loop-portfolio.php - open up the file and delete:&#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;Unfortunately it's not possible to load one category only because isotope is a simply jquery/js effect and it needs to load all entries first and when the user clicks n a filter link it just hides some of the entries. If you just want to display a certain category I'd suggest to link to portfolio category archive pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rita01 on "Sortable portfolio, hide &#34;all&#34; link"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-hide-all-link#post-107974</link>
			<pubDate>Tue, 30 Apr 2013 10:13:06 +0000</pubDate>
			<dc:creator>rita01</dc:creator>
			<guid isPermaLink="false">107974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I would like my sortable portfolio to load directly a category (the first one for ex), not all the items. And also need to hide the &#34;all&#34; link. Because I have a lot of items, and I will have more (about 500).&#60;/p&#62;
&#60;p&#62;See here :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lacroiseedeschemins.ma/catalogue/&#34; rel=&#34;nofollow&#34;&#62;http://lacroiseedeschemins.ma/catalogue/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you help please ?&#60;/p&#62;
&#60;p&#62;Many thanks !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Best solution for portfolio load times?"</title>
			<link>http://www.kriesi.at/support/topic/best-solution-for-portfolio-load-times#post-88550</link>
			<pubDate>Mon, 17 Dec 2012 08:52:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi merhardj,&#60;/p&#62;
&#60;p&#62;Glad that Peter helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>merhardj on "Best solution for portfolio load times?"</title>
			<link>http://www.kriesi.at/support/topic/best-solution-for-portfolio-load-times#post-88499</link>
			<pubDate>Sun, 16 Dec 2012 20:33:19 +0000</pubDate>
			<dc:creator>merhardj</dc:creator>
			<guid isPermaLink="false">88499@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK. Thank you. If it ever becomes an issue, I'll break the categories into their own separate pages and just add a drop-down menu in the sidebar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Best solution for portfolio load times?"</title>
			<link>http://www.kriesi.at/support/topic/best-solution-for-portfolio-load-times#post-88436</link>
			<pubDate>Sun, 16 Dec 2012 09:45:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88436@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes exactly. Kriesi uses the isotope jquery plugin: &#60;a href=&#34;http://isotope.metafizzy.co/&#34; rel=&#34;nofollow&#34;&#62;http://isotope.metafizzy.co/&#60;/a&#62; to sort the portfolio items. Basically this script sorts or filters a html list based on the custom (html) data attributes: &#60;a href=&#34;http://html5doctor.com/html5-custom-data-attributes/&#34; rel=&#34;nofollow&#34;&#62;http://html5doctor.com/html5-custom-data-attributes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At the moment the only workaround I know is to add sub-categories to the main menu or to reduce the number of items. It's not possible to link the portfolio filter/sort links to unique portfolios.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>merhardj on "Best solution for portfolio load times?"</title>
			<link>http://www.kriesi.at/support/topic/best-solution-for-portfolio-load-times#post-88370</link>
			<pubDate>Sat, 15 Dec 2012 20:16:46 +0000</pubDate>
			<dc:creator>merhardj</dc:creator>
			<guid isPermaLink="false">88370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It does break the portfolio. Unfortunate. :(&#60;/p&#62;
&#60;p&#62;If I lower the amount of entries visible on any one page, the load times are great, but then it only sorts between the entries it loads. If I understand how the sortable portfolio works, all of the items are loaded into &#34;memory&#34;, and clicking on a category just narrows down what has already been loaded?&#60;/p&#62;
&#60;p&#62;How would I go about changing it so the individual categories load specific pages with their own unique portfolios? It would be a fair workaround without having to add sub-categories to the Main Menu, and would not require extensive tweaking to the JS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Best solution for portfolio load times?"</title>
			<link>http://www.kriesi.at/support/topic/best-solution-for-portfolio-load-times#post-88162</link>
			<pubDate>Fri, 14 Dec 2012 07:06:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try to replace following line in js/avia.js:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;filter		= container.prevAll(&#38;#39;#js_sort_items:last&#38;#39;).css({visibility:&#38;quot;visible&#38;quot;, opacity:0}),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;filter		= container.prevAll(&#38;#39;#js_sort_items:last&#38;#39;).css({visibility:&#38;quot;visible&#38;quot;, opacity:1}),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure if this will break the portfolio but it's worth a try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>merhardj on "Best solution for portfolio load times?"</title>
			<link>http://www.kriesi.at/support/topic/best-solution-for-portfolio-load-times#post-88116</link>
			<pubDate>Thu, 13 Dec 2012 21:30:35 +0000</pubDate>
			<dc:creator>merhardj</dc:creator>
			<guid isPermaLink="false">88116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am curious if it is possible to make the Sortable Portfolio categories pop up before all of the images in the portfolio have loaded. It is a minor nuisance if someone is scrolling down as the page loads and then pushed back to the top of the page when all of the images have finished loading.&#60;/p&#62;
&#60;p&#62;I found this post:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/sortable-portfolio-is-too-slow&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/sortable-portfolio-is-too-slow&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but it's a year old.&#60;/p&#62;
&#60;p&#62;Is there a solution other than narrowing down the amount of projects?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Link to specific sortable portfolio category?"</title>
			<link>http://www.kriesi.at/support/topic/link-to-specific-sortable-portfolio-category#post-69901</link>
			<pubDate>Wed, 08 Aug 2012 00:35:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can create a new template on Template Builder, add the portfolio element then select the category, save it. Create a new page and assign the newly created template. After that, add a new menu linking to that page. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Halucinated on "Link to specific sortable portfolio category?"</title>
			<link>http://www.kriesi.at/support/topic/link-to-specific-sortable-portfolio-category#post-69891</link>
			<pubDate>Tue, 07 Aug 2012 21:32:42 +0000</pubDate>
			<dc:creator>Halucinated</dc:creator>
			<guid isPermaLink="false">69891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Let's say there is a link on the home page to go portfolio category #2, and once the user clicks on it, it will go to the sortable portfolio page and have it already sorted out to category #2, and not it's default &#34;All&#34;. How would I go about doing this and obtaining the proper link to do so?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sortable portfolio: fade in of menu bar takes too long"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-fade-in-of-menu-bar-takes-too-long#post-62170</link>
			<pubDate>Tue, 26 Jun 2012 05:28:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">62170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I think he inserts the code before following line/comment in template_portfolio.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//if portfolio is sortable replace heading with sort options&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielefadda on "Sortable portfolio: fade in of menu bar takes too long"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-fade-in-of-menu-bar-takes-too-long#post-60932</link>
			<pubDate>Tue, 19 Jun 2012 13:21:28 +0000</pubDate>
			<dc:creator>danielefadda</dc:creator>
			<guid isPermaLink="false">60932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, where exactly do you put //Descriptor Text for Filters&#60;br /&#62;
code lines?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Daniele
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sortable Portfolio Categories didn`t show my works"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-categories-didnt-show-my-works#post-55318</link>
			<pubDate>Wed, 09 May 2012 11:08:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">55318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great - glad that it works now :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AerosoulMedia on "Sortable Portfolio Categories didn`t show my works"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-categories-didnt-show-my-works#post-55031</link>
			<pubDate>Mon, 07 May 2012 18:07:50 +0000</pubDate>
			<dc:creator>AerosoulMedia</dc:creator>
			<guid isPermaLink="false">55031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there sorry for my late answer!&#60;/p&#62;
&#60;p&#62;I solve the Problem:-) You are right Peter, I increase the number of items and the Problem seems to be solved. Thanks a lot!&#60;/p&#62;
&#60;p&#62;Greetings from Germany
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sortable Portfolio Categories didn`t show my works"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-categories-didnt-show-my-works#post-54246</link>
			<pubDate>Wed, 02 May 2012 05:34:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">54246@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Which settings did you set for this portfolio page? Maybe try to increase the number of items per page or activate the portfolio pagination. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AerosoulMedia on "Sortable Portfolio Categories didn`t show my works"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-categories-didnt-show-my-works#post-53883</link>
			<pubDate>Sun, 29 Apr 2012 16:35:55 +0000</pubDate>
			<dc:creator>AerosoulMedia</dc:creator>
			<guid isPermaLink="false">53883@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;seems that there is a problem with the sortable porfolio catergory. I have change the date where i add the protfolio items. Now it shows me some more 3D, Experimental and Fotografie portfolio items but less Grafik Design and Logo Design.&#60;br /&#62;
Hope you can safe the Problem.&#60;/p&#62;
&#60;p&#62;Greeting&#60;/p&#62;
&#60;p&#62;Sebastian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AerosoulMedia on "Sortable Portfolio Categories didn`t show my works"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-categories-didnt-show-my-works#post-53882</link>
			<pubDate>Sun, 29 Apr 2012 15:59:19 +0000</pubDate>
			<dc:creator>AerosoulMedia</dc:creator>
			<guid isPermaLink="false">53882@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello kriesi.at team,&#60;/p&#62;
&#60;p&#62;first i want to thank you for the amazing theme!&#60;/p&#62;
&#60;p&#62;I have a problem with the sortable Portfolio Categories on my frontpage. I added categorys such as Grafik Design, Fotografie, 3D, Experimental, Illustration, Logo Design and Motion Design.&#60;br /&#62;
My Problem is that the Catergory &#34;3D&#34; didn`t show my portfolio items and &#34;Experimental show me only two items.&#60;br /&#62;
Here is my site: &#60;a href=&#34;http://www.aerosoul-media.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.aerosoul-media.de/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Greeting from Germany;-)&#60;br /&#62;
Sebastian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eaglehood on "Portfolio as Home Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-home-page#post-52367</link>
			<pubDate>Thu, 19 Apr 2012 15:33:26 +0000</pubDate>
			<dc:creator>eaglehood</dc:creator>
			<guid isPermaLink="false">52367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It is very weird but i figured it out now. The code supplied for changing the header.php works fine. But then the BLOG ARCHIVE get's messed up and is showing the slider. But if you create a second BLOG ARCHIVE PAGE and assign it to show the latest articles (in reading options) then the original Blog Archive works again. &#60;/p&#62;
&#60;p&#62;I will for now use the theme this way. But please, maybe you can tell me where the error is.&#60;br /&#62;
just open the site &#34;http://zzz-entwicklungsumgebung.1asehrgut.net/?page_id=485&#34; in the password protected blog and you'll see what i mean.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eaglehood on "Portfolio as Home Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-home-page#post-52366</link>
			<pubDate>Thu, 19 Apr 2012 15:28:13 +0000</pubDate>
			<dc:creator>eaglehood</dc:creator>
			<guid isPermaLink="false">52366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i have found a solution in past topics. This thread answers the question:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/portfolio-on-frontpage&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/portfolio-on-frontpage&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But there is still ONE ISSUE: &#60;/p&#62;
&#60;p&#62;The Blog Archiv page is no messed up. In the test wp installation i've send you you can see that the blog now shows the home page under the breadcrumb. &#60;/p&#62;
&#60;p&#62;If this issue can be fixed - you'll make me a happy camper!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio as Home Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-home-page#post-51931</link>
			<pubDate>Mon, 16 Apr 2012 22:20:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">51931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can send it on &#60;a href=&#34;mailto:sighlence13@hotmail.com&#34;&#62;sighlence13@hotmail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eaglehood on "Portfolio as Home Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-home-page#post-50922</link>
			<pubDate>Tue, 10 Apr 2012 10:17:08 +0000</pubDate>
			<dc:creator>eaglehood</dc:creator>
			<guid isPermaLink="false">50922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK i will send you the FTP and also a user login. Since i don't want to make it public: PLEASE send your contact email to &#34;eaglehood@web.de&#34; or tell me where i should send the log in to...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Single Entry"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-entry#post-50110</link>
			<pubDate>Thu, 05 Apr 2012 07:05:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">50110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; See &#60;a href=&#34;http://www.kriesi.at/support/topic/closing-portfolio-item-when-clicking-on-sortable-filters&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/closing-portfolio-item-when-clicking-on-sortable-filters&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joolz on "Portfolio Single Entry"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-entry#post-50057</link>
			<pubDate>Wed, 04 Apr 2012 23:52:55 +0000</pubDate>
			<dc:creator>Joolz</dc:creator>
			<guid isPermaLink="false">50057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd be happy to get a bit more precise tip. Please someone. help. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio as Home Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-as-home-page#post-48365</link>
			<pubDate>Mon, 26 Mar 2012 17:07:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you please send me the ftp details for your test blog so we can check this out? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Talentfarm on "Sortable Portfolio with Corona Theme"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-with-corona-theme#post-48350</link>
			<pubDate>Mon, 26 Mar 2012 16:13:28 +0000</pubDate>
			<dc:creator>Talentfarm</dc:creator>
			<guid isPermaLink="false">48350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;thank you for the advice!&#60;br /&#62;
I think that I will hire a freelancer.&#60;/p&#62;
&#60;p&#62;Bye,&#60;/p&#62;
&#60;p&#62;Manuel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sortable Portfolio with Corona Theme"</title>
			<link>http://www.kriesi.at/support/topic/sortable-portfolio-with-corona-theme#post-48335</link>
			<pubDate>Mon, 26 Mar 2012 15:45:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">48335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's not easily possible to transfer the filter function from Broadscrope to Corona and vice versa. You might want to hire a freelancer for this task. A good starting point is &#60;a href=&#34;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1&#60;/a&#62; or the envato forum in general: &#60;a href=&#34;http://themeforest.net/forums/&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/forums/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
