<?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 Quicklink doesn&#039;t stay on the side if I change text</title>
		<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text</link>
		<description>Support Forum - Topic: Contact Quicklink doesn&#039;t stay on the side if I change text</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 05:59:58 +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-quicklink-doesnt-stay-on-the-side-if-i-cange-text" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-64571</link>
			<pubDate>Mon, 09 Jul 2012 19:39:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that its finally resolved and working for you :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other issues and we'll do our best to help out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wyko on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-64531</link>
			<pubDate>Mon, 09 Jul 2012 16:41:47 +0000</pubDate>
			<dc:creator>Wyko</dc:creator>
			<guid isPermaLink="false">64531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ha! Ismael and Dude, you and the rest of the forum are amazing. That worked, and you have my thanks!&#60;/p&#62;
&#60;p&#62;And also, thank you for your patience with my questions. I'm learning more about working with this every day, and your help is priceless.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-64436</link>
			<pubDate>Mon, 09 Jul 2012 06:12:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64436@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Wyko,&#60;/p&#62;
&#60;p&#62;Just keep us posted. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-64435</link>
			<pubDate>Mon, 09 Jul 2012 06:11:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">64435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can use following css code to hide the button on the contact page:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.page-id-86 .feedback_button{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wyko on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-64432</link>
			<pubDate>Mon, 09 Jul 2012 04:22:23 +0000</pubDate>
			<dc:creator>Wyko</dc:creator>
			<guid isPermaLink="false">64432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.getgeek.org/temp&#34; rel=&#34;nofollow&#34;&#62;http://www.getgeek.org/temp&#60;/a&#62; is mine. I'll try the code tomorrow. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-64428</link>
			<pubDate>Mon, 09 Jul 2012 04:04:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64428@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Wyko,&#60;/p&#62;
&#60;p&#62;For the feedback button that gets further from the side, try to use this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.feedback_button {
   left: -45px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the left value as required.&#60;/p&#62;
&#60;p&#62;For the contact quicklink to be removed from the contact page, I would need to see your site so I can give you a specific css snippet that would work for your site.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wyko on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-64356</link>
			<pubDate>Sun, 08 Jul 2012 12:43:13 +0000</pubDate>
			<dc:creator>Wyko</dc:creator>
			<guid isPermaLink="false">64356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nope!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-64340</link>
			<pubDate>Sun, 08 Jul 2012 08:17:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Wyko,&#60;/p&#62;
&#60;p&#62;Is this problem resolved now?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wyko on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-63938</link>
			<pubDate>Thu, 05 Jul 2012 21:15:33 +0000</pubDate>
			<dc:creator>Wyko</dc:creator>
			<guid isPermaLink="false">63938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also, a random and not really important question; Is it possible to disable the contact quicklink when I'm on the contact page? Seems redundant.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wyko on "Contact Quicklink doesn&#039;t stay on the side if I change text"</title>
			<link>http://www.kriesi.at/support/topic/contact-quicklink-doesnt-stay-on-the-side-if-i-cange-text#post-63908</link>
			<pubDate>Thu, 05 Jul 2012 19:56:47 +0000</pubDate>
			<dc:creator>Wyko</dc:creator>
			<guid isPermaLink="false">63908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As seen here: &#60;a href=&#34;http://imgur.com/a/APJhY&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/a/APJhY&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The more text I put in it, the further from the side it gets. This is probably a small messup in a function somewhere, but I don't know where it is. &#60;/p&#62;
&#60;p&#62;-.- &#60;/p&#62;
&#60;p&#62;What a day, haha.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
