<?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: Sidebar Menu - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/sidebar-menu</link>
		<description>Support Forum - Tag: Sidebar Menu - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 08:50:52 +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/sidebar-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>angelomaldito on "Title for Sidebar Subnavigation list?"</title>
			<link>http://www.kriesi.at/support/topic/title-for-sidebar-subnavigation-list#post-110045</link>
			<pubDate>Thu, 09 May 2013 12:03:28 +0000</pubDate>
			<dc:creator>angelomaldito</dc:creator>
			<guid isPermaLink="false">110045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;It did the trick indeed, many thanks. But then it was needed to prevent the children pages from being automatically displayed on the sidebar menu. In order to do that, I edited the sidebar.php file and inserted comments   /*    and    */     respectively  before and after the mentioned function, and I've finally accomplished the task.&#60;/p&#62;
&#60;p&#62;Thank you very much indeed for your insight. It was definitely very helpful.&#60;/p&#62;
&#60;p&#62;Kindest regards,&#60;/p&#62;
&#60;p&#62;Angelo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Title for Sidebar Subnavigation list?"</title>
			<link>http://www.kriesi.at/support/topic/title-for-sidebar-subnavigation-list#post-109923</link>
			<pubDate>Wed, 08 May 2013 23:37:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Have you tried using the Custom Menu widget? It is flexible.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>angelomaldito on "Title for Sidebar Subnavigation list?"</title>
			<link>http://www.kriesi.at/support/topic/title-for-sidebar-subnavigation-list#post-109874</link>
			<pubDate>Wed, 08 May 2013 20:19:25 +0000</pubDate>
			<dc:creator>angelomaldito</dc:creator>
			<guid isPermaLink="false">109874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there,&#60;/p&#62;
&#60;p&#62;Choices theme has a functionality that automatically displays on the sidebar a menu that shows a list of all the children of any page if they exist as a hierarchy.&#60;/p&#62;
&#60;p&#62;I think this feature is great and really helpful, however I would like to display the parent page's title above the list of children pages.&#60;/p&#62;
&#60;p&#62;In order to do that, I've tried creating a text widget with the desired title, but unfortunately the widget can only be placed below the list of children pages, whereas I would like it to be placed above such list.&#60;/p&#62;
&#60;p&#62;How could I accomplish that? Is there any change that I can made to the sidebar.php file in order to automatically display the parent page's title above the list of children pages, or, alternatively, to allow to place the text widget above such list?&#60;/p&#62;
&#60;p&#62;Here goes the link to my website: &#60;a href=&#34;http://goo.gl/DBvb3&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/DBvb3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks!&#60;/p&#62;
&#60;p&#62;Angelo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-89320</link>
			<pubDate>Sat, 22 Dec 2012 08:44:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89320@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik you can easily remove the mega menu class from the sidebar menu. Afterwards the mega menu js and css code won't affect the menu widget anymore. Open up abundance/js/avia.js and replace following code (at the very top):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){
jQuery(&#38;#39;.sidebar .widget .dcjq-accordion .avia_mega&#38;#39;).removeClass(&#38;#39;avia_mega&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>aliciachong on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-89256</link>
			<pubDate>Fri, 21 Dec 2012 18:25:58 +0000</pubDate>
			<dc:creator>aliciachong</dc:creator>
			<guid isPermaLink="false">89256@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks looking forward to it - for the meantime, would disabling the mega menu help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-89139</link>
			<pubDate>Thu, 20 Dec 2012 19:01:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">89139@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi aliciachong,&#60;/p&#62;
&#60;p&#62;It looks like the mega menu code is taking over whatever the plugin attempts to output. I'll tag the topic for the head of support as I'm not sure what the best way (or if possible) to prevent that from happening.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aliciachong on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-89051</link>
			<pubDate>Thu, 20 Dec 2012 07:44:14 +0000</pubDate>
			<dc:creator>aliciachong</dc:creator>
			<guid isPermaLink="false">89051@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, &#60;/p&#62;
&#60;p&#62;I copied and pasted the codes but nothing happen again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-88899</link>
			<pubDate>Wed, 19 Dec 2012 04:58:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi aliciachong,&#60;/p&#62;
&#60;p&#62;I can check it now. Kindly replace the plugin css code that you added in custom.css and replace it with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.dcjq-accordion{font: bold 14px Arial, sans-serif; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc;}
.dcjq-accordion ul, .dcjq-accordion ul li {margin: 0; padding: 0; border: none; list-style: none;}
.dcjq-accordion ul a {padding: 10px 10px 10px 50px; background: #ececec; text-decoration:none; display: block; color: #333; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; position: relative; text-shadow: 1px 1px 1px #fff;}
.dcjq-accordion ul a.dcjq-parent, .dcjq-accordion ul a.dcjq-parent:hover {background: #D7D4D4 url(&#38;#39;http://www.businessphonezone.com/wp-content/plugins/jquery-vertical-accordion-menu/skins/images/bg_grey.png&#38;#39;) repeat-x 0 -1px;}
.dcjq-accordion ul a .dcjq-icon {position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -17px; height: 34px; background: url(&#38;#39;http://www.businessphonezone.com/wp-content/plugins/jquery-vertical-accordion-menu/skins/images/arrow_grey_right.png&#38;#39;) no-repeat 0 center;}
.dcjq-accordion ul a.dcjq-parent.active .dcjq-icon {background: url(&#38;#39;http://www.businessphonezone.com/wp-content/plugins/jquery-vertical-accordion-menu/skins/images/arrow_grey_down.png&#38;#39;) no-repeat 0 center;}
.dcjq-accordion ul a:hover {background: #fff; color: #990000;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aliciachong on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-88829</link>
			<pubDate>Tue, 18 Dec 2012 18:22:10 +0000</pubDate>
			<dc:creator>aliciachong</dc:creator>
			<guid isPermaLink="false">88829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I checked my websites on 2 different computer with different IP addresses in separate locations - it did not re-direct me to another page. Can you try again?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-88440</link>
			<pubDate>Sun, 16 Dec 2012 10:02:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88440@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi aliciachong,&#60;/p&#62;
&#60;p&#62;I tried to check your site but it keeps on redirecting me to this page: &#60;a href=&#34;http://www.businessphonezone.com/cgi-sys/suspendedpage.cgi&#34; rel=&#34;nofollow&#34;&#62;http://www.businessphonezone.com/cgi-sys/suspendedpage.cgi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aliciachong on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-88435</link>
			<pubDate>Sun, 16 Dec 2012 09:14:40 +0000</pubDate>
			<dc:creator>aliciachong</dc:creator>
			<guid isPermaLink="false">88435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did exactly what you recommended but it still does not work. the plugin i am using is jquery accordion menu. please advise.&#60;br /&#62;
&#60;a href=&#34;http://www.businessphonezone.com&#34; rel=&#34;nofollow&#34;&#62;http://www.businessphonezone.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Increase Font Size on Custom Menu Widget"</title>
			<link>http://www.kriesi.at/support/topic/increase-font-size-on-custom-menu-widget#post-85812</link>
			<pubDate>Thu, 29 Nov 2012 06:42:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85812@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it worked. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ASL4 on "Increase Font Size on Custom Menu Widget"</title>
			<link>http://www.kriesi.at/support/topic/increase-font-size-on-custom-menu-widget#post-85758</link>
			<pubDate>Wed, 28 Nov 2012 22:19:35 +0000</pubDate>
			<dc:creator>ASL4</dc:creator>
			<guid isPermaLink="false">85758@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! Works great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Increase Font Size on Custom Menu Widget"</title>
			<link>http://www.kriesi.at/support/topic/increase-font-size-on-custom-menu-widget#post-85487</link>
			<pubDate>Tue, 27 Nov 2012 07:05:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85487@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ASL4,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS (inside Theme Options &#38;gt; Styling) or custom.css (located inside the css folder of your theme's folder):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.widget ul li a {
   font-size: 12px;
}&#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;.widget ul li a {
   font-size: 12px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the size. Hope it helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ASL4 on "Increase Font Size on Custom Menu Widget"</title>
			<link>http://www.kriesi.at/support/topic/increase-font-size-on-custom-menu-widget#post-85456</link>
			<pubDate>Mon, 26 Nov 2012 23:19:47 +0000</pubDate>
			<dc:creator>ASL4</dc:creator>
			<guid isPermaLink="false">85456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I am using the Custom Menu widget in the sidebar for navigation. The font size is too small. How do I increase the font size please?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Changing or translating &#34;Home&#34; in sidebar menu"</title>
			<link>http://www.kriesi.at/support/topic/changing-or-translating-home-in-sidebar-menu#post-72405</link>
			<pubDate>Thu, 23 Aug 2012 05:06:16 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">72405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Terry,&#60;/p&#62;
&#60;p&#62;Not sure you'll receive an answer given this a 2 month old thread. You may want to check over on the plugin's site too.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/codestyling-localization/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/codestyling-localization/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>terryhoulding on "Changing or translating &#34;Home&#34; in sidebar menu"</title>
			<link>http://www.kriesi.at/support/topic/changing-or-translating-home-in-sidebar-menu#post-72380</link>
			<pubDate>Wed, 22 Aug 2012 21:01:24 +0000</pubDate>
			<dc:creator>terryhoulding</dc:creator>
			<guid isPermaLink="false">72380@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Pallisvans&#60;/p&#62;
&#60;p&#62;When you deleted your old menu and added your new one, was that using the WP Appearances &#38;gt; Menus route or did you do it through the plug in?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Terry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-60634</link>
			<pubDate>Mon, 18 Jun 2012 03:01:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Try to locate the stylesheet/stylesheets/css use on each plugin. Open the file then copy everything on your custom.css. Custom.css will override any stylesheets that theme have.&#60;/p&#62;
&#60;p&#62;You need to be careful because this may break the layout of the theme.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pawoodster on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-60561</link>
			<pubDate>Sun, 17 Jun 2012 04:52:36 +0000</pubDate>
			<dc:creator>pawoodster</dc:creator>
			<guid isPermaLink="false">60561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing or translating &#34;Home&#34; in sidebar menu"</title>
			<link>http://www.kriesi.at/support/topic/changing-or-translating-home-in-sidebar-menu#post-60506</link>
			<pubDate>Sat, 16 Jun 2012 07:18:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">60506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Did you solve the issue? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing or translating &#34;Home&#34; in sidebar menu"</title>
			<link>http://www.kriesi.at/support/topic/changing-or-translating-home-in-sidebar-menu#post-60500</link>
			<pubDate>Sat, 16 Jun 2012 07:02:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad that you have resolved it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pallisvans on "Changing or translating &#34;Home&#34; in sidebar menu"</title>
			<link>http://www.kriesi.at/support/topic/changing-or-translating-home-in-sidebar-menu#post-60445</link>
			<pubDate>Fri, 15 Jun 2012 17:27:54 +0000</pubDate>
			<dc:creator>pallisvans</dc:creator>
			<guid isPermaLink="false">60445@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! I used Codestyling Localization plugin: &#60;a href=&#34;http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en&#34; rel=&#34;nofollow&#34;&#62;http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en&#60;/a&#62;&#60;br /&#62;
to translate Sentence. Everything works so far except one item - &#34;Home&#34; in the sidebar menu.&#60;br /&#62;
I´ve searched through all the php files to no success. Where can I change it?&#60;/p&#62;
&#60;p&#62;Edit: Resolved, I had to delete the old menu and create a new one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pawoodster on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-59988</link>
			<pubDate>Wed, 13 Jun 2012 07:24:15 +0000</pubDate>
			<dc:creator>pawoodster</dc:creator>
			<guid isPermaLink="false">59988@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is the site link, please remove after testing please     &#60;a href=&#34;http://188.65.112.30/~jpsmachi/&#34; rel=&#34;nofollow&#34;&#62;http://188.65.112.30/~jpsmachi/&#60;/a&#62;   &#60;/p&#62;
&#60;p&#62;Right now I'm using this &#60;a href=&#34;http://wordpress.org/extend/plugins/dropdown-menu-widget/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/dropdown-menu-widget/&#60;/a&#62; and have it set to a blue gradient theme. Whatever theme style I pick doesn't work and as you can see, the menu is getting cut off in certain places and not displaying correctly.&#60;/p&#62;
&#60;p&#62;Another plugin I wanted to use was jQuery Vertical Accordion Menu. That menu styles ok but won't expand or collapse.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-59971</link>
			<pubDate>Wed, 13 Jun 2012 06:12:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site(that has those plugins in the sidebar)?  so we can inspect further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Menu in sidebar (expand / Collapse)"</title>
			<link>http://www.kriesi.at/support/topic/menu-in-sidebar-expand-collapse#post-59968</link>
			<pubDate>Wed, 13 Jun 2012 05:57:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Roy,&#60;/p&#62;
&#60;p&#62;It would be awesome if you could post the solution here. :)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pawoodster on "Menu in sidebar (expand / Collapse)"</title>
			<link>http://www.kriesi.at/support/topic/menu-in-sidebar-expand-collapse#post-59965</link>
			<pubDate>Wed, 13 Jun 2012 05:32:23 +0000</pubDate>
			<dc:creator>pawoodster</dc:creator>
			<guid isPermaLink="false">59965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I had a look at Roy's site link above and would love to know how you got the vertical accordion menu working on your site. I can't get it to work right on mine. It won't expand and collapse.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pawoodster on "Sidebar Menu - issues with plugins and Abundance overiding styling"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-menu-issues-with-plugins-and-abundance-overiding-styling#post-59841</link>
			<pubDate>Tue, 12 Jun 2012 16:26:03 +0000</pubDate>
			<dc:creator>pawoodster</dc:creator>
			<guid isPermaLink="false">59841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;No matter what plugin I try to use in the sidebar to create a vertical dropdown menu,  the abundance theme styling overrides it. Either the dropdown won't funtion properly, part of the menu gets cut off, or I can't tell it what colors or font etc to use. I've tried about 8 different plugins now...jquery, flash, CSS only and nothing is working right with this theme. Disabling all plugins didn't help and when I test them on Twenty Eleven and other themes, they all worked fine.&#60;/p&#62;
&#60;p&#62;What code causes Abundance to take over styling of sidebar that makes other plugins not work? Can it be fixed to not override and how? Would greatly appreciate help with this. Been trying different things for a few weeks now. &#60;/p&#62;
&#60;p&#62;P.S. Here is the dropdown menu I'm currently trying to use with this theme if you want to test it as a vertical menu in the sidebar.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/dropdown-menu-widget/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/dropdown-menu-widget/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu in sidebar (expand / Collapse)"</title>
			<link>http://www.kriesi.at/support/topic/menu-in-sidebar-expand-collapse#post-35915</link>
			<pubDate>Fri, 23 Dec 2011 07:49:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Roy on "Menu in sidebar (expand / Collapse)"</title>
			<link>http://www.kriesi.at/support/topic/menu-in-sidebar-expand-collapse#post-35871</link>
			<pubDate>Thu, 22 Dec 2011 22:46:56 +0000</pubDate>
			<dc:creator>Roy</dc:creator>
			<guid isPermaLink="false">35871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Solved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Roy on "Menu in sidebar (expand / Collapse)"</title>
			<link>http://www.kriesi.at/support/topic/menu-in-sidebar-expand-collapse#post-35789</link>
			<pubDate>Thu, 22 Dec 2011 09:00:50 +0000</pubDate>
			<dc:creator>Roy</dc:creator>
			<guid isPermaLink="false">35789@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;That would be &#60;a href=&#34;http://www.portofoonaccessoires.com&#34; rel=&#34;nofollow&#34;&#62;http://www.portofoonaccessoires.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
