<?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: Clickable phone number in head</title>
		<link>http://www.kriesi.at/support/topic/clickable-phone-number-in-head</link>
		<description>Support Forum - Topic: Clickable phone number in head</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 01:49:44 +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/clickable-phone-number-in-head" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Clickable phone number in head"</title>
			<link>http://www.kriesi.at/support/topic/clickable-phone-number-in-head#post-93397</link>
			<pubDate>Fri, 25 Jan 2013 14:16:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The raw output for the text above the search bar is:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;small_header_info meta-color&#38;quot;&#38;gt;Support Hotline: (555) 343 456 7891&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In order for telephone detection to be off, at least from the apple dev docs would mean the following has to be present on the page:&#60;br /&#62;
&#60;code&#62;&#38;lt;meta name = &#38;quot;format-detection&#38;quot; content = &#38;quot;telephone=no&#38;quot;&#38;gt;&#60;/code&#62;&#60;br /&#62;
Ref: &#60;a href=&#34;http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html&#34; rel=&#34;nofollow&#34;&#62;http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As far as I know and doing searches of all the theme files, that is no where in the theme (not even telephone=no or telephone by itself.&#60;/p&#62;
&#60;p&#62;If you want your telephone number to be detected, use the tel: method in the number URL. Otherwise, there really isn't anything we can do.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mannystef on "Clickable phone number in head"</title>
			<link>http://www.kriesi.at/support/topic/clickable-phone-number-in-head#post-93276</link>
			<pubDate>Thu, 24 Jan 2013 17:33:20 +0000</pubDate>
			<dc:creator>mannystef</dc:creator>
			<guid isPermaLink="false">93276@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have looked at all the code in your template and the other templates and even websites which we have created with straight HTML work.. I think there is a div tag or something preventing the phone number from being clickable.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Clickable phone number in head"</title>
			<link>http://www.kriesi.at/support/topic/clickable-phone-number-in-head#post-93251</link>
			<pubDate>Thu, 24 Jan 2013 15:24:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perhaps the other templates use some javascript to add the tel: to the link of a phone number field but this theme doesn't have a specific phone number only field and allows for a bit more flexibility.&#60;/p&#62;
&#60;p&#62;This is the &#34;standard&#34; solution as far as I know.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mannystef on "Clickable phone number in head"</title>
			<link>http://www.kriesi.at/support/topic/clickable-phone-number-in-head#post-93084</link>
			<pubDate>Wed, 23 Jan 2013 20:51:05 +0000</pubDate>
			<dc:creator>mannystef</dc:creator>
			<guid isPermaLink="false">93084@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry... ment to say (555) 555-5555
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mannystef on "Clickable phone number in head"</title>
			<link>http://www.kriesi.at/support/topic/clickable-phone-number-in-head#post-93083</link>
			<pubDate>Wed, 23 Jan 2013 20:47:12 +0000</pubDate>
			<dc:creator>mannystef</dc:creator>
			<guid isPermaLink="false">93083@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the reply.  I entered it the way I have on other websites we have created.. 555-555-5555 but it is not clickable on this template.  I already ended up using tel: but the problem is that on a desktop it is a link that goes to a page that does not exist.  Not a great solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Clickable phone number in head"</title>
			<link>http://www.kriesi.at/support/topic/clickable-phone-number-in-head#post-93050</link>
			<pubDate>Wed, 23 Jan 2013 17:02:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mannystef,&#60;/p&#62;
&#60;p&#62;Depending on the way you enter the number some mobile devices will auto detect the number. If it does not, you can use tel: in the link with the number to tell the device its a number and what that number is.&#60;/p&#62;
&#60;p&#62;Reference with examples:  &#60;a href=&#34;http://mobile.tutsplus.com/tutorials/mobile-web-apps/phone-number-links/&#34; rel=&#34;nofollow&#34;&#62;http://mobile.tutsplus.com/tutorials/mobile-web-apps/phone-number-links/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mannystef on "Clickable phone number in head"</title>
			<link>http://www.kriesi.at/support/topic/clickable-phone-number-in-head#post-93044</link>
			<pubDate>Wed, 23 Jan 2013 16:41:09 +0000</pubDate>
			<dc:creator>mannystef</dc:creator>
			<guid isPermaLink="false">93044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Text entered as a phone number in the Header textarea above Social media icons of the theme options does not become clickable on a mobile device.  Other themes this works with no issues.  If this is a responsive website then the point is to be able to be used on a mobile device which means that the phone number should be clickable.  Can anyone please tell me what needs to be done to correct this issue before we build with a different theme.&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
