<?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: Best solution for portfolio load times?</title>
		<link>http://www.kriesi.at/support/topic/best-solution-for-portfolio-load-times</link>
		<description>Support Forum - Topic: Best solution for portfolio load times?</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 13:33:02 +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/best-solution-for-portfolio-load-times" rel="self" type="application/rss+xml" />

		<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>

	</channel>
</rss>
