<?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 pagination problem</title>
		<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1</link>
		<description>Support Forum - Topic: portfolio pagination problem</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 21:33: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/topic/portfolio-pagination-problem-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88546</link>
			<pubDate>Mon, 17 Dec 2012 08:49:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi clamant75,&#60;/p&#62;
&#60;p&#62;Glad that you've fixed it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88531</link>
			<pubDate>Mon, 17 Dec 2012 06:05:23 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">88531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, so I choose &#34;name of the article&#34; in settings…&#60;br /&#62;
That's solved
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88530</link>
			<pubDate>Mon, 17 Dec 2012 06:00:39 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">88530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found a half solution…&#60;br /&#62;
I restored the value default of permalinks and it's ok like this …&#60;br /&#62;
In this case the portfolio page 1 is written like this:&#60;br /&#62;
&#60;a href=&#34;http://www.mozaikdesign.fr/?page_id=796&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikdesign.fr/?page_id=796&#60;/a&#62;&#60;br /&#62;
for the 1st portfolio page when I get back from the 2nd page&#60;/p&#62;
&#60;p&#62;But i f I'm using personalized structure, so&#60;br /&#62;
/%category%/%postname%.html&#60;br /&#62;
after&#60;br /&#62;
&#60;a href=&#34;http://www.mozaikdesign.fr&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikdesign.fr&#60;/a&#62;&#60;br /&#62;
the problem is appearing&#60;/p&#62;
&#60;p&#62;It's the code I was using with the previous website &#60;a href=&#34;http://www.mozaikstudio.fr/portfolio&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikstudio.fr/portfolio&#60;/a&#62;&#60;br /&#62;
and it was working fine&#60;/p&#62;
&#60;p&#62;So, of course I'd prefer personalized permalinks…
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88528</link>
			<pubDate>Mon, 17 Dec 2012 05:14:00 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">88528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I've done all of this (disable extension, functions.php…)…same problem&#60;br /&#62;
There was no problem on the previous version of my site&#60;br /&#62;
&#60;a href=&#34;http://www.mozaikstudio.fr/portfolio/page/2&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikstudio.fr/portfolio/page/2&#60;/a&#62;&#60;br /&#62;
just before I copied it to&#60;br /&#62;
&#60;a href=&#34;http://www.mozaikdesign.fr/portfolio/page/2&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikdesign.fr/portfolio/page/2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88511</link>
			<pubDate>Sun, 16 Dec 2012 23:33:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;A plugin must be causing this one. Try deactivate each plugin, see if the error persist.&#60;/p&#62;
&#60;p&#62;If it doesn't work open functions.php and find this code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;global $avia_config;
if(isset($avia_config[&#38;#39;use_child_theme_functions_only&#38;#39;])) return;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Paste this one on top of it&#60;/p&#62;
&#60;p&#62;&#60;code&#62;ob_start();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88503</link>
			<pubDate>Sun, 16 Dec 2012 21:08:55 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">88503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've also updated theme to 1.5, and problem still remain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88500</link>
			<pubDate>Sun, 16 Dec 2012 20:49:24 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">88500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok I've done it…but same problem&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by (output started at /home/mozaikst/public_html/analyticstracking.php:13) in /home/mozaikst/public_html/wp-includes/pluggable.php on line 876
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88444</link>
			<pubDate>Sun, 16 Dec 2012 10:12:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not sure what causes the header error - I uploaded the modified php file here - &#60;a href=&#34;http://www.mediafire.com/?296709g3z6f2t6j&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?296709g3z6f2t6j&#60;/a&#62;&#60;br /&#62;
Please replace angular\framework\php\function-set-avia-frontend.php with this file and try it again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88433</link>
			<pubDate>Sun, 16 Dec 2012 08:45:30 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">88433@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;… there's always the slash&#60;br /&#62;
&#60;a href=&#34;http://www.mozaikdesign.fr/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikdesign.fr/portfolio/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clamant75 on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88432</link>
			<pubDate>Sun, 16 Dec 2012 08:42:28 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">88432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;sorry but there's a message error :&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by (output started at /home/mozaikst/public_html/analyticstracking.php:13) in /home/mozaikst/public_html/wp-includes/pluggable.php on line 876
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88316</link>
			<pubDate>Sat, 15 Dec 2012 10:15:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following - open up angular\framework\php\function-set-avia-frontend.php and replace following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$url =  preg_replace(&#38;#39;!^&#38;lt;a href=&#38;quot;!&#38;#39;,&#38;#39;&#38;#39;,$url);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$url =  preg_replace(&#38;#39;!^&#38;lt;a href=&#38;quot;!&#38;#39;,&#38;#39;&#38;#39;,$url);
$url = (substr($url,-1) == &#38;#39;/&#38;#39;) ? substr($url, 0, -1) : $url;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>clamant75 on "portfolio pagination problem"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-pagination-problem-1#post-88206</link>
			<pubDate>Fri, 14 Dec 2012 15:34:24 +0000</pubDate>
			<dc:creator>clamant75</dc:creator>
			<guid isPermaLink="false">88206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I got a problem with the navigation on portfolio section:&#60;br /&#62;
When I go directly to&#60;br /&#62;
&#60;a href=&#34;http://www.mozaikdesign.fr/portfolio&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikdesign.fr/portfolio&#60;/a&#62;&#60;br /&#62;
it works fine…&#60;br /&#62;
So I go to the 2nd page of portfolio:&#60;br /&#62;
&#60;a href=&#34;http://www.mozaikdesign.fr/portfolio/page/2&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikdesign.fr/portfolio/page/2&#60;/a&#62;&#60;br /&#62;
still ok…&#60;br /&#62;
But the problem is when I try to get back to the 1st page…&#60;br /&#62;
I click on 1 button and I got a blank page …&#60;br /&#62;
In this case I remark that there's a slash after the address,&#60;br /&#62;
so &#60;a href=&#34;http://www.mozaikdesign.fr/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.mozaikdesign.fr/portfolio/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What is the solution please?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
