<?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: Removing categories from breadcrumbs</title>
		<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs</link>
		<description>Support Forum - Topic: Removing categories from breadcrumbs</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 00:20:39 +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/removing-categories-from-breadcrumbs" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Removing categories from breadcrumbs"</title>
			<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs#post-72186</link>
			<pubDate>Tue, 21 Aug 2012 22:30:07 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">72186@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry, is this on the same URL as you name links to or its still in maintenance mode? Please set up a guest in maintenance and send it to usjahm [at] gmail.com. &#60;/p&#62;
&#60;p&#62;But if all you want to do is ensure that only one parent of a portfolio gets listed in the breadcrumbs, please open up framework/php/class-breadcrumbs.php from the theme's directory and on lines 284-292, replace this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($post_type == &#38;#39;portfolio&#38;#39;)
		{
			$parents = get_the_term_list( $post_id, &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;$$$&#38;#39;, &#38;#39;&#38;#39; );
			$parents = explode(&#38;#39;$$$&#38;#39;,$parents);
			foreach ($parents as $parent_item)
			{
				if($parent_item) $trail[] = $parent_item;
			}
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($post_type == &#38;#39;portfolio&#38;#39;)
{
	$parents = get_the_term_list( $post_id, &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;$$$&#38;#39;, &#38;#39;&#38;#39; );
	$parents = explode(&#38;#39;$$$&#38;#39;,$parents);
	foreach ($parents as $parent_item)
	{
		if($parent_item) $trail[] = $parent_item;
		break; //stop adding after first parent added to bread crumbs
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let us know please if this is what you were looking to do.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Removing categories from breadcrumbs"</title>
			<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs#post-72168</link>
			<pubDate>Tue, 21 Aug 2012 20:50:51 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">72168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi shutterlag,&#60;/p&#62;
&#60;p&#62;Thanks for posting your findings. I'm going to tag Kriesi as well as the rest of the support team to read this.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shutterlag on "Removing categories from breadcrumbs"</title>
			<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs#post-71664</link>
			<pubDate>Sat, 18 Aug 2012 13:39:47 +0000</pubDate>
			<dc:creator>shutterlag</dc:creator>
			<guid isPermaLink="false">71664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have spend half a day in testing this issue with a local installation and the Choices dummy data. I can reproduce the issue and I am convinced it is an issue within the Avia framework. It occurs (at least) on three occasions:&#60;/p&#62;
&#60;p&#62;1.) If a child theme is used, it occurs everywhere.&#60;/p&#62;
&#60;p&#62;2.) If a portfolio item is not accessed through a portfolio page, but with the Latest Portfolio widget. The avia framework seems to reconstruct the view history in the breadcrumbs and if the user is not coming via a portfolio page, there is no history, so the breadcrumbs fall back to the categories (which can look quite awful with a large number of categories).&#60;/p&#62;
&#60;p&#62;3.) If the user is coming from a portfolio page, but the portfolio was created with the template builder (like on the page &#34;Homepage with Portfolio&#34; of the dummy data, instead of the portfolio option in the Template Options.&#60;/p&#62;
&#60;p&#62;If possible, I would suggest to address this issue for a future update. It might just be solved, by a second entry field below the portfolio slug. E.g. Slug: project-portfolio; Breadcrumb Slug: Project Portfolio. If entered it can be used as Breadcrumb for all portfolio items views, if left blank the current solution could be used.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing categories from breadcrumbs"</title>
			<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs#post-70905</link>
			<pubDate>Tue, 14 Aug 2012 05:59:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70905@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi shutterlag,&#60;/p&#62;
&#60;p&#62;Sorry for the delay in response. Just send me your login details to &#60;a href=&#34;mailto:sighlence13@hotmail.com&#34;&#62;sighlence13@hotmail.com&#60;/a&#62;. Please include this post to your message.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shutterlag on "Removing categories from breadcrumbs"</title>
			<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs#post-70891</link>
			<pubDate>Tue, 14 Aug 2012 01:42:16 +0000</pubDate>
			<dc:creator>shutterlag</dc:creator>
			<guid isPermaLink="false">70891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;*bump*&#60;/p&#62;
&#60;p&#62;Could you give me an email address where I could send the details to?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shutterlag on "Removing categories from breadcrumbs"</title>
			<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs#post-70459</link>
			<pubDate>Fri, 10 Aug 2012 10:01:52 +0000</pubDate>
			<dc:creator>shutterlag</dc:creator>
			<guid isPermaLink="false">70459@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure, but as the site is hidden behind a maintenance plugin, I need to create a user for you. Could I send the login-data to some email address?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing categories from breadcrumbs"</title>
			<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs#post-70395</link>
			<pubDate>Fri, 10 Aug 2012 04:37:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Can you give us a link on your website? In my end, the breadcrumbs doesn't include the portfolio categories unless you clicked the categories themselves or you added the category in the menus.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shutterlag on "Removing categories from breadcrumbs"</title>
			<link>http://www.kriesi.at/support/topic/removing-categories-from-breadcrumbs#post-70388</link>
			<pubDate>Fri, 10 Aug 2012 02:51:40 +0000</pubDate>
			<dc:creator>shutterlag</dc:creator>
			<guid isPermaLink="false">70388@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On my site I have included a portfolio where usually a single portfolio item is belonging to several categories. The breadcrumbs for the portfolio items then look like this:&#60;/p&#62;
&#60;p&#62;You are here: Home &#38;gt;&#38;gt; Category A &#38;gt;&#38;gt; Category B &#38;gt;&#38;gt; Category C &#38;gt;&#38;gt; Category X &#38;gt;&#38;gt; Portfolio Item&#60;/p&#62;
&#60;p&#62;Is it possible to change that towards?&#60;/p&#62;
&#60;p&#62;You are here: Home &#38;gt;&#38;gt; Portfolio &#38;gt;&#38;gt; Portfolio Item
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
