<?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: number - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/number</link>
		<description>Support Forum - Tag: number - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 01:25:00 +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/number" 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>Dude on "Forum bbpress"</title>
			<link>http://www.kriesi.at/support/topic/forum-bbpress#post-98649</link>
			<pubDate>Wed, 27 Feb 2013 08:17:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98649@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 link:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.bbp-body .bbp-meta a{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeliuc on "Forum bbpress"</title>
			<link>http://www.kriesi.at/support/topic/forum-bbpress#post-98615</link>
			<pubDate>Wed, 27 Feb 2013 01:13:14 +0000</pubDate>
			<dc:creator>Jeliuc</dc:creator>
			<guid isPermaLink="false">98615@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, i noticed that when looking at a single entry (or reply) in a topic a number #.... is shown in the upper right corner, that when clicked upon makes this string appear in the url: #post-yourpostnumberhere and linkts direcrtly to the post into the page.&#60;br /&#62;
Now, I would really like to get rid of that writing, i don't like that users can see posts being numbered.&#60;br /&#62;
I tried different css elements but had little success... how can i remove/don't display that counter? If it's possible by css, it would be the best option. any help would be appreciated, thanks a lot and best regards, &#60;/p&#62;
&#60;p&#62;Lorenzo :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Reduce number of tags in cloud"</title>
			<link>http://www.kriesi.at/support/topic/reduce-number-of-tags-in-cloud#post-29831</link>
			<pubDate>Wed, 19 Oct 2011 10:28:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
according to this page: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_tag_cloud&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_tag_cloud&#60;/a&#62; it's possible to add a number parameter. Open up shoutbox\framework\php\class-framework-widgets.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_tag_cloud(&#38;#39;smallest=12&#38;amp;largest=12&#38;amp;unit=px&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_tag_cloud(&#38;#39;smallest=12&#38;amp;largest=12&#38;amp;unit=px&#38;amp;number=45&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can use any value (i.e. 50 instead of 45).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eddygame on "Reduce number of tags in cloud"</title>
			<link>http://www.kriesi.at/support/topic/reduce-number-of-tags-in-cloud#post-29824</link>
			<pubDate>Wed, 19 Oct 2011 07:40:21 +0000</pubDate>
			<dc:creator>eddygame</dc:creator>
			<guid isPermaLink="false">29824@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, is there a way I can reduce the number of TAGS displayed in the combo box tag cloud?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stantz on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-28693</link>
			<pubDate>Wed, 05 Oct 2011 16:27:50 +0000</pubDate>
			<dc:creator>stantz</dc:creator>
			<guid isPermaLink="false">28693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks dude. Done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-28380</link>
			<pubDate>Sun, 02 Oct 2011 08:07:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28380@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please create me an admin account and send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll look into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stantz on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-28300</link>
			<pubDate>Fri, 30 Sep 2011 20:31:00 +0000</pubDate>
			<dc:creator>stantz</dc:creator>
			<guid isPermaLink="false">28300@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks dude, but I am up to date. I don't want to reinstall and lose any customisation, any other way to active this?&#60;/p&#62;
&#60;p&#62;I am using category post at the moment to link to certain categories but the formatting doesn't work in the footer. Can i re-install the plugin somewhere or modify the PHP?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-28257</link>
			<pubDate>Fri, 30 Sep 2011 06:09:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I checked it again and the Sidebar News widget is part of the theme. Try to install the latest version of Avisio and check if the widget is in one of the &#34;widget pools&#34; - &#34;Available Widgets&#34; or &#34;Inactive Widgets&#34;. You can also use widgets like: &#60;a href=&#34;http://wordpress.org/extend/plugins/category-posts/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/category-posts/&#60;/a&#62; but they're not optimized for Avisio.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stantz on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-28220</link>
			<pubDate>Thu, 29 Sep 2011 20:06:17 +0000</pubDate>
			<dc:creator>stantz</dc:creator>
			<guid isPermaLink="false">28220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys,&#60;/p&#62;
&#60;p&#62;Thanks for the reply. I don't have the Avisio sidebar news widget for some reason. I have a portfolio widget which I am using to display portfolio items in the side bar on certain pages.&#60;/p&#62;
&#60;p&#62;Could I edit a piece of code to change the number of posts / limit the number elsewhere?&#60;/p&#62;
&#60;p&#62;Thanks again guys, much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-27449</link>
			<pubDate>Wed, 21 Sep 2011 07:11:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
just drag'n'drop the Avisio sidebar news widget into the column4 widget area. You can set the number of posts by using the sidebar news widget options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JulieS on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-27438</link>
			<pubDate>Wed, 21 Sep 2011 03:20:58 +0000</pubDate>
			<dc:creator>JulieS</dc:creator>
			<guid isPermaLink="false">27438@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use the PHP Code widget (drag from Available Widgets into the Footer-Column 4 field) and then use this code. &#34;showposts&#34; specifies the number of posts and you'll need to replace &#34;yourcategory&#34; with whatever category you want the posts to come from.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php query_posts(&#38;#39;category_name=yourcategory&#38;amp;showposts=4&#38;#39;); ?&#38;gt;
&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;
        &#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;
          &#38;lt;?php the_title(); ?&#38;gt;
          &#38;lt;/a&#38;gt;  &#38;lt;/li&#38;gt;
        &#38;lt;?php endwhile; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But you will need to format the output.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stantz on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-27199</link>
			<pubDate>Sat, 17 Sep 2011 09:01:36 +0000</pubDate>
			<dc:creator>stantz</dc:creator>
			<guid isPermaLink="false">27199@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any thoughts on a fix?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stantz on "Limit the Number of Posts - Footer Widget"</title>
			<link>http://www.kriesi.at/support/topic/limit-the-number-of-posts-footer-widget#post-27173</link>
			<pubDate>Fri, 16 Sep 2011 14:40:13 +0000</pubDate>
			<dc:creator>stantz</dc:creator>
			<guid isPermaLink="false">27173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey All,&#60;/p&#62;
&#60;p&#62;One other question if thats ok? I would like to limit the number of posts in column 4 of the footer - the default widget for that column. What do I need to change the widget to a 4 post limit. Sadly using the recent posts widget (or any other) isn't an option as the formatting is changed.&#60;/p&#62;
&#60;p&#62;Big thanks again.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
