<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Adding a custom contact icon/link in the Search/Social tab</title>
		<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Adding a custom contact icon/link in the Search/Social tab</description>
		<language>en-US</language>
		<pubDate>Mon, 04 May 2026 22:57:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38793</link>
			<pubDate>Mon, 25 Apr 2016 08:26:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38793@http://www.themolitor.com/forums/</guid>
			<description><p>@tomasvalenzuela </p>
<p>Thanks for verifying! :-)
</p></description>
		</item>
		<item>
			<title>tomasvalenzuela on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38782</link>
			<pubDate>Sat, 23 Apr 2016 14:20:58 +0000</pubDate>
			<dc:creator>tomasvalenzuela</dc:creator>
			<guid isPermaLink="false">38782@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks PickOne, works nicely!<br />
Tomas
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38749</link>
			<pubDate>Thu, 21 Apr 2016 08:35:01 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38749@http://www.themolitor.com/forums/</guid>
			<description><p>@PickOne Thanks for sharing your findings!
</p></description>
		</item>
		<item>
			<title>tomasvalenzuela on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38739</link>
			<pubDate>Wed, 20 Apr 2016 17:02:11 +0000</pubDate>
			<dc:creator>tomasvalenzuela</dc:creator>
			<guid isPermaLink="false">38739@http://www.themolitor.com/forums/</guid>
			<description><p>Many thanks! I'll have a go...<br />
Tomas
</p></description>
		</item>
		<item>
			<title>PickOne on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38737</link>
			<pubDate>Wed, 20 Apr 2016 15:51:20 +0000</pubDate>
			<dc:creator>PickOne</dc:creator>
			<guid isPermaLink="false">38737@http://www.themolitor.com/forums/</guid>
			<description><p>You can, Tomas. I done it like that:</p>
<p>1. Edit header.php</p>
<p>and the line from 	&#60;!--MENU CONTROL--&#62; i made it like that:</p>
<pre><code>&#60;div id=&#34;menu-control&#34;&#62;&#60;div class=&#34;menu-pickone&#34;&#62;MENU&#60;/div&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;</code></pre>
<p>2. Edit style.css and add this code:</p>
<pre><code>.menu-pickone {
margin-left:-80px;
margin-top:-4px
}

.menu-pickone:hover{
margin-left:-80px;
margin-top:-4px
}</code></pre>
<p>As for #menu-control from style.css, I have this code:</p>
<pre><code>#menu-control {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 101;
    cursor: pointer;
    display: none;
    height: 16px;
    width: 27px;
	border-top: 2px solid #fff;
 	display: block;
 	border: none;
 	height: 26px;
 	top: 25px;</code></pre>
<p>(removed the outline)</p>
<p>and for the #menu-control:hover, body.open-sidebar #menu-control i have</p>
<pre><code>{
	background:rgba(255,255,255,.15);
	/* removed outline-color:rgba(255,255,255,.15);  */
	color: #818181;
        transition: 0.2s;
}</code></pre>
<p>Hope it helps
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38628</link>
			<pubDate>Fri, 15 Apr 2016 07:51:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38628@http://www.themolitor.com/forums/</guid>
			<description><p>You bet!
</p></description>
		</item>
		<item>
			<title>tomasvalenzuela on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38624</link>
			<pubDate>Thu, 14 Apr 2016 14:30:12 +0000</pubDate>
			<dc:creator>tomasvalenzuela</dc:creator>
			<guid isPermaLink="false">38624@http://www.themolitor.com/forums/</guid>
			<description><p>Ok tks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38623</link>
			<pubDate>Thu, 14 Apr 2016 14:28:26 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38623@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Making edits/changes to the template files is considered custom development. For custom development services, please use my customization request form to receive a quote for custom work like this: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>tomasvalenzuela on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38622</link>
			<pubDate>Thu, 14 Apr 2016 13:46:06 +0000</pubDate>
			<dc:creator>tomasvalenzuela</dc:creator>
			<guid isPermaLink="false">38622@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Chris,</p>
<p>Can we add a MENU word to the menu icon (the 3 horizontal bars)? Or replace the bars by the word MENU? Change it's color?</p>
<p>Thanks again<br />
Tomas
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38618</link>
			<pubDate>Thu, 14 Apr 2016 09:39:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38618@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The markup for those links is located in footer.php on lines 57-66. The icons are generated using the <a href="https://fortawesome.github.io/Font-Awesome/icons/">Font Awesome library</a>.</p>
<p>You can make edits there. If you need additional help with this, I'll have to ask that you submit a request for custom services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>tomasvalenzuela on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38614</link>
			<pubDate>Wed, 13 Apr 2016 17:01:48 +0000</pubDate>
			<dc:creator>tomasvalenzuela</dc:creator>
			<guid isPermaLink="false">38614@http://www.themolitor.com/forums/</guid>
			<description><p>... if it's not posible to add a custom link;</p>
<p>Can I use an already existing social media section (e.g. twitter), add my CONTACT url address, and modify the line in footer.php to add a custom icon (not sure where/how) ?:</p>
<pre><code>&#60;?php if($twitterLink != &#039;&#039;){ ?&#62;&#60;a href=&#34;/CONTACT&#34;&#62;&#60;i class=&#34;fa fa-twitter&#34;&#62;&#60;/i&#62;&#60;/a&#62;&#60;?php } ?&#62;</code></pre>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>tomasvalenzuela on "Adding a custom contact icon/link in the Search/Social tab"</title>
			<link>http://www.themolitor.com/forums/topic/adding-a-custom-contact-iconlink-in-the-searchsocial-tab#post-38613</link>
			<pubDate>Wed, 13 Apr 2016 16:45:57 +0000</pubDate>
			<dc:creator>tomasvalenzuela</dc:creator>
			<guid isPermaLink="false">38613@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>Is it posible to add a custom contact icon/link in the Search/Social tab? Or only media related icons/links?</p>
<p>I understand it must be done in the footer.php, but i'm not sure if only there nor know exactly what to put. I want the word CONTACT to link to my CONTACT page... So for example have the search icon, facebook icon, CONTACT &#62; <a href="http://www.fotocinedron.cl" rel="nofollow">http://www.fotocinedron.cl</a></p>
<p>Thanks so much<br />
Tomas
</p></description>
		</item>

	</channel>
</rss>
