<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Email and Phone Links</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 12:21:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-22616</guid>
					<title><![CDATA[Email and Phone Links]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-22616</link>
					<pubDate>Mon, 14 Sep 2015 21:37:47 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>In the subheader is it possible to make the email and phone numbers links?  I tried to add the html for it in the admin and it just printed the HTML on the site.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-22623</guid>
					<title><![CDATA[Reply To: Email and Phone Links]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-22623</link>
					<pubDate>Tue, 15 Sep 2015 08:39:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure you can Kevin,</p>
<p>By default the HTML there is escaped that&#8217;s why you can&#8217;t do it.<br />
I am replacing the escape method with a less restrictive one, it will be in the upcoming version of the theme. You can do so yourself until then &#8211; edit your header.php file and replace this:</p>
<p><code>esc_html($header_email)</code></p>
<p>with this:</p>
<p><code>wp_kses_post($header_email)</code></p>
<p>Same for phone number:</p>
<p><code>esc_html($header_phone)</code></p>
<p>with this:</p>
<p><code>wp_kses_post($header_phone)</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-23164</guid>
					<title><![CDATA[Reply To: Email and Phone Links]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-23164</link>
					<pubDate>Wed, 07 Oct 2015 16:29:35 +0000</pubDate>
					<dc:creator>Eikodo</dc:creator>

					<description>
						<![CDATA[
						<p><strong>hi, I follow your solution but in my Php header file I have this </strong>:</p>
<p>&lt;?php $header_contacts_position_is_left = ot_get_option(&#8216;header_contacts_position_is_left&#8217;); ?&gt;<br />
&lt;div class=&#8221;header_contacts &lt;?php echo (!$header_contacts_position_is_left? &#8220;right&#8221;: &#8221;);?&gt;&#8221;&gt;<br />
&lt;?php if($header_email = ot_get_option(&#8216;header_email&#8217;)){?&gt;<br />
&lt;div class=&#8221;header_contact_item&#8221;&gt;&lt;span class=&#8221;icon icon-mail2&#8243;&gt;&lt;/span&gt; &lt;?php echo wp_kses_post($header_email);?&gt;&lt;/div&gt;<br />
&lt;?php }  ?&gt;<br />
&lt;?php if($header_phone = ot_get_option(&#8216;header_phone&#8217;)){?&gt;<br />
&lt;div class=&#8221;header_contact_item&#8221;&gt;&lt;span class=&#8221;icon icon-mobile3&#8243;&gt;&lt;/span&gt; &lt;?php echo wp_kses_post($header_phone);?&gt;&lt;/div&gt;<br />
&lt;?php }  ?&gt;<br />
&lt;/div&gt;</p>
<p><strong>What i supposed to do for having mail and phone&#8217;link ?</strong></p>
<p>Thanks ,<br />
regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-23165</guid>
					<title><![CDATA[Reply To: Email and Phone Links]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-23165</link>
					<pubDate>Wed, 07 Oct 2015 20:23:40 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Eikodo,</p>
<p>And did you try to add links in the Admin with an anchor tag?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-23200</guid>
					<title><![CDATA[Reply To: Email and Phone Links]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-23200</link>
					<pubDate>Thu, 08 Oct 2015 13:28:53 +0000</pubDate>
					<dc:creator>Eikodo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi It&#8217;s work thank you ! Sorry I&#8217;m a rookie :p</p>
<p>Last more Question ? </p>
<p>How can i get my texte menu with another color when I visited the page ? </p>
<p>Like this for exemple :<br />
&#8220;Home&#8221; is in black, I clik on it and i stay on the page, &#8220;home&#8221; turned and stay grey<br />
&#8220;home&#8221; come back to black when I switch page.</p>
<p>I actually try some solutions find on the net but is not very conclusive&#8230; </p>
<p>Thank you  !</p>
<p>regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-23205</guid>
					<title><![CDATA[Reply To: Email and Phone Links]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/email-and-phone-links/#post-23205</link>
					<pubDate>Thu, 08 Oct 2015 14:41:31 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi this is quite an outdated approach that I don&#8217;t really advise you to follow. Still if you want to do so you can add this to your Theme Options->Custom CSS:</p>
<pre><code>#menu ul li a:visited {
color: yellow;
}</code></pre>
<p>Or did you mean the current active page you want to highlight? If this is the case then try:</p>
<pre><code>#menu .current-menu-ancestor a, #current-menu-item .current-menu-item a{
color: yellow;
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

