<?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 - Tag: bloginfo - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/bloginfo</link>
		<description>Support Forum - Tag: bloginfo - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 00:56:01 +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/tags/bloginfo" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-80323</link>
			<pubDate>Fri, 19 Oct 2012 07:08:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gshim on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-80284</link>
			<pubDate>Thu, 18 Oct 2012 21:06:49 +0000</pubDate>
			<dc:creator>gshim</dc:creator>
			<guid isPermaLink="false">80284@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok I finally have it solved and have Tested it in both Eunoia and Coherence themes :)&#60;/p&#62;
&#60;p&#62;So for the benafit of others here is how to do it, The file is located here -&#60;/p&#62;
&#60;p&#62;/wp-content/themes/eunoia/framework/php/function-set-avia-frontend.php&#60;br /&#62;
or here for coherence obviously -&#60;br /&#62;
/wp-content/themes/coherence/framework/php/function-set-avia-frontend.php &#60;/p&#62;
&#60;p&#62;Replace-&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this -&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;#39;&#38;quot;.qtrans_convertURL (get_bloginfo(&#38;#39;url&#38;#39;)).&#38;quot;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; So the code for that section once modified should look like this -&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_logo()
	{
		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.qtrans_convertURL (get_bloginfo(&#38;#39;url&#38;#39;)).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.qtrans_convertURL (get_bloginfo(&#38;#39;url&#38;#39;)).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}

		return $logo;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this saves someone some time.&#60;/p&#62;
&#60;p&#62;Thanks for your help Peter couldn't have done it without you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-80227</link>
			<pubDate>Thu, 18 Oct 2012 11:26:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80227@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try following code instead - the syntax is right however I don't know it it works...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;. qtrans_convertURL( bloginfo(&#38;#39;url&#38;#39;) ) . &#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gshim on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-80192</link>
			<pubDate>Thu, 18 Oct 2012 06:57:57 +0000</pubDate>
			<dc:creator>gshim</dc:creator>
			<guid isPermaLink="false">80192@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have looked around for a week now and still haven't found anything I can get to work.&#60;/p&#62;
&#60;p&#62;I found an interesting resource for qtranslate - &#60;a href=&#34;http://shailan.com/3283/displaying-content-based-on-current-language-using-qtranslate/&#34; rel=&#34;nofollow&#34;&#62;http://shailan.com/3283/displaying-content-based-on-current-language-using-qtranslate/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;They suggest this method for converting URLs in the header.php file, -&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php qtrans_convertURL( bloginfo(&#38;#39;url&#38;#39;) ); ?&#38;gt;&#38;quot;&#38;gt;My Awesome Blog Homepage&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I thought it could be applied like this &#60;code&#62;$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;qtrans_convertURL( bloginfo(&#38;#39;url&#38;#39;) );&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but my php knowledge is rubbish so i'm just guessing the syntax! Can you spot an error in this?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-79460</link>
			<pubDate>Thu, 11 Oct 2012 19:28:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I hope the qtranslate author can help you... &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gshim on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-79388</link>
			<pubDate>Thu, 11 Oct 2012 08:45:39 +0000</pubDate>
			<dc:creator>gshim</dc:creator>
			<guid isPermaLink="false">79388@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok thanks Peter,&#60;br /&#62;
For the benefit of others with a similar problem this is where I have got to-&#60;br /&#62;
From what I can tell the issue now lies with permalinks.&#60;br /&#62;
In qtranslate settings&#38;gt;advanced you have these options-&#60;br /&#62;
 Use Query Mode (?lang=en)&#60;br /&#62;
 Use Pre-Path Mode (Default, puts /en/ in front of URL)&#60;br /&#62;
 Use Pre-Domain Mode (uses http ://en.yoursite .com)&#60;/p&#62;
&#60;p&#62;if I set it to Use Query Mode then the home link now works, which is ok, once I switch it back to Use Pre-Path Mode I can't get it to work.&#60;br /&#62;
I tried resetting the standard wordpress permalinks from settings&#38;gt;permalinks but I still have not got it working using Pre-Path Mode.&#60;/p&#62;
&#60;p&#62;This is the code I am now using:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_logo($use_image = &#38;quot;&#38;quot;)
	{
		$lang = isset($_GET[&#38;#39;lang&#38;#39;]) ? &#38;#39;?lang=&#38;#39;.esc_attr($_GET[&#38;#39;lang&#38;#39;]) : &#38;#39;&#38;#39;;

		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;url&#38;#39;).$lang.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;url&#38;#39;).$lang.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}

		return $logo;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I will see if I can find a solution from the qtranslate forum, if I find a solution I will post it here.&#60;br /&#62;
If anyone has any further advice or suggestions they can add to this it would be much appreciated! I am pulling my hair out here..&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-79378</link>
			<pubDate>Thu, 11 Oct 2012 06:54:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, the code seems to be correct. I'd check the link tarket of the logo though. If get_bloginfo('url') returns the same url on both websites it's probably a plugin issue (bug) and I'd contact the plugin author. You can also try to add the $lang variable to the url like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;url&#38;#39;).$lang.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but I'm not familiar with the plugin and it's just a &#34;blind guess&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gshim on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-79355</link>
			<pubDate>Thu, 11 Oct 2012 04:44:14 +0000</pubDate>
			<dc:creator>gshim</dc:creator>
			<guid isPermaLink="false">79355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter, I have tried changing the code so it looks like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avia_logo($use_image = &#38;quot;&#38;quot;)
	{
		$use_image = apply_filters(&#38;#39;avia_logo_filter&#38;#39;, $use_image);

		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			if($use_image) $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$use_image.&#38;quot; alt=&#38;#39;&#38;#39; title=&#38;#39;$logo&#38;#39;/&#38;gt;&#38;quot;;
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}

		return $logo;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the link still goes back default, then I tried this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avia_logo($use_image = &#38;quot;&#38;quot;)
	{
		$lang = isset($_GET[&#38;#39;lang&#38;#39;]) ? &#38;#39;?lang=&#38;#39;.esc_attr($_GET[&#38;#39;lang&#38;#39;]) : &#38;#39;&#38;#39;;

		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}

		return $logo;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in both cases the logo looked correct but when having a different language selected it still resets back to the original. can you spot anything I have done wrong?&#60;br /&#62;
Thanks&#60;br /&#62;
Graham
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-79243</link>
			<pubDate>Wed, 10 Oct 2012 12:09:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79243@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes - instead of:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;#39;&#38;quot;.bloginfo(&#38;#39;url&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;use following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gshim on "qtranslate - home image link resets selected language back to default."</title>
			<link>http://www.kriesi.at/support/topic/qtranslate-home-image-link-resets-selected-language-back-to-default#post-79197</link>
			<pubDate>Wed, 10 Oct 2012 07:00:18 +0000</pubDate>
			<dc:creator>gshim</dc:creator>
			<guid isPermaLink="false">79197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same problem that was discussed here using qtranslate with coherence.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/qtranslate-home-link-resets-selected-language-how-to-modify-code&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;see towards the bottom of that post,&#60;br /&#62;
Dude posted - &#34;The logo code can be found in abundance\framework\php\function-set-avia-frontend.php:&#34;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
function avia_logo()&#38;lt;br /&#38;gt;
	{&#38;lt;br /&#38;gt;
		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))&#38;lt;br /&#38;gt;
		{&#38;lt;br /&#38;gt;
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;&#38;lt;br /&#38;gt;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#38;lt;br /&#38;gt;
		}&#38;lt;br /&#38;gt;
		else&#38;lt;br /&#38;gt;
		{&#38;lt;br /&#38;gt;
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);&#38;lt;br /&#38;gt;
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#38;lt;br /&#38;gt;
		}&#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;		return $logo;&#38;lt;br /&#38;gt;
	}&#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I found the code in that location and modified it as Chris suggested,&#60;br /&#62;
Replacing-&#60;br /&#62;
 &#60;code&#62;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#60;/code&#62;&#60;br /&#62;
with&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;#39;&#38;quot;.bloginfo(&#38;#39;url&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#60;/code&#62;&#60;br /&#62;
the result was for it to work but above the logo it now shows a the text of the link at the same time displaying what the home image links to?&#60;br /&#62;
is there a way to stop it from showing this?&#60;/p&#62;
&#60;p&#62;Then i tried the next solution on replacing the code with. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;function avia_logo()&#38;lt;br /&#38;gt;
	{&#38;lt;br /&#38;gt;
		$lang = isset($_GET[&#38;#39;lang&#38;#39;]) ? &#38;#39;?lang=&#38;#39;.esc_attr($_GET[&#38;#39;lang&#38;#39;]) : &#38;#39;&#38;#39;;&#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))&#38;lt;br /&#38;gt;
		{&#38;lt;br /&#38;gt;
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;&#38;lt;br /&#38;gt;
			 $logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url($lang).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#38;lt;br /&#38;gt;
		}&#38;lt;br /&#38;gt;
		else&#38;lt;br /&#38;gt;
		{&#38;lt;br /&#38;gt;
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);&#38;lt;br /&#38;gt;
			$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url($lang).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#38;lt;br /&#38;gt;
		}&#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;		return $logo;&#38;lt;br /&#38;gt;
	}&#38;lt;br /&#38;gt;
}&#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Changing to this code didn't work but it also didn't cause any errors.&#60;br /&#62;
Is there something I am missing, is there something different in the avia framework on the coherence theme compared to the abundance theme?&#60;br /&#62;
Why does it show a text version of the link as well as the logo image?&#60;br /&#62;
is there some quick fix for this I am not spotting?&#60;br /&#62;
Unfortunately the site is currently live, so I have reverted back to the original code for now but my client really wants this fixed.&#60;/p&#62;
&#60;p&#62;Any help is really appreciated. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing blog name ONLY in breadcrumbs of CORONA"</title>
			<link>http://www.kriesi.at/support/topic/changing-blog-name-only-in-breadcrumbs-of-corona#post-66685</link>
			<pubDate>Fri, 20 Jul 2012 06:14:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Replace following line in class-breadcrumbs.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;p class=&#38;quot;breadcrumb&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;breadcrumb_info&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;You are here:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt; &#38;lt;a href=&#38;quot;&#38;#39;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;#39;&#38;quot;&#38;gt;&#38;#39;;
			bloginfo(&#38;#39;name&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;p class=&#38;quot;breadcrumb&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;breadcrumb_info&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;You are here:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt; &#38;lt;a href=&#38;quot;&#38;#39;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;#39;&#38;quot;&#38;gt;&#38;#39;;
			echo &#38;#39;VIAINA Atelier&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Changing blog name ONLY in breadcrumbs of CORONA"</title>
			<link>http://www.kriesi.at/support/topic/changing-blog-name-only-in-breadcrumbs-of-corona#post-66132</link>
			<pubDate>Tue, 17 Jul 2012 16:21:00 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">66132@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to shorten, i.e. change the blog &#60;strong&#62;name/title&#60;/strong&#62; concerning &#60;strong&#62;only the output/display of the breadcrumbs&#60;/strong&#62; in CORONA.&#60;/p&#62;
&#60;p&#62;I found the file class-breadcrumbs.php with this code, but don't know the right code for my question:&#60;/p&#62;
&#60;p&#62;Line 25:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
global $post;&#60;br /&#62;
		echo '&#38;lt;p class=&#34;breadcrumb&#34;&#38;gt;&#38;lt;span class=&#34;breadcrumb_info&#34;&#38;gt;'.__('You are here:','avia_framework').'&#38;lt;/span&#38;gt; &#60;a href=&#34;'.get_bloginfo('url').'&#34;&#62;';&#60;br /&#62;
			bloginfo('name');&#60;br /&#62;
			echo &#34;&#60;/a&#62;&#34;;&#60;br /&#62;
			if(!is_front_page()){echo $markup;}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and line 209:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
	/* If $show_home is set and we're not on the front page of the site, link to the home page. */&#60;br /&#62;
	if ( !is_front_page() &#38;amp;&#38;amp; $show_home )&#60;br /&#62;
		$trail[] = '&#60;a href=&#34;' . home_url() . '&#34; title=&#34;' . esc_attr( get_bloginfo( 'name' ) ) . '&#34; rel=&#34;home&#34;&#62;' . $show_home . '&#60;/a&#62;';&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In WP backend the title of the site is&#60;/p&#62;
&#60;p&#62;&#60;code&#62;VIAINA Atelier &#124; Fotokreationen · Fotogemälde · Experimentelle Malerei&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and should be shortened &#60;strong&#62;only in the output of the breadcrumbs&#60;/strong&#62; to just&#60;/p&#62;
&#60;p&#62;&#60;code&#62;VIAINA Atelier&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks a lot in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
