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

		<item>
			<title>Ismael on "Add a Slogan on Welcome page"</title>
			<link>http://www.kriesi.at/support/topic/add-a-slogan-on-welcome-page#post-93683</link>
			<pubDate>Mon, 28 Jan 2013 04:23:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can edit header.php then find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo avia_logo();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_logo();
					echo &#38;quot;&#38;lt;div id=&#38;#39;slogan&#38;#39;&#38;gt;&#38;quot;;
					echo bloginfo(&#38;#39;description&#38;#39;);
					echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now open your custom.css then add this code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#slogan {
	position: absolute;
	z-index: 9999;
	bottom: 5px;
	left: 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can edit the slogan on Settings &#38;gt; General &#38;gt; Tagline.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilwhitemoth on "Add a Slogan on Welcome page"</title>
			<link>http://www.kriesi.at/support/topic/add-a-slogan-on-welcome-page#post-93660</link>
			<pubDate>Mon, 28 Jan 2013 01:54:29 +0000</pubDate>
			<dc:creator>lilwhitemoth</dc:creator>
			<guid isPermaLink="false">93660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to add a slogan to my web page , preferably on the Welcome page underneath where&#60;br /&#62;
I have the logo.  How do you do that?&#60;br /&#62;
Web page is casual420.com.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-17367</link>
			<pubDate>Tue, 19 Apr 2011 16:43:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>o0o on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-17365</link>
			<pubDate>Tue, 19 Apr 2011 16:33:26 +0000</pubDate>
			<dc:creator>o0o</dc:creator>
			<guid isPermaLink="false">17365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works! Great! Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-17351</link>
			<pubDate>Tue, 19 Apr 2011 15:40:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In header.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;logo &#38;lt;?php echo $logoclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;logo &#38;lt;?php echo $logoclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;

&#38;lt;div class=&#38;quot;website-slogan&#38;quot;&#38;gt;
&#38;lt;br/&#38;gt;&#38;lt;h2&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;br/&#38;gt;
&#38;lt;h3&#38;gt;&#38;lt;?php bloginfo(&#38;#39;description&#38;#39;); ?&#38;gt;&#38;lt;/h3&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in style.css add following code (to the very bottom of the file):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.website-slogan{
position: absolute;
left: 200px;
top: 30px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;By adjusting the top and the left value you can position the website name + slogan where you want. If you increase the left value the slogan will move to the right, if you increae the top value the slogan will move towards the bottom.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>o0o on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-17291</link>
			<pubDate>Mon, 18 Apr 2011 11:36:24 +0000</pubDate>
			<dc:creator>o0o</dc:creator>
			<guid isPermaLink="false">17291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry again, I meant both site name and slogan right-hand-sided to the logo (similar to your &#34;Cubit&#34;-theme). Your code puts them behind the logo... :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-17225</link>
			<pubDate>Sun, 17 Apr 2011 11:11:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In header.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;logo &#38;lt;?php echo $logoclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;logo &#38;lt;?php echo $logoclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;

&#38;lt;br/&#38;gt;&#38;lt;h2&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;br/&#38;gt;
&#38;lt;h3&#38;gt;&#38;lt;?php bloginfo(&#38;#39;description&#38;#39;); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will add the site name + slogan underneath the logo.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>o0o on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-17219</link>
			<pubDate>Sun, 17 Apr 2011 09:06:01 +0000</pubDate>
			<dc:creator>o0o</dc:creator>
			<guid isPermaLink="false">17219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh sorry, wrong support forum. I'm using habitat... :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-17210</link>
			<pubDate>Sun, 17 Apr 2011 07:08:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Which theme do you use? Avisio?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>o0o on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-17144</link>
			<pubDate>Fri, 15 Apr 2011 17:54:50 +0000</pubDate>
			<dc:creator>o0o</dc:creator>
			<guid isPermaLink="false">17144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to put the blog title (as referred in WP Settings) next (right hand) to the logo and the blog slogan beneath (maybe in a smaller typo). Any ideas...?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-11690</link>
			<pubDate>Sat, 22 Jan 2011 13:59:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You want to remove the logo and add a home link? &#60;/p&#62;
&#60;p&#62;You can do this via menu manager (Appearance &#38;gt; Menus). Just add an external link and give it any title you want. Then type in your website url in the &#34;url&#34; field.&#60;/p&#62;
&#60;p&#62;To remove the logo just add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .logo, .logo a{
display:none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>pushingtile on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-11642</link>
			<pubDate>Thu, 20 Jan 2011 23:35:44 +0000</pubDate>
			<dc:creator>pushingtile</dc:creator>
			<guid isPermaLink="false">11642@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I add the home title to the menu instead of using the logo, for display.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-11057</link>
			<pubDate>Sat, 08 Jan 2011 10:08:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Schön das ich helfen konnte. (btw bin aber nicht Kriesi sondern einer seiner Mitarbeiter)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mzohner on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-11056</link>
			<pubDate>Sat, 08 Jan 2011 09:34:31 +0000</pubDate>
			<dc:creator>mzohner</dc:creator>
			<guid isPermaLink="false">11056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cool, Kriesi,&#60;br /&#62;
danke!&#60;br /&#62;
Markus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-11021</link>
			<pubDate>Fri, 07 Jan 2011 12:04:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11021@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can create your own menu under Appearance &#38;gt; Menus. You can exclude/include pages, categories, posts and external links in your own custom menu. If you don't want to create a custom menu, you need to remove following code from lots_of_small_helpers.php located under avisio\framework\helper_functions:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;li $current&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_settings(&#38;#39;home&#38;#39;).&#38;quot;&#38;#39;&#38;gt;Home&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mzohner on "How to remove &#34;HOME&#34; in the menu?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-home-in-the-menu#post-10962</link>
			<pubDate>Wed, 05 Jan 2011 19:06:52 +0000</pubDate>
			<dc:creator>mzohner</dc:creator>
			<guid isPermaLink="false">10962@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Kriesi, thank you for the very cool theme!&#60;br /&#62;
I would need your help for a very small detail, please: In the menu, as the LOGO already takes to the HOME page and as the space is not too big, I would like to REMOVE THE HOME MENU .&#60;br /&#62;
How/where to do this?&#60;br /&#62;
This is the site: &#60;a href=&#34;http://www.centrumconsult.com&#34; rel=&#34;nofollow&#34;&#62;http://www.centrumconsult.com&#60;/a&#62;&#60;br /&#62;
Thank you very much and best regards,&#60;br /&#62;
Markus, &#60;a href=&#34;http://www.fizzo.ch&#34; rel=&#34;nofollow&#34;&#62;http://www.fizzo.ch&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
