<?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: Contact button in footer</title>
		<link>http://www.kriesi.at/support/topic/contact-button-in-footer-1</link>
		<description>Support Forum - Topic: Contact button in footer</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 22:49:15 +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/contact-button-in-footer-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Contact button in footer"</title>
			<link>http://www.kriesi.at/support/topic/contact-button-in-footer-1#post-28381</link>
			<pubDate>Sun, 02 Oct 2011 08:12:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In footer.php replace following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php echo get_permalink(avia_get_option(&#38;#39;avia, email_page&#38;#39;));?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with your contact page url.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>griffinyouthman on "Contact button in footer"</title>
			<link>http://www.kriesi.at/support/topic/contact-button-in-footer-1#post-28296</link>
			<pubDate>Fri, 30 Sep 2011 19:08:20 +0000</pubDate>
			<dc:creator>griffinyouthman</dc:creator>
			<guid isPermaLink="false">28296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a custom contact page, so my issue is that I would still like to use the footer contact us link, but since I have a custom contact page it doesn't link to it.  Suggestions?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Live at &#60;a href=&#34;http://www.conlabibliaabierta.com/new/&#34; rel=&#34;nofollow&#34;&#62;http://www.conlabibliaabierta.com/new/&#60;/a&#62; (see footer)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Contact button in footer"</title>
			<link>http://www.kriesi.at/support/topic/contact-button-in-footer-1#post-25989</link>
			<pubDate>Sun, 28 Aug 2011 14:19:48 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">25989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As long as you don't drag a widget to the last column the contact button will remain. The copyright notice can be found in your footer.php here &#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt; - &#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;Theme Design by Kriesi.at&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlah384 on "Contact button in footer"</title>
			<link>http://www.kriesi.at/support/topic/contact-button-in-footer-1#post-25962</link>
			<pubDate>Sat, 27 Aug 2011 14:19:45 +0000</pubDate>
			<dc:creator>mlah384</dc:creator>
			<guid isPermaLink="false">25962@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;but the contact button is not in any of the widgets or in any of the footer widget spots. So as soon as I start dragging widgets into the footers, wont all the defaults disappear? Also I wanted to add additional text below the copyright...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Contact button in footer"</title>
			<link>http://www.kriesi.at/support/topic/contact-button-in-footer-1#post-25950</link>
			<pubDate>Sat, 27 Aug 2011 11:38:54 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">25950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
to do this you can use widgets: Appearance &#38;gt; Widgets, just drag the widgets to the given spots. You can also open footer.php and edit the following part to change your contact button.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;#39;&#38;lt;?php echo get_permalink(avia_get_option(&#38;#39;avia, email_page&#38;#39;));?&#38;gt;&#38;#39; class=&#38;#39;custom_button rounded&#38;#39;&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php _e(&#38;#39;Contact Form&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php _e(&#38;#39;get in touch with us&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;
							&#38;lt;p&#38;gt;&#38;lt;?php _e(&#38;#39;This site uses valid HTML and CSS. All contents Copyright &#38;amp;copy;&#38;#39;,&#38;#39;avia_framework&#38;#39;); echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mlah384 on "Contact button in footer"</title>
			<link>http://www.kriesi.at/support/topic/contact-button-in-footer-1#post-25934</link>
			<pubDate>Fri, 26 Aug 2011 22:07:30 +0000</pubDate>
			<dc:creator>mlah384</dc:creator>
			<guid isPermaLink="false">25934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do you change the default footer content and keep the footer 5 contact button, text etc.. that Broadscope has as an example??
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
