<?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: Chioces Theme: Partner logo open in new page</title>
		<link>http://www.kriesi.at/support/topic/chioces-theme-partner-logo-open-in-new-page</link>
		<description>Support Forum - Topic: Chioces Theme: Partner logo open in new page</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 07:27:45 +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/chioces-theme-partner-logo-open-in-new-page" rel="self" type="application/rss+xml" />

		<item>
			<title>andrewrsa on "Chioces Theme: Partner logo open in new page"</title>
			<link>http://www.kriesi.at/support/topic/chioces-theme-partner-logo-open-in-new-page#post-88183</link>
			<pubDate>Fri, 14 Dec 2012 09:19:40 +0000</pubDate>
			<dc:creator>andrewrsa</dc:creator>
			<guid isPermaLink="false">88183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works !!!&#60;/p&#62;
&#60;p&#62;Thank you Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Chioces Theme: Partner logo open in new page"</title>
			<link>http://www.kriesi.at/support/topic/chioces-theme-partner-logo-open-in-new-page#post-88180</link>
			<pubDate>Fri, 14 Dec 2012 09:05:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry - I didn't read the question carefully enough. Ismael's code suggestion is totally wrong in this case. Revert the change I posted above, open up choices/includes/helper-template-dynamic.php and replace following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$img = &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$set[&#38;#39;link&#38;#39;].&#38;quot;&#38;#39; title=&#38;#39;&#38;#39;&#38;gt;$img&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$img = &#38;quot;&#38;lt;a target=&#38;#39;_blank&#38;#39; href=&#38;#39;&#38;quot;.$set[&#38;#39;link&#38;#39;].&#38;quot;&#38;#39; title=&#38;#39;&#38;#39;&#38;gt;$img&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>andrewrsa on "Chioces Theme: Partner logo open in new page"</title>
			<link>http://www.kriesi.at/support/topic/chioces-theme-partner-logo-open-in-new-page#post-88174</link>
			<pubDate>Fri, 14 Dec 2012 07:53:08 +0000</pubDate>
			<dc:creator>andrewrsa</dc:creator>
			<guid isPermaLink="false">88174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did as instructed - found text and replaced with yours.&#60;/p&#62;
&#60;p&#62;Cleared cache, reloaded page. &#60;/p&#62;
&#60;p&#62;When I click on the partner logo on the Home / Front Page it does not open the partner URL in a new window.&#60;/p&#62;
&#60;p&#62;Please advise.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Chioces Theme: Partner logo open in new page"</title>
			<link>http://www.kriesi.at/support/topic/chioces-theme-partner-logo-open-in-new-page#post-88159</link>
			<pubDate>Fri, 14 Dec 2012 06:54:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Find the code Ismael posted above and replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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 target=&#38;#39;_blank&#38;#39; href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#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 target=&#38;#39;_blank&#38;#39; href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>andrewrsa on "Chioces Theme: Partner logo open in new page"</title>
			<link>http://www.kriesi.at/support/topic/chioces-theme-partner-logo-open-in-new-page#post-88110</link>
			<pubDate>Thu, 13 Dec 2012 21:15:30 +0000</pubDate>
			<dc:creator>andrewrsa</dc:creator>
			<guid isPermaLink="false">88110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael&#60;/p&#62;
&#60;p&#62;Would I copy and past that in order for it to work? If note, please could you supply the code for it to work so that I could copy and paste.&#60;/p&#62;
&#60;p&#62;Thank you for the speedy reply.&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Andrew
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Chioces Theme: Partner logo open in new page"</title>
			<link>http://www.kriesi.at/support/topic/chioces-theme-partner-logo-open-in-new-page#post-88100</link>
			<pubDate>Thu, 13 Dec 2012 20:50:53 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88100@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open framework &#38;gt; php &#38;gt; function-set-avia-frontend.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#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;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrewrsa on "Chioces Theme: Partner logo open in new page"</title>
			<link>http://www.kriesi.at/support/topic/chioces-theme-partner-logo-open-in-new-page#post-88080</link>
			<pubDate>Thu, 13 Dec 2012 19:19:43 +0000</pubDate>
			<dc:creator>andrewrsa</dc:creator>
			<guid isPermaLink="false">88080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;THEME: Choices V1.50&#60;br /&#62;
RE: Want partner logos to open in new window&#60;br /&#62;
CLOSEST FIND IN BLOG: &#60;a href=&#34;http://www.kriesi.at/support/topic/logopartner-list-open-in-new-tab&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/logopartner-list-open-in-new-tab&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Great work you are doing. &#60;/p&#62;
&#60;p&#62;QUESTION: I would like my partner logos (how ever many I chose to load)  to open in a new window.&#60;br /&#62;
I am very basic in code skills (or lack there of) but I do know that I must place the 'target='_blank' in .php.&#60;/p&#62;
&#60;p&#62;Please could you supply me with the text where I can copy and replace it as well as the name of the document.&#60;br /&#62;
I found the above link but it was for another theme.&#60;/p&#62;
&#60;p&#62;Thanking you in advance&#60;br /&#62;
Andrew
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
