<?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 - Tag: phone - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/phone</link>
		<description>Support Forum - Tag: phone - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 09:21:17 +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/tags/phone" rel="self" type="application/rss+xml" />

		<item>
			<title>Nicolas Lovelstzy on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106939</link>
			<pubDate>Tue, 23 Apr 2013 23:25:40 +0000</pubDate>
			<dc:creator>Nicolas Lovelstzy</dc:creator>
			<guid isPermaLink="false">106939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;great thx so much it worked :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106745</link>
			<pubDate>Tue, 23 Apr 2013 06:58:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106745@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to use the gravatar service: &#60;a href=&#34;https://gravatar.com/&#34; rel=&#34;nofollow&#34;&#62;https://gravatar.com/&#60;/a&#62; - it will connect your email address (wordpress user account) to an avatar image. This avatar will be used on all websites which support gravatar and where you use the same email address.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolas Lovelstzy on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106668</link>
			<pubDate>Mon, 22 Apr 2013 18:42:59 +0000</pubDate>
			<dc:creator>Nicolas Lovelstzy</dc:creator>
			<guid isPermaLink="false">106668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great thanks so much, it finally works. &#60;/p&#62;
&#60;p&#62;* It was a little bit of a journey as i used the code above under 3) with quotation marks as in the picture: &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture381adj.png&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture381adj.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;  and it gave me this response: &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture378adj.png&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture378adj.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;* then i changed it to a single hyphen from your original reply &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture382adj.png&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture382adj.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;  and i must have changed something as i got this &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture380adj.png&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture380adj.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;* so third time i deleted the entire line and coped pasted your original code with a br between phone numbers and now it works perfectly this is the final code &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture-379.png&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture-379.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;thank you for your effort it would be so much easier if we can have it like in a Choice as part of a header customization&#60;/p&#62;
&#60;p&#62;one non~related question: &#60;/p&#62;
&#60;p&#62;How do we add an avatar or a picture on our profile like you have a picture and our avatar is a white figure? thx&#60;/p&#62;
&#60;p&#62; ~
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106559</link>
			<pubDate>Mon, 22 Apr 2013 07:13:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106559@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Yes, a typo. Instead of color. #333333; use color: #333333; :)&#60;br /&#62;
If it still doesn't work try to add !important to it like:  #333333 !important;&#60;/p&#62;
&#60;p&#62;2) Use following css code to push the phone number text to the left:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.phonenumber {
padding-right: 100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can use any padding-right value :)&#60;/p&#62;
&#60;p&#62;3) Yes - add a break to the code - eg:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;phonenumber&#38;quot;&#38;gt;USA +1 650 560-5083 &#38;lt;br/&#38;gt;~ South Africa +27 21 813-9941&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nicolas Lovelstzy on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106353</link>
			<pubDate>Sat, 20 Apr 2013 10:05:45 +0000</pubDate>
			<dc:creator>Nicolas Lovelstzy</dc:creator>
			<guid isPermaLink="false">106353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;great thx 3 more questions: &#60;/p&#62;
&#60;p&#62;1. I added css and there is no color change (tried with 2 different color codes and no difference) is this correct place to put it &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture321adj.jpg&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture321adj.jpg&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;2. can we align to the right so it ends where Search ends (at the moment is going too far to the right &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture-328.png&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture-328.png&#60;/a&#62; ) &#60;/p&#62;
&#60;p&#62;3. also ideally if possible can we make it on 2 lines so it can look like this &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture322adj.jpg&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture322adj.jpg&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;4. &#60;code&#62;thanks appreciate your help&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106339</link>
			<pubDate>Sat, 20 Apr 2013 07:59:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) yes&#60;/p&#62;
&#60;p&#62;2) No, the class will be used to apply the css code - i.e. insert following code into the quick css field to change the color:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.phonenumber{
color: #333333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Put the code in between backtick ( ` ) characters.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolas Lovelstzy on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106330</link>
			<pubDate>Sat, 20 Apr 2013 07:19:54 +0000</pubDate>
			<dc:creator>Nicolas Lovelstzy</dc:creator>
			<guid isPermaLink="false">106330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thx, questions: &#60;/p&#62;
&#60;p&#62;1. is this the line you mean  &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture315adjusted.png&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Picture315adjusted.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;2. when you say a style text would this code be correct: &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/04/Untitled-1.jpg&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/04/Untitled-1.jpg&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;PS. extra question: what do i type to post typed code in the White Space like what you did? thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106323</link>
			<pubDate>Sat, 20 Apr 2013 06:51:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please use html code/text for the phone number - you can &#34;hardcode&#34; it into header.php. I.e. replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;header_meta&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;header_meta&#38;#39;&#38;gt;&#38;quot;;
echo &#38;quot;&#38;lt;div class=&#38;#39;phonenumber&#38;#39;&#38;gt;000000&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of 000000 insert your number. You can use the .phonenumber class to style the text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolas Lovelstzy on "Phone Number above Search"</title>
			<link>http://www.kriesi.at/support/topic/phone-number-above-search#post-106304</link>
			<pubDate>Fri, 19 Apr 2013 23:34:43 +0000</pubDate>
			<dc:creator>Nicolas Lovelstzy</dc:creator>
			<guid isPermaLink="false">106304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I added a phone number on the logo (header) but its not responsive here is a link: &#60;a href=&#34;http://globalads24.com&#34; rel=&#34;nofollow&#34;&#62;http://globalads24.com&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Can we make it like in a choice theme? &#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=choices&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=choices&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "View site as normal (non mobile)"</title>
			<link>http://www.kriesi.at/support/topic/view-site-as-normal-non-mobile#post-81973</link>
			<pubDate>Fri, 02 Nov 2012 14:26:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">81973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dat98cbr,&#60;/p&#62;
&#60;p&#62;No there is not. That is part of the &#34;responsive&#34; nature of the theme. It conforms to the screen size no matter if it is mobile, tablet or a large monitor it adapts to the size and adjusts the layout accordingly.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dat98cbr on "View site as normal (non mobile)"</title>
			<link>http://www.kriesi.at/support/topic/view-site-as-normal-non-mobile#post-81972</link>
			<pubDate>Fri, 02 Nov 2012 14:18:20 +0000</pubDate>
			<dc:creator>dat98cbr</dc:creator>
			<guid isPermaLink="false">81972@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to let the mobile phone based visitor decide if they want to view the site as &#34;normal&#34; instead of mobile version?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-51602</link>
			<pubDate>Sat, 14 Apr 2012 06:41:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great - I'll close this thread now. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mobetta on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-51593</link>
			<pubDate>Sat, 14 Apr 2012 01:55:43 +0000</pubDate>
			<dc:creator>mobetta</dc:creator>
			<guid isPermaLink="false">51593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just to let you know, I have solved all issues finally. It took the long awaited assistance of a code magician though. The problems with the navigation in both the sub menu of the header nav bar and the portfolio filters was caused by the way the menus were hardcoded originally. Some very complex fixes had to be done to the code. Not a customization friendly theme.&#60;/p&#62;
&#60;p&#62;Thanks for your attempt to assist.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mobetta on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-51548</link>
			<pubDate>Fri, 13 Apr 2012 15:37:18 +0000</pubDate>
			<dc:creator>mobetta</dc:creator>
			<guid isPermaLink="false">51548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@ Devin - no it is not the RSS Just Better plugin causing chaos with the portfolio filter. Also I have done nothing with the portfolio as far as customization goes yet. The only changes we wish to make here is to tone down the filter buttons and remove the sort by date etc line from the teaser bar as it is irrelevant to this business' portfolio posts. Also, adding the customization to the RSS plugin links works great in plain named colors. Once you add a hex color number to both a and hover, only the a color show whether hover or not as you can see in my code and what is happening on the footer atm.&#60;/p&#62;
&#60;p&#62;@Mya - I have altered the code for this footer area many times and everything I have tried refuses to work. Currently it has been restored to almost an exact copy of the original #3 stylesheet, which is where I left off pulling out my hair last weekend.&#60;/p&#62;
&#60;p&#62;The only reason that the span style is there is that at one point I hoped that would overcome this battle with the code. It didn't do anything no matter where I placed the ! and I just forgot to remove it. Some themes do recognize the font-color direction, obviously this is not one of them. If switching it to just color works... hallelujah! I will once again try to get the one remaining argumentative link in the footer under testimonials to look like a link instead of standard text this weekend. That the lower footer row of navigation links doesn't change on hover is not important. I'm over fighting with that area and it will suffice.&#60;/p&#62;
&#60;p&#62;Finally I come back to the header where no social icons or vote buttons are clickable, along with any nav bar links with child pages. The adding of a border does not make the first child tab in the drop down line up with the rest. Currently I believe it is set to 5px and the width still refuses to budge. The missing portfolio filter buttons has something to do with adding the phone and social icon contact bar to the header too. They were there until this area was properly in place above the nav bar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-51449</link>
			<pubDate>Thu, 12 Apr 2012 21:47:03 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">51449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mobetta,&#60;/p&#62;
&#60;p&#62;Sorry you're having such a time over the theme. As far as the footer goes, you should be to change the link colors by defining the exact DIV the link falls under. &#60;/p&#62;
&#60;p&#62;To explain, the footer is divided into two DIVs #footer_inside and #footer_outside. The #footer_inside is the widest/top area. The #footer_outside is the narrow/bottom area. By default, all the footer link colors are defined by line 15 of your style1.css which uses this CSS declaration #top .footer a. &#60;/p&#62;
&#60;p&#62;Now to override this you would add this code to your stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .footer #footer_inside a {
color: #ff6600;
}
#top .footer #footer_inside a:hover {
color: #ff6600;
}
#top .footer #footer_outside a {
color: #ff6600;
}
#top .footer #footer_outside a:hover {
color: #ff6600;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If for some reason that doesn't work add &#60;strong&#62;!important&#60;/strong&#62; out to the side of the color value. &#60;/p&#62;
&#60;p&#62;Like this: &#60;code&#62;color:#ff6600 !important;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Or you can always remove &#60;strong&#62;#top .footer a&#60;/strong&#62; from your stylesheet then add the four snippets from above.&#60;/p&#62;
&#60;p&#62;To make the links bold you would use this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;font-weight:bold;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I think you said in the top footer so it would be something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .footer #footer_inside a {
color: #ff6600;
font-weight:bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;By the way, when reviewing your code I noticed that you had the inline style &#60;strong&#62;style=&#34;font-color:#a99b84 important!&#34;&#60;/strong&#62; placed in the copyright. Just so you know in CSS you don't use font-color you use color and it's !important not important!. I believe you were trying to change the text color so I thought I would point it out. You can also use this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.footer #footer_outside {
color:#ffffff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mobetta on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-51106</link>
			<pubDate>Wed, 11 Apr 2012 04:21:49 +0000</pubDate>
			<dc:creator>mobetta</dc:creator>
			<guid isPermaLink="false">51106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Yes on the added plugin - RSS Just Better. The built in RSS widget makes a link out of the widget title too. Which is fine if you can read the links but has never been possible thanks to issue #4. Its the only reason why I hunted down a different rss plugin. The client has never been happy with this part of his site and support here has not found a way to help me overcome this bug of link colors versus text colors in the upper footer vs. the real footer.&#60;/p&#62;
&#60;p&#62;I'll try deactivating the plugin, but for what its worth - the amount of effort here in the footer design is long past ridiculous without reasonable happy medium. &#60;/p&#62;
&#60;p&#62;This theme has issues! Much of the items listed earlier all all due to adding divs to the header for important business needs. Something so simple as header phone number and social icons or the Google +1/Facebook Like votes button scripts should never be the cause of so much angst. Neither should being able to have a different color link text or hover in the upper versus the lower footer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-51035</link>
			<pubDate>Tue, 10 Apr 2012 20:27:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">51035@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mobetta,&#60;/p&#62;
&#60;p&#62;1) There is a 1 pixel border on the list items in the menu except for the first on in the list. You can change that by searching for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .nav li:first-child a{
border:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In your style.css and removing the border:none .&#60;/p&#62;
&#60;p&#62;2. I'm not sure. Have you installed any new plugins or made any additional changes in the template_portfolio.php file?&#60;/p&#62;
&#60;p&#62;3. You might not have been targeting the links correctly. Try:&#60;br /&#62;
`#rss-just-better-2.widget a{&#60;br /&#62;
color: red;&#60;br /&#62;
}&#60;br /&#62;
#rss-just-better-2.widget a:hover {&#60;br /&#62;
color: blue;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mobetta on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-50853</link>
			<pubDate>Mon, 09 Apr 2012 23:41:50 +0000</pubDate>
			<dc:creator>mobetta</dc:creator>
			<guid isPermaLink="false">50853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Thanks! A little alignment adjusting and the social icons will sit where they're supposed to. Not liking the icons but that has nothing to do with you.&#60;/p&#62;
&#60;p&#62;A couple more little things and this will be completed properly. &#60;/p&#62;
&#60;p&#62;1) Why is the top box in the menu dropdown suddenly a few pixels narrower than the ones beneath it? See About and Services.&#60;/p&#62;
&#60;p&#62;2) The portfolio filter buttons have now evaporated? Where did they go?!! Can't seem to figure this out. There's 2 rows of them on this site.&#60;/p&#62;
&#60;p&#62;3) No matter how many hours I spent or code edits I've tried, I cannot get a hover color in the upper footer links. Finally got it so they aren't almost invisible but now the RSS feed blog titles are not visible from the rest of the text in the right column. Mouseover shows them but they won't change color even though there is a mouseover color present on the stylesheet. This problem has been going on for about the last 18 months since I first put Avisio on this client's site. This is the best the links down there have looked. Now If I could just make it so they have a bold font and a mouseover color I'll be happy. Can't get too crazy with color down here - many tones are not easy to read on this background.&#60;/p&#62;
&#60;p&#62;Thanks for your help. This theme is most argumentative on customization.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-50747</link>
			<pubDate>Mon, 09 Apr 2012 17:08:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">50747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have checked your page and your social icon images(blank images as I see them) are aligned vertically. Here are the initial solutions that I think can help you.&#60;/p&#62;
&#60;p&#62;1.) In your style.css, change the #contactbar_icons width from 35px to 180px.&#60;br /&#62;
2.) Try to replace the &#34;(double quote) to '(single quote) and if possible try to change add the url in the src.&#60;/p&#62;
&#60;p&#62;I have found this line of code in your site:&#60;br /&#62;
&#60;code&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://twitter.com/desertcrestllc”&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;”icon-tw.png”&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Just replace it with this:&#60;br /&#62;
&#60;code&#62;&#60;code&#62;&#38;lt;a href=&#38;#39;http://twitter.com/desertcrestllc&#38;#39;&#38;gt;&#38;lt;img src=&#38;#39;http://desertcrestllc.com/beta/icon-tw.png&#38;#39; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope it helps. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mobetta on "Add phone &#38; social icons to header - Avisio"</title>
			<link>http://www.kriesi.at/support/topic/add-phone-social-icons-to-header-avisio#post-50556</link>
			<pubDate>Sun, 08 Apr 2012 02:09:35 +0000</pubDate>
			<dc:creator>mobetta</dc:creator>
			<guid isPermaLink="false">50556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have added divs to the header for the client's phone numbers, social icons and the Google +1 and Facebook like buttons. I have two issues going on with it.&#60;/p&#62;
&#60;p&#62;    1) my div container is beneath the header at the top of the slider&#60;br /&#62;
    2) the social icon images are missing but they are there&#60;/p&#62;
&#60;p&#62;On Chrome the missing image symbol appears in a nice line where the icons should be. On Firefox and IE9 there is just a blank space where the inline row of the 8 icons should be sitting.&#60;/p&#62;
&#60;p&#62;I have fought with it for many hours. I don't get it! What's wrong here? &#60;a href=&#34;http://bit.ly/HwLmbi&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/HwLmbi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cocov on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-33129</link>
			<pubDate>Sat, 26 Nov 2011 02:06:20 +0000</pubDate>
			<dc:creator>cocov</dc:creator>
			<guid isPermaLink="false">33129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I recently downloaded the theme. The iphone 3G problem is still there. The footer does not align under the rest of the site, it goes to the right. Was this fixed recently?&#60;/p&#62;
&#60;p&#62;How do I know if the Brightbox version I downloaded is the most current. Where can I find the theme version identifiers?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-23560</link>
			<pubDate>Wed, 27 Jul 2011 07:46:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We'll announce the update (twitter, forum) and you can download it for free at &#60;a href=&#34;http://themeforest.net&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net&#60;/a&#62; (log in and go to the download section).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfaulkie on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-23535</link>
			<pubDate>Tue, 26 Jul 2011 20:48:01 +0000</pubDate>
			<dc:creator>cfaulkie</dc:creator>
			<guid isPermaLink="false">23535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;how will we know there is an update. will the theme auto update or will the theme need to be repurchased.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-23472</link>
			<pubDate>Tue, 26 Jul 2011 06:19:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23472@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not aware of an update about this specific issue but Kriesi will release an update soon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfaulkie on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-23461</link>
			<pubDate>Tue, 26 Jul 2011 02:37:45 +0000</pubDate>
			<dc:creator>cfaulkie</dc:creator>
			<guid isPermaLink="false">23461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;and I am using the velvet theme
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfaulkie on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-23460</link>
			<pubDate>Tue, 26 Jul 2011 02:37:07 +0000</pubDate>
			<dc:creator>cfaulkie</dc:creator>
			<guid isPermaLink="false">23460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am running into the same problem. Very bad issue and at this point I don't have time to redo the site. Did this bug get fixed and is there an update?? I am using an android phone and I am not sure what other info would be helpful.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-20255</link>
			<pubDate>Wed, 01 Jun 2011 00:53:20 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">20255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ios 3 on 3GS&#60;br /&#62;
&#60;a href=&#34;http://i.imgur.com/DPC79.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/DPC79.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I didn t upgrade that phone as I am grandfathered with the unlimited data on that plan. I haven t checked on ios4&#60;br /&#62;
I understand it is not the latest version but I am more curious as to why this is happening.&#60;/p&#62;
&#60;p&#62;I have noticed that sometimes the content of brightbox before the footer gets &#34;eaten&#34; ie does not show ie push the length of the page down. This is noticeable with some sidebars. I guess this is because you are probably not wrapping the footer into a div from the top of the page.&#60;br /&#62;
PS: this happens with or without the Theme forest header and does not happen with other themes as far as I know
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-20244</link>
			<pubDate>Tue, 31 May 2011 21:51:09 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">20244@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;I am sorry but I cannot see any bugs on my iphone. which iphone and ios version are you using? the latest ios version on iphone 4 works perfectly fine for me &#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-20079</link>
			<pubDate>Sun, 29 May 2011 06:29:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20079@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I tested Brightbox with Opera mobile and I couldn't reproduce the bug. I'll ask Kriesi to look into it. Hopefully he has an iphone...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "Bug: Theme broken on iphone"</title>
			<link>http://www.kriesi.at/support/topic/bug-theme-broken-on-iphone#post-20073</link>
			<pubDate>Sat, 28 May 2011 19:35:39 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">20073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just noticed that the theme's footer appears to the right side of the page outside of the main content area when looked at on an iphone. Not sure if this is the same on other devices. Just open the demo of the theme without the theme forest header and you will see what I mean.&#60;/p&#62;
&#60;p&#62;needs fixing asap
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
