<?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 - sortable colums and pagination?</title>
		<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination</link>
		<description>Support Forum - Topic: Portfolio - sortable colums and pagination?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 14:26:14 +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-sortable-colums-and-pagination" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-40520</link>
			<pubDate>Tue, 07 Feb 2012 07:41:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">40520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As far as I know the lazy load plugin just supports images and no js files. During the initialisation process all js resources are loaded without any special plugins. Maybe some kind of &#34;preloader&#34; exists but I'm not sure (I only know one for css resources). The best solution would be to use many pages + portfolios (each portfolio with a few categories) and to link them by using the main menu/menu manager (Appearance &#38;gt; Menu).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wpfreak on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-40461</link>
			<pubDate>Mon, 06 Feb 2012 22:11:31 +0000</pubDate>
			<dc:creator>wpfreak</dc:creator>
			<guid isPermaLink="false">40461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the quick reply Dude,&#60;br /&#62;
It is good enough, when it can sort items only on page and not full portfolio.&#60;br /&#62;
Do you think, the lazy-load-plugin can support to load the sortable .js (on top) in the portfolio ? I had 600 items in the portfolio and it breaks everytime on the sortable function of the portfolio. Maybe it is better to load only one category of the portfolio and ALL relink for example to A ? Is it possible and how to do it ? Can I mask ALL in .css ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-40404</link>
			<pubDate>Mon, 06 Feb 2012 15:32:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">40404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the framework is totally different so it's not possible to transfer the code. In addition the pagination portfolio works like the Avisio portfolio (only items on the same page will be sorted/filtered).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wpfreak on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-40369</link>
			<pubDate>Mon, 06 Feb 2012 10:42:44 +0000</pubDate>
			<dc:creator>wpfreak</dc:creator>
			<guid isPermaLink="false">40369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Servus Kriesi team ;),&#60;/p&#62;
&#60;p&#62;I saw the new Propulsion theme by Kriesi, where is a sortable portfolio with pagination the standart feature. Is it possible to get this code to Avisio theme now ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-24145</link>
			<pubDate>Thu, 04 Aug 2011 16:58:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can implement the nextpage feature. Open up single.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_content(); ?&#38;gt;
			&#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;&#38;#39;); ?&#38;gt;
			&#38;lt;!--end entry-content--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_content(); ?&#38;gt;
			&#38;lt;?php edit_post_link(&#38;#39;Edit&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;&#38;#39;); ?&#38;gt;
			&#38;lt;!--end entry-content--&#38;gt;
&#38;lt;?php posts_nav_link(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can customize the styling - more information can be found here: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/posts_nav_link&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/posts_nav_link&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I haven't tried the infinitescroll plugin yet....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wpfreak on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-24132</link>
			<pubDate>Thu, 04 Aug 2011 14:16:59 +0000</pubDate>
			<dc:creator>wpfreak</dc:creator>
			<guid isPermaLink="false">24132@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is could be possible to use nextpage tag or maybe infinitescroll (plugin) for pagination ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-21590</link>
			<pubDate>Mon, 27 Jun 2011 05:24:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) It's not possible to use a portfolio slug which is already used as page name - you'll get 404 errors. I.e. &#60;a href=&#34;http://my-website.com/staff&#34; rel=&#34;nofollow&#34;&#62;http://my-website.com/staff&#60;/a&#62; and &#60;a href=&#34;http://my-website.com/staff/staff-name/&#34; rel=&#34;nofollow&#34;&#62;http://my-website.com/staff/staff-name/&#60;/a&#62; won't work&#60;/p&#62;
&#60;p&#62;2) It's only possible to use one slug for all portfolio items at the moment. You can't use &#34;staff&#34; and &#34;our-work&#34; for your portfolio items - you need to choose one and stick with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>desc on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-21577</link>
			<pubDate>Sun, 26 Jun 2011 22:33:03 +0000</pubDate>
			<dc:creator>desc</dc:creator>
			<guid isPermaLink="false">21577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
James mentioned creating multiple portfolio pages which I have done&#60;br /&#62;
but&#60;br /&#62;
I want the URL to show different names for portfolio for the different pages&#60;/p&#62;
&#60;p&#62;as in&#60;br /&#62;
/staff/ is a portfolio page and all good - but when selecting staff member I get a URL that is /portfolio/staff-name/   I would like this to be /staff/staff-name/&#60;/p&#62;
&#60;p&#62;secondly&#60;br /&#62;
/our-work/    selecting an item goes to  /portfolio/page-name/  I would like it to go to     /our-work/page-name/&#60;/p&#62;
&#60;p&#62;so using portfolio for 2 pages is fine but I want the URL to reflect the content, when selected, as different pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-18652</link>
			<pubDate>Sat, 07 May 2011 13:33:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Currently it's not possible. I'll report it to Kriesi though....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wpfreak on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-18637</link>
			<pubDate>Sat, 07 May 2011 12:28:45 +0000</pubDate>
			<dc:creator>wpfreak</dc:creator>
			<guid isPermaLink="false">18637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have same problem with loading of 400 pictures.&#60;br /&#62;
Is here some chance, that Avisio can be paginated like these new themes ?&#60;br /&#62;
(removed)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-2925</link>
			<pubDate>Tue, 17 Aug 2010 12:13:29 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;At the moment no, simply because the number of items on the page can't be dynamically called based on the category you've selected to display.&#60;/p&#62;
&#60;p&#62;You could however, create multiple portfolio pages each catering to different categories / areas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chieldeno on "Portfolio - sortable colums and pagination?"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-colums-and-pagination#post-2775</link>
			<pubDate>Sat, 14 Aug 2010 01:28:37 +0000</pubDate>
			<dc:creator>chieldeno</dc:creator>
			<guid isPermaLink="false">2775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there!&#60;/p&#62;
&#60;p&#62;My portfolio is at the '4 colums sortable' setting. All the images are loaded onto 1 page. This will be a problem for 100 pictures...&#60;/p&#62;
&#60;p&#62;I know about the info at the settings page:&#60;br /&#62;
&#34;How many entries should be displayed per page? (only applies if you have choosen an non-sortable value at &#34;Column Count&#34;)&#34;&#60;/p&#62;
&#60;p&#62;Is there a workaround yet to have sortable columns and a pagination feature? So each page of the portfolio has its own sortable function?&#60;/p&#62;
&#60;p&#62;Or doesn't this make sense anyway...?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
