<?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: NAV - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/nav</link>
		<description>Support Forum - Tag: NAV - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 10:19:32 +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/nav" rel="self" type="application/rss+xml" />

		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-112023</link>
			<pubDate>Fri, 17 May 2013 18:34:40 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">112023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wow - it works now - thanks, ismael!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111483</link>
			<pubDate>Wed, 15 May 2013 22:27:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please remove the css above and use this instead. This works on my end.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.logo {
float: right;
position: absolute;
right: 0;
text-align: right;
}

.logo a {
float: right;
z-index: 9999;
}

.main_menu {
left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111471</link>
			<pubDate>Wed, 15 May 2013 20:53:41 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;also the logo is not clickable any more.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111470</link>
			<pubDate>Wed, 15 May 2013 20:53:06 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay, it works now if i change it to &#34;position: relative;&#34;&#60;/p&#62;
&#60;p&#62;but by resizing / making the browser-window smaller (x-dimension), the alignment is changing suddenly to left again (ca. tab-size!)&#60;br /&#62;
is there any other css-extra for this size?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-111469</link>
			<pubDate>Wed, 15 May 2013 20:38:41 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">111469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the navigation is left-aligned now!&#60;br /&#62;
the logo is still on the left side - should be right-aligned...&#60;/p&#62;
&#60;p&#62;i use a fixed header with fixed y-dimension:&#60;/p&#62;
&#60;p&#62;#header_main .container, .main_menu ul:first-child &#38;gt; li &#38;gt; a {&#60;br /&#62;
height: 80px  !important;&#60;br /&#62;
line-height: 80px  !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;html.fixed_header #main {&#60;br /&#62;
padding-top: 80px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;div .logo {&#60;br /&#62;
float: right;&#60;br /&#62;
position: absolute;&#60;br /&#62;
right: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu {&#60;br /&#62;
left: 0;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-110723</link>
			<pubDate>Mon, 13 May 2013 00:17:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What type of header are you using?&#60;/p&#62;
&#60;p&#62;This will probably work. Add this on your custom.css or Quick CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;div .logo {
float: right;
position: absolute;
right: 0;
}

.main_menu {
left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mylander on "logo right align ? - rochade ?!"</title>
			<link>http://www.kriesi.at/support/topic/logo-right-align-rochade#post-110706</link>
			<pubDate>Sun, 12 May 2013 21:12:03 +0000</pubDate>
			<dc:creator>mylander</dc:creator>
			<guid isPermaLink="false">110706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;logo right align ?&#60;br /&#62;
nav left?&#60;/p&#62;
&#60;p&#62;any css for this??&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Main Menu"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-1#post-109408</link>
			<pubDate>Tue, 07 May 2013 05:14:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Insert following code into the quick css field:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .container_wrap_menu {
z-index: 10 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nicholastys on "Main Menu"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-1#post-109356</link>
			<pubDate>Mon, 06 May 2013 21:13:57 +0000</pubDate>
			<dc:creator>nicholastys</dc:creator>
			<guid isPermaLink="false">109356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Doesn't work on firefox either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nicholastys on "Main Menu"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-1#post-109355</link>
			<pubDate>Mon, 06 May 2013 21:13:22 +0000</pubDate>
			<dc:creator>nicholastys</dc:creator>
			<guid isPermaLink="false">109355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's not working in Google Chrome on my side. It works in Safari but the header alignment is a little messed up. Any suggestions?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Main Menu"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-1#post-109341</link>
			<pubDate>Mon, 06 May 2013 20:15:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I checked the site and the main menu works fine. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nicholastys on "Main Menu"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-1#post-109293</link>
			<pubDate>Mon, 06 May 2013 16:32:45 +0000</pubDate>
			<dc:creator>nicholastys</dc:creator>
			<guid isPermaLink="false">109293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My main menu isn't working I cannot click on it at all.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.smoketreejewelers.com&#34; rel=&#34;nofollow&#34;&#62;http://www.smoketreejewelers.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help I'm not quite sure what is going on with it.&#60;/p&#62;
&#60;p&#62;Thank you.
&#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>CrossedClouds on "For some reason I only see 1 Editable Navigation Menu?"</title>
			<link>http://www.kriesi.at/support/topic/for-some-reason-i-only-see-1-editable-navigation-menu#post-92188</link>
			<pubDate>Fri, 18 Jan 2013 03:48:00 +0000</pubDate>
			<dc:creator>CrossedClouds</dc:creator>
			<guid isPermaLink="false">92188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "For some reason I only see 1 Editable Navigation Menu?"</title>
			<link>http://www.kriesi.at/support/topic/for-some-reason-i-only-see-1-editable-navigation-menu#post-91822</link>
			<pubDate>Wed, 16 Jan 2013 08:19:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please call the top menu (small text/menu items) &#34;First&#34; and the second menu (category, big menu items) &#34;Second&#34; (without &#34;&#34;). Newscast will show the &#34;first&#34; menu at the top and will use the &#34;Second&#34; menu for the category menu.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CrossedClouds on "For some reason I only see 1 Editable Navigation Menu?"</title>
			<link>http://www.kriesi.at/support/topic/for-some-reason-i-only-see-1-editable-navigation-menu#post-91730</link>
			<pubDate>Tue, 15 Jan 2013 17:23:02 +0000</pubDate>
			<dc:creator>CrossedClouds</dc:creator>
			<guid isPermaLink="false">91730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi Admins,&#60;/p&#62;
&#60;p&#62;Sorry I ask such stupid questions. &#60;/p&#62;
&#60;p&#62;When I go to appearance&#38;gt;menus, should I see 2 menus that I can select? Right now it's telling me &#34;Your theme supports 1 menu. Select which menu you would like to use.&#34; and I can only pick one. Because of this problem, the top menu and the bottom menu are exactly the same (instead of one being pages and one being categories). I tried to go into the php and fix this error, but I couldn't do much. &#60;/p&#62;
&#60;p&#62;You can see the problem at uniqulture.com on the homepage. &#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;/p&#62;
&#60;p&#62;Eli
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Drop Down Menus Scroll Over Difficulty"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menus-scroll-over-difficulty#post-77986</link>
			<pubDate>Sun, 30 Sep 2012 12:29:11 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">77986@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;AH, very Cool Nick,&#60;/p&#62;
&#60;p&#62;Thank You So Much,&#60;/p&#62;
&#60;p&#62;That worked perfectly :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Drop Down Menus Scroll Over Difficulty"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menus-scroll-over-difficulty#post-76969</link>
			<pubDate>Sun, 23 Sep 2012 07:57:29 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry, are you referring to the site linked from your username -&#38;gt; &#60;a href=&#34;http://retail.kiik.com.au/wp-content/themes/propulsion/style.css&#34; rel=&#34;nofollow&#34;&#62;http://retail.kiik.com.au/wp-content/themes/propulsion/style.css&#60;/a&#62; ?&#60;/p&#62;
&#60;p&#62;If that's the site, please put the following into Quick CSS located in Admin &#38;gt; Propulsion &#38;gt; Theme Options &#38;gt; Styling at the bottom of the page.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu ul {top: 20px}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Your site looks great and the Super Cache plugin is doing its job on reloads, but its not using a correct configuration for the initial load. You are at about 7 seconds for first load and around a second for subsequent visits, which is one of the best I've seen - are you running on Nginx? But the first load you could drop down to 3 seconds easily. &#60;/p&#62;
&#60;p&#62;Here is somethings you could do to make your site even faster which improves Google's ranking -&#38;gt; &#60;a href=&#34;http://www.webpagetest.org/result/120923_RQ_3PQ/1/performance_optimization/&#34; rel=&#34;nofollow&#34;&#62;http://www.webpagetest.org/result/120923_RQ_3PQ/1/performance_optimization/&#60;/a&#62; and&#60;br /&#62;
&#60;a href=&#34;http://gtmetrix.com/reports/www.retail.kiik.com.au/caDt1bLH/pdf&#34; rel=&#34;nofollow&#34;&#62;http://gtmetrix.com/reports/www.retail.kiik.com.au/caDt1bLH/pdf&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Please let us know if the menu is behaving now.&#60;/p&#62;
&#60;p&#62;Good luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Drop Down Menus Scroll Over Difficulty"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menus-scroll-over-difficulty#post-76759</link>
			<pubDate>Fri, 21 Sep 2012 03:54:41 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">76759@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;I did that - It's kind of hard to disable woo commerce since it's an integral part of the website, I disabled Contact Form 7 and it had no effect,&#60;/p&#62;
&#60;p&#62;I just wondered is this a known bug with Propulsion since at least one other person has noticed it on their website,&#60;/p&#62;
&#60;p&#62;Regards Erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Drop Down Menus Scroll Over Difficulty"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menus-scroll-over-difficulty#post-76670</link>
			<pubDate>Thu, 20 Sep 2012 12:01:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Erik,&#60;/p&#62;
&#60;p&#62;Try to disable all your plugins. This might be a plugin conflict.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Drop Down Menus Scroll Over Difficulty"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menus-scroll-over-difficulty#post-76650</link>
			<pubDate>Thu, 20 Sep 2012 09:42:26 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">76650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, &#60;/p&#62;
&#60;p&#62;I'm already using Version 1.6 &#60;/p&#62;
&#60;p&#62;With Contact Form 7 &#38;amp; the WooCommerce Plugins and this problem is still evident,&#60;/p&#62;
&#60;p&#62;Regards Erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Drop Down Menus Scroll Over Difficulty"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menus-scroll-over-difficulty#post-76349</link>
			<pubDate>Tue, 18 Sep 2012 01:20:22 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76349@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You are using version 1.3 of the theme. The current version is 1.6. Prior to upgrading, please make sure that you make a copy of the database and all current files so that in case of unforeseen problems you can always revert back to the current setup.&#60;/p&#62;
&#60;p&#62;I would suggest to first make a tentative upgrade on  your development/testing server, and if you do not use one, to set up a local XAMPP development clone of your site to make sure the transition will be the smoothest possible.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Drop Down Menus Scroll Over Difficulty"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menus-scroll-over-difficulty#post-76172</link>
			<pubDate>Mon, 17 Sep 2012 04:34:19 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">76172@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just noticed that a susan_ideolo is having the same problem but it hasn't been resolved for her,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/drop-down-box-on-main-menu-not-working#post-74795&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/drop-down-box-on-main-menu-not-working#post-74795&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Drop Down Menus Scroll Over Difficulty"</title>
			<link>http://www.kriesi.at/support/topic/drop-down-menus-scroll-over-difficulty#post-76171</link>
			<pubDate>Mon, 17 Sep 2012 04:26:17 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">76171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys,&#60;/p&#62;
&#60;p&#62;I don't know if any one else is experiencing this BUT sometimes when I mouse over a menu item with a second tier drop down menu, &#60;/p&#62;
&#60;p&#62;It appears and disappears depending on how quickly I'm able to get my mouse pointer onto the actual written link,&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Deleting dummy sidebar items"</title>
			<link>http://www.kriesi.at/support/topic/deleting-dummy-sidebar-items#post-71993</link>
			<pubDate>Tue, 21 Aug 2012 01:30:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71993@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dnelsonuf,&#60;/p&#62;
&#60;p&#62;I just took a look at the page but it doesn't appear to have a sidebar. Have you changed your settings and what you are trying to achieve?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dnelsonuf on "Deleting dummy sidebar items"</title>
			<link>http://www.kriesi.at/support/topic/deleting-dummy-sidebar-items#post-71978</link>
			<pubDate>Tue, 21 Aug 2012 00:08:03 +0000</pubDate>
			<dc:creator>dnelsonuf</dc:creator>
			<guid isPermaLink="false">71978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys,&#60;/p&#62;
&#60;p&#62;I am trying to remove the side bar items on this page: &#60;a href=&#34;http://www.staging-sealtrainingadventures.com/programs/&#34; rel=&#34;nofollow&#34;&#62;http://www.staging-sealtrainingadventures.com/programs/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see lower I created a custom menu and want that to be the only thing in the side bar on this page.  How do I go about doing this?  I tried setting up a page in theme builder but it was all messed up.  If I need to do it in the theme page builder please let me know the exact options to select so everything displays like it does now minus that dummy nav.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Ajax Layered Nav widget causes image overlay menu to not show up"</title>
			<link>http://www.kriesi.at/support/topic/ajax-layered-nav-widget-causes-image-overlay-menu-to-not-show-up#post-69155</link>
			<pubDate>Fri, 03 Aug 2012 02:41:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm gonna go ahead and close out the topic but again, thank you for posting your final resolution :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tns on "Ajax Layered Nav widget causes image overlay menu to not show up"</title>
			<link>http://www.kriesi.at/support/topic/ajax-layered-nav-widget-causes-image-overlay-menu-to-not-show-up#post-69146</link>
			<pubDate>Fri, 03 Aug 2012 02:03:02 +0000</pubDate>
			<dc:creator>tns</dc:creator>
			<guid isPermaLink="false">69146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Nick,&#60;/p&#62;
&#60;p&#62;Thanks a lot for taking a look as well, a few hours ago I was working to resolve a different issue (the tooltip problem on this forum), and I was activating / deactivating mass plugins and it was crashing my site. Luckily this developer had run into this type of issue before with Abundance and had the solution ready to go.&#60;/p&#62;
&#60;p&#62;Best,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Ajax Layered Nav widget causes image overlay menu to not show up"</title>
			<link>http://www.kriesi.at/support/topic/ajax-layered-nav-widget-causes-image-overlay-menu-to-not-show-up#post-69102</link>
			<pubDate>Thu, 02 Aug 2012 23:02:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">69102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tns,&#60;/p&#62;
&#60;p&#62;Thanks for posting the solution. Your website was going in and out a few hours earlier so I was having a hard time trying to write a fix, yet fixes are always better when they come directly from the developer, with a lesser chance of things being overlooked. Sorry I didn't make you aware I was looking into the solution but i didn't expect the plugin developer to be faster. Glad things worked out. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
