<?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: Change Feedback Button on the left</title>
		<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left</link>
		<description>Support Forum - Topic: Change Feedback Button on the left</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 02:59:43 +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/change-feedback-button-on-the-left" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62895</link>
			<pubDate>Fri, 29 Jun 2012 18:00:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that works for you and hopefully Kriesi can look into this a bit further :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62893</link>
			<pubDate>Fri, 29 Jun 2012 17:58:54 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">62893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok thank you ... i make the post GREEN :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62794</link>
			<pubDate>Fri, 29 Jun 2012 06:50:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">62794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, it's the &#34;proper&#34; way however I'll ask Kriesi to look into it. Basically it should be possible to align the button with left: 0; if the container fills the entire space. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62623</link>
			<pubDate>Thu, 28 Jun 2012 12:06:34 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">62623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help !!! i will try this if i want to use the button. just now its disabled :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lukas on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62614</link>
			<pubDate>Thu, 28 Jun 2012 09:39:22 +0000</pubDate>
			<dc:creator>Lukas</dc:creator>
			<guid isPermaLink="false">62614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, so I just played around with this a bit more and found the code for this in layout.css:&#60;/p&#62;
&#60;p&#62;/*feedback*/&#60;/p&#62;
&#60;p&#62;.feedback_button{&#60;br /&#62;
	display:block;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
	position: fixed;&#60;br /&#62;
	top:415px;&#60;br /&#62;
	left:-32px;&#60;br /&#62;
	z-index: 1000;&#60;br /&#62;
	padding:7px 14px;&#60;br /&#62;
	border-width: 1px;&#60;br /&#62;
	border-style: solid;&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	-webkit-transform: rotateZ(-90deg);&#60;br /&#62;
	-moz-transform: rotate(-90deg);&#60;br /&#62;
	-ms-transform: rotate(-90deg);&#60;br /&#62;
	-o-transform: rotate(-90deg);&#60;br /&#62;
	transform: rotate(-90deg);&#60;br /&#62;
	-webkit-backface-visibility: hidden;&#60;br /&#62;
	font-family: &#34;HelveticaNeue&#34;, &#34;Helvetica Neue&#34;, Helvetica, Arial, Verdana, sans-serif;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Now we see this is a fixed position at -32px. If you add the following to your custom.css:&#60;/p&#62;
&#60;p&#62;#header .feedback_button {&#60;br /&#62;
	left:-40px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;you can now start playing around with this value to find the position that works for you and puts the button back into its proper place. You can also play with the width value in order to get rid of the blurred text.&#60;/p&#62;
&#60;p&#62;I don't know whether or not this is the proper way to do it, it worked for me. Perhaps Someone from support can confirm. :)&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lukas on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62611</link>
			<pubDate>Thu, 28 Jun 2012 08:52:29 +0000</pubDate>
			<dc:creator>Lukas</dc:creator>
			<guid isPermaLink="false">62611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can confirm this problem.&#60;/p&#62;
&#60;p&#62;The longer word(s) get, the further the button moves away from its original position towards the center of the page, just floating around there. Also, funnily enough some words do get blurry. FEEDBACK is perfect, also CONTACT looks right, however some combinations do look blurred.&#60;/p&#62;
&#60;p&#62;For the sake of example:&#60;br /&#62;
GET A QUOTE makes the button move to the right a few pixels, whereas GET QUOTE looks very blurred. Try it out. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62349</link>
			<pubDate>Tue, 26 Jun 2012 23:25:34 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">62349@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;KONTAKT &#38;gt; not sharp&#60;br /&#62;
KONTAKTIEREN SIE UNS &#38;gt; then it appears in the page and its not sharp too&#60;/p&#62;
&#60;p&#62;it looks like a blur, anti aliased effect or something else.&#60;/p&#62;
&#60;p&#62;only the word FEEDBACK ist perfect :)&#60;br /&#62;
im just building the site and dont wanna post a public link, but i can email u the link if u want!?&#60;br /&#62;
which adress?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62327</link>
			<pubDate>Tue, 26 Jun 2012 21:10:55 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">62327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ak-muc,&#60;/p&#62;
&#60;p&#62;Glad you figured it out. :D What was the word you typed just so we can test ourselves?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62322</link>
			<pubDate>Tue, 26 Jun 2012 20:54:42 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">62322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok but i found a bug ... if u type longer words it appears in the middle of the page and its not as sharp as the word FEEDBACK
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62319</link>
			<pubDate>Tue, 26 Jun 2012 20:47:08 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">62319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for that stupid Question ... found it.&#60;/p&#62;
&#60;p&#62;Its in the Theme Options Panel for the users who read this :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Change Feedback Button on the left"</title>
			<link>http://www.kriesi.at/support/topic/change-feedback-button-on-the-left#post-62316</link>
			<pubDate>Tue, 26 Jun 2012 20:22:13 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">62316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support Team,&#60;/p&#62;
&#60;p&#62;easy Question for me noob :)&#60;br /&#62;
How can i translate the Feedback Button on the left and how can i disable it?&#60;br /&#62;
i want the button rename to KONTAKT or disable it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
