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

		<item>
			<title>Dude on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-102370</link>
			<pubDate>Thu, 21 Mar 2013 06:31:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can hide it with following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.archive .firstheading {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suderDesign on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-102245</link>
			<pubDate>Wed, 20 Mar 2013 12:51:35 +0000</pubDate>
			<dc:creator>suderDesign</dc:creator>
			<guid isPermaLink="false">102245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Many thanks Peter.&#60;br /&#62;
I asked also about how can I remove &#34;Archive for category: aktualności&#34;? :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-102242</link>
			<pubDate>Wed, 20 Mar 2013 12:43:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102242@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I corrected the instructions above. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suderDesign on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-102215</link>
			<pubDate>Wed, 20 Mar 2013 11:20:28 +0000</pubDate>
			<dc:creator>suderDesign</dc:creator>
			<guid isPermaLink="false">102215@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude, it doesn't working. &#60;a href=&#34;http://www.kalibracje.com/category/aktualnosci/&#34; rel=&#34;nofollow&#34;&#62;http://www.kalibracje.com/category/aktualnosci/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "&#34;Top&#34; Menu Question and Problem"</title>
			<link>http://www.kriesi.at/support/topic/top-menu-question-and-problem#post-101601</link>
			<pubDate>Sat, 16 Mar 2013 08:48:21 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">101601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please read this and follow the directions in order to be able to see the 2nd menu &#60;a href=&#34;http://www.kriesi.at/support/topic/propulsion-sub-menu-messes-up#post-53872&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/propulsion-sub-menu-messes-up#post-53872&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-101590</link>
			<pubDate>Sat, 16 Mar 2013 07:27:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; In archive.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_header();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_header();
$avia_config[&#38;#39;layout&#38;#39;] = &#38;#39;fullwidth&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add following code into the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.archive .fullwidth .template-blog.content {
width: 100%;
}

#top.archive .template-blog .entry-content {
width: 770px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suderDesign on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-101482</link>
			<pubDate>Fri, 15 Mar 2013 13:28:31 +0000</pubDate>
			<dc:creator>suderDesign</dc:creator>
			<guid isPermaLink="false">101482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry, I gave you a bad link. Of course &#60;a href=&#34;http://www.kalibracje.com/category/aktualnosci/&#34; rel=&#34;nofollow&#34;&#62;http://www.kalibracje.com/category/aktualnosci/&#60;/a&#62;&#60;br /&#62;
And how can I make blog archive as full width?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suderDesign on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-101461</link>
			<pubDate>Fri, 15 Mar 2013 09:50:20 +0000</pubDate>
			<dc:creator>suderDesign</dc:creator>
			<guid isPermaLink="false">101461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Many thanks guys. Great support as always!&#60;/p&#62;
&#60;p&#62;Please let me know how can I remove also &#34;Archive for category: aktualności&#34; on blog &#60;a href=&#34;http://www.kalibracje.com/szkola/&#34; rel=&#34;nofollow&#34;&#62;http://www.kalibracje.com/szkola/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KenH83 on "&#34;Top&#34; Menu Question and Problem"</title>
			<link>http://www.kriesi.at/support/topic/top-menu-question-and-problem#post-101392</link>
			<pubDate>Thu, 14 Mar 2013 22:01:05 +0000</pubDate>
			<dc:creator>KenH83</dc:creator>
			<guid isPermaLink="false">101392@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael, &#60;/p&#62;
&#60;p&#62;The code you first shared works perfectly. Thank you very much!&#60;/p&#62;
&#60;p&#62;How can I add additional items to this menu? It does not seem to appear under &#34;Appearance &#38;gt; Menus&#34; Under WP-Admin.&#60;/p&#62;
&#60;p&#62;Is this something that has to be hard coded inside a code file? Something like header.php?? (I haven't honestly looked at any of the php files)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Ken
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "&#34;Top&#34; Menu Question and Problem"</title>
			<link>http://www.kriesi.at/support/topic/top-menu-question-and-problem#post-101281</link>
			<pubDate>Thu, 14 Mar 2013 11:57:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">101281@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ken,&#60;/p&#62;
&#60;p&#62;Try adding this code in your Quick CSS(located in Propulsion &#38;gt; Theme Options &#38;gt; Styling) or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .sub_menu li ul li {
background: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or, this code, if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .sub_menu li ul li {
background: #fff !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-101280</link>
			<pubDate>Thu, 14 Mar 2013 11:53:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) In header.php search &#38;amp; delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;submenu&#38;#39;&#38;gt;

					&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;
						&#38;lt;?php
						/*
						*	display the main navigation menu
						*   modify the output in your wordpress admin backend at appearance-&#38;gt;menus
						*/
						$args = array(&#38;#39;theme_location&#38;#39;=&#38;gt;&#38;#39;avia2&#38;#39;, &#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;&#38;#39;);
						wp_nav_menu($args);
						?&#38;gt;

						&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
							&#38;lt;?php
							do_action(&#38;#39;avia_add_social_icon&#38;#39;,&#38;#39;header&#38;#39;);

							//text snuippet (eg phone number)
							if($phone = avia_get_option(&#38;#39;phone_snippet&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;phone&#38;#39;&#38;gt;&#38;quot;.$phone.&#38;quot;&#38;lt;/li&#38;gt;&#38;quot;;

							//contact icon
							$contact_page_id = avia_get_option(&#38;#39;email_page&#38;#39;);
			                if (function_exists(&#38;#39;icl_object_id&#38;#39;)) $contact_page_id = icl_object_id($contact_page_id, &#38;#39;page&#38;#39;, true);  //wpml prepared
							if($contact_page_id) echo &#38;quot;&#38;lt;li class=&#38;#39;mail&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink($contact_page_id).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Send us Mail&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

							if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
							if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

							 ?&#38;gt;
							&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Subscribe to our RSS Feed&#38;#39;, &#38;#39;avia_framework&#38;#39;)?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;

							&#38;lt;li class=&#38;#39;search_site&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Search Site&#38;#39;, &#38;#39;avia_framework&#38;#39;)?&#38;gt;&#38;lt;/a&#38;gt;

								&#38;lt;?php
								/*
								*	display the theme search form
								*   the tempalte file that is called is searchform.php in case you want to edit it
								*/
								get_search_form();
								?&#38;gt;

							&#38;lt;/li&#38;gt;

						&#38;lt;/ul&#38;gt;
						&#38;lt;!-- end social_bookmarks--&#38;gt;
					&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) You can hide the page title with following css code - add it to css/custom.css or into the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .post-title{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-101248</link>
			<pubDate>Thu, 14 Mar 2013 10:43:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">101248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi suderDesign,&#60;/p&#62;
&#60;p&#62;Try adding this code at the bottom of your custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .submenu {
display: none; /* removes the top black bar */
}

.page .post-title {
display: none; /* removes the page title */
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KenH83 on "&#34;Top&#34; Menu Question and Problem"</title>
			<link>http://www.kriesi.at/support/topic/top-menu-question-and-problem#post-101172</link>
			<pubDate>Wed, 13 Mar 2013 18:04:43 +0000</pubDate>
			<dc:creator>KenH83</dc:creator>
			<guid isPermaLink="false">101172@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello All,&#60;/p&#62;
&#60;p&#62;As you can see by the image below, when I use the &#34;top menu&#34; there is some transparency issues that I'm unsure on how to fix. &#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://michiganrecycledstone.com/menu-problem.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;The Documentation says that this &#34;top menu&#34; does not support drop down menus.. So, if that is the case, how can I remove the drop down items?&#60;/p&#62;
&#60;p&#62;Also, how can I add additional items to this menu? It does not seem to appear under &#34;Appearance &#38;gt; Menus&#34; Under WP-Admin. I am thinking that it might have to do with the parenting of pages.. I'm going to check. If it does, then how can I remove the parenting of the woocommerce pages without disrupting other pages that have the parenting in place as well.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Ken
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suderDesign on "Remove top menu and page title"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-menu-and-page-title#post-101103</link>
			<pubDate>Wed, 13 Mar 2013 13:51:09 +0000</pubDate>
			<dc:creator>suderDesign</dc:creator>
			<guid isPermaLink="false">101103@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How can I remove the top menu black bar? I want to start page from white background and don't want use top menu.&#60;br /&#62;
And how can I remove titles on pages? Ex. &#60;a href=&#34;http://www.kalibracje.com/kontakt/&#34; rel=&#34;nofollow&#34;&#62;http://www.kalibracje.com/kontakt/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>snowtone on "Top menu color different than main menu color"</title>
			<link>http://www.kriesi.at/support/topic/top-menu-color-different-than-main-menu-color#post-94951</link>
			<pubDate>Mon, 04 Feb 2013 08:59:11 +0000</pubDate>
			<dc:creator>snowtone</dc:creator>
			<guid isPermaLink="false">94951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Got it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>snowtone on "Top menu color different than main menu color"</title>
			<link>http://www.kriesi.at/support/topic/top-menu-color-different-than-main-menu-color#post-94942</link>
			<pubDate>Mon, 04 Feb 2013 08:04:13 +0000</pubDate>
			<dc:creator>snowtone</dc:creator>
			<guid isPermaLink="false">94942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello! I'd like to style just the top menu (My Account, Logout) in a way that does not effect the main menu. How can I go about this? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Top Left Menu in Header"</title>
			<link>http://www.kriesi.at/support/topic/top-left-menu-in-header#post-69149</link>
			<pubDate>Fri, 03 Aug 2012 02:30:52 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">69149@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help! Let us know if you have anymore questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>solidusv1 on "Top Left Menu in Header"</title>
			<link>http://www.kriesi.at/support/topic/top-left-menu-in-header#post-69145</link>
			<pubDate>Fri, 03 Aug 2012 01:45:57 +0000</pubDate>
			<dc:creator>solidusv1</dc:creator>
			<guid isPermaLink="false">69145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Top Left Menu in Header"</title>
			<link>http://www.kriesi.at/support/topic/top-left-menu-in-header#post-69141</link>
			<pubDate>Fri, 03 Aug 2012 01:29:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69141@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#menu-collectible-guns {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>solidusv1 on "Top Left Menu in Header"</title>
			<link>http://www.kriesi.at/support/topic/top-left-menu-in-header#post-69033</link>
			<pubDate>Thu, 02 Aug 2012 18:41:36 +0000</pubDate>
			<dc:creator>solidusv1</dc:creator>
			<guid isPermaLink="false">69033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I seem unable to find the information in the existing threads (which might be because of my weak search-Fu) but I seem unable to find the proper way to make the top left portfolio menu items in my header go away.  Any help would be appreciated.&#60;/p&#62;
&#60;p&#62;Site is &#60;a href=&#34;http://www.blackbeararms.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.blackbeararms.com/&#60;/a&#62;  and I'm specifically talking about the top left menu above the logo and main menu listed as All Collectible Firearms/Pistols/Rifles&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bka835 on "Disable Toolbar for all user"</title>
			<link>http://www.kriesi.at/support/topic/disable-toolbar-for-all-user#post-41938</link>
			<pubDate>Thu, 16 Feb 2012 02:19:39 +0000</pubDate>
			<dc:creator>bka835</dc:creator>
			<guid isPermaLink="false">41938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found the source of such behaviour, (my previous post) but could not find the sorce code that generates that extra &#38;lt;div&#38;gt; element that messing up the alignment.&#60;br /&#62;
If you look at the page source then for the fallback menu only &#38;lt;div class=&#34;sub_menu&#34;&#38;gt;
&#60;ul&#62;....&#38;lt;/div&#38;gt; element is rendered.&#60;br /&#62;
When I turn on custom sub menu then an extra div element is inserted as following:&#60;br /&#62;
     &#38;lt;div class=&#34;sub_menu&#34;&#38;gt;&#38;lt;div class=&#34;menu-shopping-container&#34;&#38;gt;&#60;/ul&#62;
&#60;ul&#62;....&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;. Class &#34;menu-shopping-container&#34; is non-existent.&#60;br /&#62;
In the run time (Google Chrome) I replaced this class with sub_menu class and this fixed the problem, but I could not override it using Quick CSS.&#60;/p&#62;
&#60;p&#62;Second problem with custom menu is when user is loged on a Logout link appears next to the Checkout link even though I did not specified it in my custom menu.&#60;br /&#62;
I have the custom menu setup as following: My Account &#124; Shopping Cart &#124; Checkout&#60;/p&#62;
&#60;p&#62;Please help me to fix these problems.&#60;/p&#62;
&#60;p&#62;I really appreciate your help.&#60;/ul&#62;</description>
		</item>
		<item>
			<title>bka835 on "Disable Toolbar for all user"</title>
			<link>http://www.kriesi.at/support/topic/disable-toolbar-for-all-user#post-41899</link>
			<pubDate>Wed, 15 Feb 2012 19:11:20 +0000</pubDate>
			<dc:creator>bka835</dc:creator>
			<guid isPermaLink="false">41899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot, Dude!&#60;br /&#62;
Your first solution worked perfectly.&#60;br /&#62;
With second solution I'm having a styling and alignment problems, really need you help here.&#60;/p&#62;
&#60;p&#62;1. On ALL PRODUCTS pge my custom menu aligned to the left as oppsed to be centered (see the image)&#60;br /&#62;
&#60;a href=&#34;http://farm8.staticflickr.com/7039/6882248809_0428838d4e_o.png&#34; rel=&#34;nofollow&#34;&#62;http://farm8.staticflickr.com/7039/6882248809_0428838d4e_o.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. On the Product Description page it shifted all content belowto the right (see the image)&#60;br /&#62;
&#60;a href=&#34;http://farm8.staticflickr.com/7046/6882232535_fbd7248b8e_o.png&#34; rel=&#34;nofollow&#34;&#62;http://farm8.staticflickr.com/7046/6882232535_fbd7248b8e_o.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3. After adding product to the cart from the product description page, confirmation message box overlaps with top menu  (see the image)&#60;br /&#62;
&#60;a href=&#34;http://farm8.staticflickr.com/7054/6882232841_c1569fc560_b.jpg&#34; rel=&#34;nofollow&#34;&#62;http://farm8.staticflickr.com/7054/6882232841_c1569fc560_b.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help! Really need this up and running.&#60;/p&#62;
&#60;p&#62;My next purchase is Abundance theme and I suspect it might have similar problems.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Disable Toolbar for all user"</title>
			<link>http://www.kriesi.at/support/topic/disable-toolbar-for-all-user#post-41757</link>
			<pubDate>Wed, 15 Feb 2012 07:01:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Add following code to functions.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Disable the Wordpress Admin Bar for all but admins. */
if (!current_user_can(&#38;#39;administrator&#38;#39;)):
  show_admin_bar(false);
endif;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will disable the WordPress Admin Bar for all users except administrators.&#60;/p&#62;
&#60;p&#62;2) You can create a custom sub menu (Appearance &#38;gt; Menus). This will remove the standard (fallback) WooCommerce menu.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bka835 on "Disable Toolbar for all user"</title>
			<link>http://www.kriesi.at/support/topic/disable-toolbar-for-all-user#post-41727</link>
			<pubDate>Wed, 15 Feb 2012 02:02:53 +0000</pubDate>
			<dc:creator>bka835</dc:creator>
			<guid isPermaLink="false">41727@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;bump!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bka835 on "Disable Toolbar for all user"</title>
			<link>http://www.kriesi.at/support/topic/disable-toolbar-for-all-user#post-41187</link>
			<pubDate>Sat, 11 Feb 2012 06:51:51 +0000</pubDate>
			<dc:creator>bka835</dc:creator>
			<guid isPermaLink="false">41187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm using Flashlight theme and also very interested in:&#60;br /&#62;
1)  Disabling Toolbar for the woocommerce users.&#60;br /&#62;
2)  Removing Register link from all woocommerce pages (similar to Kriesi's demo site behaviour)&#60;/p&#62;
&#60;p&#62;Your help is greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ASIMANCA on "Disable Toolbar for all user"</title>
			<link>http://www.kriesi.at/support/topic/disable-toolbar-for-all-user#post-41165</link>
			<pubDate>Fri, 10 Feb 2012 21:37:31 +0000</pubDate>
			<dc:creator>ASIMANCA</dc:creator>
			<guid isPermaLink="false">41165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;how can i disable toolbar for all user by woocommerce.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Ecommerce Menu"</title>
			<link>http://www.kriesi.at/support/topic/ecommerce-menu#post-37844</link>
			<pubDate>Mon, 16 Jan 2012 18:44:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37844@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bsachse on "Ecommerce Menu"</title>
			<link>http://www.kriesi.at/support/topic/ecommerce-menu#post-37829</link>
			<pubDate>Mon, 16 Jan 2012 16:15:49 +0000</pubDate>
			<dc:creator>bsachse</dc:creator>
			<guid isPermaLink="false">37829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Ecommerce Menu"</title>
			<link>http://www.kriesi.at/support/topic/ecommerce-menu#post-37791</link>
			<pubDate>Mon, 16 Jan 2012 12:57:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can create the sub menu by using the menu manager (Appearance &#38;gt; Menu). Assign the sub menu to the right theme location. Then add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/************************************************************************
SUB Navigation
*************************************************************************/
/*first level*/
.sub_menu {
position: relative;
z-index: 130;
font-size: 11px;
float: left;
line-height: 41px;
height: 40px;
}

.sub_menu&#38;gt;ul{
position: relative;
top:14px;
left:-10px;
}

.boxed .sub_menu&#38;gt;ul{left:-10px;}

.sub_menu li{
float:left;
position: relative;
padding:0 10px;
border-right-style: solid;
border-right-width: 1px;
line-height: 10px;
}

.sub_menu&#38;gt;ul&#38;gt;li:last-child, .sub_menu&#38;gt;div&#38;gt;ul&#38;gt;li:last-child{
border:none;
padding-right: 0;
}

/*second level*/
#top .sub_menu li ul{
display: none;
position: absolute;
width:170px;
padding:10px 0 0 0;
z-index: 101;
-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
box-shadow: 0 8px 15px rgba(0,0,0,0.1);
left:0;
border:none;
margin: 0;
font-size: 11px;
}

.sub_menu li:hover&#38;gt;ul{
display:block;
}

.sub_menu&#38;gt;ul&#38;gt;li:hover&#38;gt;a{
text-decoration: none;
}

.sub_menu li li{
float:none;
line-height: 20px;
border:none;
padding:0;
margin:0;
border-top-style: solid;
border-top-width: 1px;
}

#top .sub_menu li li a{
display:block;
text-decoration: none;
padding:7px 9px;
border-top: none;
}

#top .sub_menu li li a:hover{
text-decoration: none;
}

/*third level and deeper*/
.sub_menu li li ul{
top:-1px;
left:169px;
background: none;
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bsachse on "Ecommerce Menu"</title>
			<link>http://www.kriesi.at/support/topic/ecommerce-menu#post-37769</link>
			<pubDate>Mon, 16 Jan 2012 04:11:08 +0000</pubDate>
			<dc:creator>bsachse</dc:creator>
			<guid isPermaLink="false">37769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I disabled woocommerce as it's not needed yet and probably not for a few years. In the mean time, I'd like to create a top level navigation menu in that area with the built in WP menu management. I checked on themeforest before buying and never received a response. Any word on how to make this happen? &#60;/p&#62;
&#60;p&#62;Thanks for the great theme, it has so many uses.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
