<?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: How to change distance between social links and hover fields (like search etc.)</title>
		<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc</link>
		<description>Support Forum - Topic: How to change distance between social links and hover fields (like search etc.)</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 06:36:02 +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/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47802</link>
			<pubDate>Thu, 22 Mar 2012 17:29:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">47802@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad its finally working for you and a big thanks for providing your solution with the mods you've made. I'll mark this as resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47761</link>
			<pubDate>Thu, 22 Mar 2012 14:47:28 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;puh, I got it ..., it's such a small error, that causes such a problem ;-)&#60;/p&#62;
&#60;p&#62;The responsible code for this whole problem is in the &#60;strong&#62;style.css:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.avia_tooltip {&#60;br /&#62;
background: url(&#34;images/shared/arrow_up.png&#34;) no-repeat scroll 80px top transparent;&#60;br /&#62;
margin: 0 0 0 -84px;&#60;br /&#62;
padding: 10px 0 0;&#60;/p&#62;
&#60;p&#62;position: absolute;&#60;br /&#62;
text-align: center;&#60;br /&#62;
width: 180px;&#60;br /&#62;
z-index: 1000;&#60;br /&#62;
font-size: 11px;&#60;br /&#62;
top:0;&#60;br /&#62;
left:-9999px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and there - for some reasons, don't know anymore - I have changed the part &#60;/p&#62;
&#60;p&#62;&#60;code&#62;padding: 10px 0 0;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;&#60;code&#62;padding: -10px 0 0;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;So the little arrow is not shown and therefor when you move down your mouse, the tooltip disappears ... why ever ...&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;- - - - - - - - - - &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Solution:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;So if somebody also needs this boxed layout of mine with a margin-top of 30px, then you need to add to your custom.css for a correct display and function of the social icons' tooltips:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.boxed #wrap_all {&#60;br /&#62;
    border-color: #A0918A;&#60;br /&#62;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);&#60;br /&#62;
	margin: 30px auto;&#60;br /&#62;
border-color: #AAAAAA #AAAAAA -moz-use-text-color;&#60;br /&#62;
border-style: solid solid none;&#60;br /&#62;
border-width: 1px 1px medium;&#60;br /&#62;
box-shadow: 0 8px 8px 0 #202020;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;body .avia_tooltip {&#60;br /&#62;
margin: -23px 0 0 -84px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;body .tooltip_search_site {&#60;br /&#62;
margin: -36px 0 0 -160px;&#60;br /&#62;
padding-top: 11 px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks a lot, Kriesi, for your patience, but now it works like a charm :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47748</link>
			<pubDate>Thu, 22 Mar 2012 14:04:57 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Kriesi, this change causes a &#34;jumping&#34; of the searchfield ... &#60;/p&#62;
&#60;p&#62;Where do I find the code for this little arrow on top of (not only) the animated searchfield? I don't know, but in these file(s) I probably need to add a margin-top, too?&#60;/p&#62;
&#60;p&#62;Which file and and code is responsible, so that the search tooltip &#34;stays visible&#34; when the cursor moves on it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47718</link>
			<pubDate>Thu, 22 Mar 2012 11:40:21 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hm probably one of the many modifications you made messed up with the field.&#60;/p&#62;
&#60;p&#62;please try to change&#60;/p&#62;
&#60;pre&#62;
body .tooltip_search_site {
margin: -20px 0 0 -160px;
}
&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;
body .tooltip_search_site {
margin: -36px 0 0 -160px;
padding-top: 11px;
}
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47671</link>
			<pubDate>Thu, 22 Mar 2012 08:42:09 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47671@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, but unfortunately it doesn't solve this problem. I have now changed in avia.js these values, too, but the search field is disappearing as soon as you move down your cursor from the search icon to the appearing search field.&#60;/p&#62;
&#60;p&#62;If you look at the demo theme &#60;a href=&#34;http://www.kriesi.at/themes/corona/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/&#60;/a&#62; then I noticed, that&#60;/p&#62;
&#60;p&#62;a) there the searchfield has a little arrow, which mine has not? Perhaps out of view because of some parameters (margins)?&#60;/p&#62;
&#60;p&#62;b) although the search field has now nearly no distance between the search icon, it does not remain visible, when moving the cursor to it, so that you can type in any search words ... &#60;/p&#62;
&#60;p&#62;I'm not so familiar with PHP and JS etc, so I can't find it out ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47657</link>
			<pubDate>Thu, 22 Mar 2012 07:06:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Open up js/avia.js and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;start: 30,
			active: 20,
			end: 30&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can adjust the activate parameter - this should affect the tooltip behaviour and solve your issue. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47637</link>
			<pubDate>Thu, 22 Mar 2012 01:56:24 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you. The code for the margin works like a charm, but the problem still is, if I move down the cursor from the search icon, to type something into the search field, it disappears, so that I cannot write in it.&#60;/p&#62;
&#60;p&#62;Where can I change what, so that the search field stays, when moving the cursor from the search icon down to the search field like in the demo theme?&#60;/p&#62;
&#60;p&#62;Here is mine:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/7vtuj3j&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/7vtuj3j&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47467</link>
			<pubDate>Wed, 21 Mar 2012 17:26:11 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For the general hover icons modify the margin top value:&#60;/p&#62;
&#60;pre&#62;
body .avia_tooltip {
margin: -23px 0 0 -84px;
}
&#60;/pre&#62;
&#60;p&#62;for the search field modify the tooltip_search_site classes margin top value&#60;/p&#62;
&#60;pre&#62;
body .tooltip_search_site {
margin: -20px 0 0 -160px;
}
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-47199</link>
			<pubDate>Tue, 20 Mar 2012 18:11:54 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">47199@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, I have tried several, but haven't found the right one, that needs to be adjusted to change the distance between the icons itself and the field, that appears, when hovering over the icon:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i39.tinypic.com/dgl9wy.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i39.tinypic.com/dgl9wy.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That's especially important, because as long as it is like now, nobody can type in any search :-(&#60;/p&#62;
&#60;p&#62;My site is here:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/7vtuj3j&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/7vtuj3j&#60;/a&#62;&#60;br /&#62;
It's not yet ready, but you can see the social icons at the top.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-45501</link>
			<pubDate>Fri, 09 Mar 2012 21:38:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">45501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;There is a couple of classes you can try to modify, but without seeing your site live I can't tell you exactly which one will do the trick.&#60;/p&#62;
&#60;p&#62;You can try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.avia_tooltip {}

.avia_tooltip_inner{}

.avia_tooltip_content{}

.avia_tooltip_inner, .avia_tooltip_content{}

.tooltip_search_site{}

.tooltip_search_site .avia_tooltip_content{}

.tooltip_search_site #searchform{}

.tooltip_search_site #s{}

#top #searchsubmit, #top #searchsubmit:hover{}

#top  .tooltip_search_site #searchsubmit, #top  .tooltip_search_site #searchsubmit:hover{}

#top .tooltip_search_site #searchsubmit:hover {}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;These are all in your style.css between lines ~436 and ~522.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-45467</link>
			<pubDate>Fri, 09 Mar 2012 19:31:06 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">45467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, as you can see in the screenshot, I have changed the CSS for the box layout. So it might had effect to the social icons, too.&#60;/p&#62;
&#60;p&#62;But I haven't found neither in my custom.css nor in the minimal.css anything, where to change&#60;/p&#62;
&#60;p&#62;a) the margin/padding (?) for these tooltips (?)&#60;/p&#62;
&#60;p&#62;b) where to change especially the searchform tooltip,because at the moment, I can't access the form in the tooltip, because it disappears, when moving the cursor down to it (see screenshot: the distance is there to much, too) and:&#60;/p&#62;
&#60;p&#62;c) in the demo theme, when clicking on the search icon, the tooltip remains visible, so that I can write in it, but in mine - clicking on the search icon - the tooltip with the searchform does not remain visible.&#60;/p&#62;
&#60;p&#62;Where can I change what code, so that the distance can get more lower and how to keep the searchform accessible for typing in it?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-45444</link>
			<pubDate>Fri, 09 Mar 2012 18:31:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">45444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;Have you made in css modifcations already? The base theme files have the hover effects touching the upper menu area already.&#60;/p&#62;
&#60;p&#62;See: &#60;a href=&#34;http://www.kriesi.at/themes/corona/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-45117</link>
			<pubDate>Thu, 08 Mar 2012 10:15:34 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">45117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need this very urgent, please any idea?&#60;br /&#62;
If my English is too bad to understand, please see the screenshot with descriptions in it.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-44814</link>
			<pubDate>Tue, 06 Mar 2012 06:43:30 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">44814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;still not resolved, support please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-44295</link>
			<pubDate>Thu, 01 Mar 2012 21:37:59 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">44295@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anyone an idea please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to change distance between social links and hover fields (like search etc.)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-distance-between-social-links-and-hover-fields-like-search-etc#post-44127</link>
			<pubDate>Thu, 01 Mar 2012 01:03:53 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">44127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how can I change the distance between the social links, like the search icon for example, and their items appearing when hovering over them:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i39.tinypic.com/dgl9wy.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i39.tinypic.com/dgl9wy.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I haven't found anything, where to change the CSS (?), so that the hovering items - like the field, where to type in the search - comes more to the top to the small icons.&#60;/p&#62;
&#60;p&#62;The problem at my site is, that when hovering over the social icons, the search field for example, disappears when moving the mouse down, to type into it ==&#38;gt; the distance is to large, see screenshot.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
