<?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: email icon in second language not working</title>
		<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working</link>
		<description>Support Forum - Topic: email icon in second language not working</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 17:19:51 +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/email-icon-in-second-language-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-67137</link>
			<pubDate>Mon, 23 Jul 2012 07:10:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Maybe a browser cache issue. Glad that it works now :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cpwilson2 on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-67131</link>
			<pubDate>Mon, 23 Jul 2012 07:06:43 +0000</pubDate>
			<dc:creator>cpwilson2</dc:creator>
			<guid isPermaLink="false">67131@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;now it is working. I have no idea why. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cpwilson2 on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-67112</link>
			<pubDate>Mon, 23 Jul 2012 06:36:02 +0000</pubDate>
			<dc:creator>cpwilson2</dc:creator>
			<guid isPermaLink="false">67112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry Dude that did not work either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-66879</link>
			<pubDate>Sat, 21 Jul 2012 12:50:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66879@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I rewrote the function a bit. Please try it again. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cpwilson2 on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-66355</link>
			<pubDate>Wed, 18 Jul 2012 11:57:17 +0000</pubDate>
			<dc:creator>cpwilson2</dc:creator>
			<guid isPermaLink="false">66355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK Dude. I edited the choices-functions.php folder from my cpanel as advised.&#60;/p&#62;
&#60;p&#62;That did not work.&#60;/p&#62;
&#60;p&#62;Did I try the wrong file?&#60;/p&#62;
&#60;p&#62;Best wishes&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-66292</link>
			<pubDate>Wed, 18 Jul 2012 06:33:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to the bottom of functions.php and adjust the mailto (mail) address:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;avia_filter_social_icons&#38;#39;, &#38;#39;ino_social_icons&#38;#39;);
function ino_social_icons($icons) {
	$i = 0;
	foreach ($icons as $icon)
	{
		if($icon[&#38;#39;social_icon&#38;#39;] == &#38;#39;mail&#38;#39;)
		{
			unset($icons[$i]);
			$icons[$i] = array(
				            &#38;#39;social_icon&#38;#39; =&#38;gt; &#38;#39;mail&#38;#39;,
            				&#38;#39;social_icon_link&#38;#39; =&#38;gt; &#38;#39;mailto:myemail@mail.com&#38;#39;
             			);
			break;
		}
		$i++;
	}
    return $icons;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>cpwilson2 on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-65836</link>
			<pubDate>Mon, 16 Jul 2012 10:09:37 +0000</pubDate>
			<dc:creator>cpwilson2</dc:creator>
			<guid isPermaLink="false">65836@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok. It works now. I really am not sure why it did not work before. Doesnt matter though.&#60;/p&#62;
&#60;p&#62;Is it possible to make the icons link to an email as opposed to the contact form? if you went to my website and look at the email address in the footer, when you click on that you go to an email. I would like to do this with the social icons.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-65803</link>
			<pubDate>Mon, 16 Jul 2012 06:52:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">65803@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you set up the contact form page and the social icons for the Indonesian website too? Make sure that you're NOT in the English mode (admin backend) and then go to Propulsion &#38;gt; Theme Options to configure the contact form page + social icons for the Indonesian website.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cpwilson2 on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-65792</link>
			<pubDate>Mon, 16 Jul 2012 05:05:19 +0000</pubDate>
			<dc:creator>cpwilson2</dc:creator>
			<guid isPermaLink="false">65792@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry I said this had not been answered for a week. it has been 4 days.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cpwilson2 on "email icon in second language not working"</title>
			<link>http://www.kriesi.at/support/topic/email-icon-in-second-language-not-working#post-64942</link>
			<pubDate>Wed, 11 Jul 2012 06:06:48 +0000</pubDate>
			<dc:creator>cpwilson2</dc:creator>
			<guid isPermaLink="false">64942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The email icon on my site in English works fine (although I would prefer the clicker to be directed to their own email to write a letter - now it goes to the contact form).&#60;/p&#62;
&#60;p&#62;However in Indonesian it does not work.&#60;/p&#62;
&#60;p&#62;Why is this?&#60;/p&#62;
&#60;p&#62;And if it is possible for the icon to click to an email as opposed to the contact form that would be great.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
