<?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: permalink and breadcumps problem</title>
		<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem</link>
		<description>Support Forum - Topic: permalink and breadcumps problem</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 02:19:49 +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/permalink-and-breadcumps-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "permalink and breadcumps problem"</title>
			<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem#post-102770</link>
			<pubDate>Sat, 23 Mar 2013 20:51:07 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">102770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open up functions-choices.php and find line 404 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!is_front_page() &#38;amp;&#38;amp; $breadcrumb) $additions .= avia_breadcrumbs();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and *replace* line 404 with the block of code below&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( is_single() ){
   if( !is_front_page() &#38;amp;&#38;amp; $breadcrumb ) {
      $bread_terms_array = explode(&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;,avia_breadcrumbs());
      $additions .= $bread_terms_array[0].&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;.array_pop( $bread_terms_array );
   }
} else {
  if( !is_front_page() &#38;amp;&#38;amp; $breadcrumb ) { $additions .= avia_breadcrumbs(); }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "permalink and breadcumps problem"</title>
			<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem#post-102503</link>
			<pubDate>Thu, 21 Mar 2013 20:22:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi expresscoloradotransportation,&#60;/p&#62;
&#60;p&#62;I've tagged Nick on the topic but I'm not aware of a way to easily remove the category from Breadcrumbs but perhaps Nick has a way.&#60;/p&#62;
&#60;p&#62;To get to that file, you just need to connect to your site via FTP and then navigate to that file through those folders starting with the framework folder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>expresscoloradotransportation on "permalink and breadcumps problem"</title>
			<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem#post-102339</link>
			<pubDate>Thu, 21 Mar 2013 00:37:03 +0000</pubDate>
			<dc:creator>expresscoloradotransportation</dc:creator>
			<guid isPermaLink="false">102339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi Nick&#60;br /&#62;
Still Waiting for the code to remove the category from the Breadcrumbs.&#60;br /&#62;
would you please tell me how to get to : framework&#38;gt;php&#38;gt;function-set-avia-frontend.php i need to change to logo from h1 to h4
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "permalink and breadcumps problem"</title>
			<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem#post-99033</link>
			<pubDate>Fri, 01 Mar 2013 13:59:41 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I followed the instructions I pasted above and cleared up the breadcrumbs so that now home &#38;gt; categories &#38;gt; post shows. You have a large number of jquery errors on your page coming in from your plugins:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Uncaught ReferenceError: WPGroHo is not defined expresscoloradotransportation.com:904

Resource interpreted as Image but transferred with MIME type text/html: &#38;quot;http://expresscoloradotransportation.com/denver-airport-to-downtown/&#38;quot;. expresscoloradotransportation.com:172

Resource interpreted as Script but transferred with MIME type text/html: &#38;quot;http://wow.weather.com/weather/wow/module/USCO0105?config=SZ=180x150*WX=FHW…174*MD5=42deb8a63b038024d84a12892c9c0495&#38;amp;proto=http:&#38;amp;target=wx_module_3695&#38;quot;. expresscoloradotransportation.com:354

Uncaught ReferenceError: Backbone is not defined notes-rest-common.js:30

Uncaught ReferenceError: _ is not defined admin-bar-rest.js:2&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I will have the code to remove the categories from breadcrumbs shortly. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "permalink and breadcumps problem"</title>
			<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem#post-98503</link>
			<pubDate>Tue, 26 Feb 2013 08:57:45 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Hmmm... Very strange. The last 2 people who had the same complaint took care of the problem by changing the settings in Settings &#38;gt; Reading so they look like this. &#60;a href=&#34;http://www.clipular.com/c?2248657=TJBczuYetCPpBf8mD9NfsdAOMVo&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?2248657=TJBczuYetCPpBf8mD9NfsdAOMVo&#60;/a&#62; You never answered if you've done that. If you have and nothing happened, please email me temp admin credentials to usjahm (at) gmail (dot) com. Thanks!&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>expresscoloradotransportation on "permalink and breadcumps problem"</title>
			<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem#post-98470</link>
			<pubDate>Tue, 26 Feb 2013 04:17:04 +0000</pubDate>
			<dc:creator>expresscoloradotransportation</dc:creator>
			<guid isPermaLink="false">98470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i turned off the jetpack, and wp-minify and cleared the cache but i still have the same problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "permalink and breadcumps problem"</title>
			<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem#post-98310</link>
			<pubDate>Mon, 25 Feb 2013 02:42:25 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Could you turn off your jquery concatenation/minimize plugin, along with jetpack, clear your cache and look at the page again please. Your page is throwing errors from wpgroho and I want to make sure its not a part of this problem with breadcrumbs.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>expresscoloradotransportation on "permalink and breadcumps problem"</title>
			<link>http://www.kriesi.at/support/topic/permalink-and-breadcumps-problem#post-98205</link>
			<pubDate>Sat, 23 Feb 2013 22:44:15 +0000</pubDate>
			<dc:creator>expresscoloradotransportation</dc:creator>
			<guid isPermaLink="false">98205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i have a problem with the permalink for my post : in breadcumps it show this : home &#38;gt; express colorado transportation blog&#38;gt;category&#38;gt;express colorado transportation blog &#38;gt; denver airport to downtown thats mean  blog page &#38;gt; category &#38;gt; blog page &#38;gt; post&#60;br /&#62;
i want to be  home: blog page &#38;gt; post .thank you&#60;br /&#62;
this is the link &#60;a href=&#34;http://expresscoloradotransportation.com/denver-airport-to-downtown/&#34; rel=&#34;nofollow&#34;&#62;http://expresscoloradotransportation.com/denver-airport-to-downtown/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
