<?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 - User Favorites: albertorrent</title>
		<link><a href='http://www.kriesi.at/support/profile/albertorrent'>albertorrent</a></link>
		<description>Support Forum - User Favorites: albertorrent</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 05:50:58 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Woocommerce &#34;Sale Flash Pro&#34; extension does mot work with Abundance"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-sale-flash-pro-extension-does-mot-work-with-abundance#post-92363</link>
			<pubDate>Sat, 19 Jan 2013 02:25:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92363@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>Rajkurt on "Woocommerce &#34;Sale Flash Pro&#34; extension does mot work with Abundance"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-sale-flash-pro-extension-does-mot-work-with-abundance#post-92298</link>
			<pubDate>Fri, 18 Jan 2013 18:30:08 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">92298@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works great! Thanks alot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Woocommerce &#34;Sale Flash Pro&#34; extension does mot work with Abundance"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-sale-flash-pro-extension-does-mot-work-with-abundance#post-91807</link>
			<pubDate>Wed, 16 Jan 2013 07:45:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91807@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Add following css code to css/custom.css  or the quicks css field to fix the issue:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .onsale {
display: block !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Woocommerce &#34;Sale Flash Pro&#34; extension does mot work with Abundance"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-sale-flash-pro-extension-does-mot-work-with-abundance#post-91783</link>
			<pubDate>Tue, 15 Jan 2013 23:36:16 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">91783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I bought the woocommerce extension &#34;Sale Flash Pro&#34; (&#60;a href=&#34;http://www.woothemes.com/products/sale-flash-pro/&#34; rel=&#34;nofollow&#34;&#62;http://www.woothemes.com/products/sale-flash-pro/&#60;/a&#62;) to my site, I installed it and did everything correct, but nothing shows on my page. So of course I turned to WooThemes where I bought it, but the say its because of Abundance theme that it wont work correctly... What to do?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "breadcrumb problems"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-problems#post-73478</link>
			<pubDate>Wed, 29 Aug 2012 14:08:14 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">73478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On line 456 of /framework/php/class-breadcrumbs.php please change:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$trail[&#38;#39;trail_end&#38;#39;] = &#38;#39;&#38;lt;span class=&#38;quot;trail-end&#38;quot;&#38;gt;&#38;#39; . avia_backend_truncate($trail[&#38;#39;trail_end&#38;#39;], $truncate, &#38;quot; &#38;quot;, $pad=&#38;quot;...&#38;quot;)  . &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$trail[&#38;#39;trail_end&#38;#39;] = &#38;#39;&#38;lt;span class=&#38;quot;trail-end&#38;quot;&#38;gt;&#38;#39; . $trail[&#38;#39;trail_end&#38;#39;] . &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "breadcrumb problems"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-problems#post-73461</link>
			<pubDate>Wed, 29 Aug 2012 12:36:45 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">73461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm not sure what would be causing the breadcrumb to truncate like that. Which translation plugin are you using? Is it up to date as well? I'm going to flag the rest of the support team to see if they have any ideas.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>albertorrent on "breadcrumb problems"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-problems#post-73059</link>
			<pubDate>Mon, 27 Aug 2012 16:32:01 +0000</pubDate>
			<dc:creator>albertorrent</dc:creator>
			<guid isPermaLink="false">73059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have Abundance 1.5.&#60;/p&#62;
&#60;p&#62;My breadcrumb is showning incompleted like that: &#34;Home » Información »  &#60;strong&#62;Formas...&#60;/strong&#62;&#34;&#60;/p&#62;
&#60;p&#62;And before was showning like that: &#34;Home » Información »  &#60;strong&#62;Formas de pago&#60;/strong&#62;&#34;&#60;/p&#62;
&#60;p&#62;I want to show the full title in breadcrumb.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "DVin WooCommerce Wishlist WP Plugin problems."</title>
			<link>http://www.kriesi.at/support/topic/dvin-woocommerce-wishlist-wp-plugin-problems#post-70841</link>
			<pubDate>Mon, 13 Aug 2012 19:44:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik Abundance uses the standard woocommerce template and you can use the standard hooks (they're already available as standard options and you don't need to add an additional hook option by using the filter code above. The code above is only required for themes like Propulsion or Flashlight). I'd try one of the three standard hook position and check which one gives you the best result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bill Karkavos on "DVin WooCommerce Wishlist WP Plugin problems."</title>
			<link>http://www.kriesi.at/support/topic/dvin-woocommerce-wishlist-wp-plugin-problems#post-70460</link>
			<pubDate>Fri, 10 Aug 2012 10:22:43 +0000</pubDate>
			<dc:creator>Bill Karkavos</dc:creator>
			<guid isPermaLink="false">70460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Kriesi Team, &#60;/p&#62;
&#60;p&#62;I purchased DVin WooCommerce Wishlist WP Plugin (&#60;a href=&#34;http://codecanyon.net/item/dvin-woocommerce-wishlist-wp-plugin/1995206&#34; rel=&#34;nofollow&#34;&#62;http://codecanyon.net/item/dvin-woocommerce-wishlist-wp-plugin/1995206&#60;/a&#62;) since it seemed like to be the only decent solution to add a wishlist on my (Abundance 1.4 - WooCommerce  1.6.1.)  site, plus it is recommended from you here (&#60;a href=&#34;http://www.kriesi.at/support/topic/useful-plugins&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/useful-plugins&#60;/a&#62;) . &#60;/p&#62;
&#60;p&#62;Dvin, the developer guided me through some edits, but nothing really worked. &#60;/p&#62;
&#60;p&#62;I installed the plugin to another site based on the same theme (Abundance 1.4) and WooCommerce 1.6.1. just for the testing of the plugin to take place.&#60;/p&#62;
&#60;p&#62;I did change the permissions on wp-content directory to 775 (from 755),&#60;/p&#62;
&#60;p&#62;while I made sure that there is not an .htaccess file in wp-content directory,&#60;/p&#62;
&#60;p&#62;deactivated and then re-activated again the plugin.&#60;/p&#62;
&#60;p&#62;Now, either you are a logged in user or not, the “Add to Wishlist” button does NOT show up on the single product page at all (&#60;a href=&#34;http://bill-karkavos.com/project/shop/dark-choc-chip-cookies/&#34; rel=&#34;nofollow&#34;&#62;http://bill-karkavos.com/project/shop/dark-choc-chip-cookies/&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;I also added this piece of code on functions.php provided by Dvin &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(‘dvin_wcwl_custom_link_positions’, ‘avia_adjust_wcwl_link_positions’);
function avia_adjust_wcwl_link_positions() {
unset( $dvin_wcwl_link_positions[‘After Thumbnail’] );
$dvin_wcwl_link_positions[‘After Thumbnail’] = array( ‘hook_name’ =&#38;gt; ‘avia_add_to_cart’, ‘priority’=&#38;gt;30 ); return $dvin_wcwl_link_positions; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but returns with an error and crashes the site.&#60;/p&#62;
&#60;p&#62;Please do advice for another action.&#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;Bill
&#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>
		<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-69078</link>
			<pubDate>Thu, 02 Aug 2012 20:41:28 +0000</pubDate>
			<dc:creator>tns</dc:creator>
			<guid isPermaLink="false">69078@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Absolutely, that was my thinking as well. This solution came from the same type of issue I had, but with the Abundance theme, so the rep at 61extensions wasn't completely sure it would work for Flashlight, but it turned out well in the end. He also mentioned that the solution Dude posted may be a more elegant one, but since this already worked, I didn't think we needed to pursue that one.
&#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-69061</link>
			<pubDate>Thu, 02 Aug 2012 19:52:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69061@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for posting the response and final solution for anyone else who might encounter the same thing :)&#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-69056</link>
			<pubDate>Thu, 02 Aug 2012 19:39:05 +0000</pubDate>
			<dc:creator>tns</dc:creator>
			<guid isPermaLink="false">69056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is the solution 61extensions provided:&#60;/p&#62;
&#60;p&#62;Just insert into functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;wp_footer&#38;#39;, &#38;#39;sod_live_ajax_fix&#38;#39; );
function sod_live_ajax_fix(){
	?&#38;gt;
			&#38;lt;script&#38;gt;
			jQuery(document).ready(function(){
				jQuery(&#38;#39;.thumbnail_container&#38;#39;).live({
					mouseenter:
					function(){
						var container = jQuery(this), buttons = container.find(&#38;#39;.button&#38;#39;);
						container.containerHeight = container.height()/2;

						buttons.css({opacity:0, visibility:&#38;#39;visible&#38;#39;, top: container.containerHeight});
						if(container.containerHeight &#38;lt; 20)
						{
							container.containerHeight = container.height()/2; buttons.css({top: container.containerHeight});
						}

						if(buttons.length &#38;gt; 1)
						{

							buttons.each(function(i)
							{
								var button = jQuery(this);

								if(i == 0)
								{
									var newPos = container.containerHeight - button.outerHeight()/2;
										button.stop().animate({top:newPos - 3, opacity:1})

								}
								else
								{
									var newPos = container.containerHeight + button.outerHeight()/2;
										button.stop().animate({top:newPos + 3, opacity:1})
								}

							});

						}
						else
						{
							buttons.stop().animate({opacity:1});
						}
					},
					mouseleave:
					function(){
						var container = jQuery(this), buttons = container.find(&#38;#39;.button&#38;#39;);
						container.containerHeight = container.height()/2;

						buttons.css({opacity:0, visibility:&#38;#39;visible&#38;#39;, top: container.containerHeight});
						buttons.stop().animate({opacity:0, top: container.containerHeight});
					}
				});
			});
		&#38;lt;/script&#38;gt;
	&#38;lt;?php
}&#60;/code&#62;&#60;/pre&#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-69017</link>
			<pubDate>Thu, 02 Aug 2012 17:49:40 +0000</pubDate>
			<dc:creator>tns</dc:creator>
			<guid isPermaLink="false">69017@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the response, I'll shoot a message to the plugin author and see what can be done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude 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-68875</link>
			<pubDate>Thu, 02 Aug 2012 06:36:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">68875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The ajax function causes this issue. It's used to replace the current shop items with the list of the filtered shop items and while it processes the request it displays a loading bar. However you need to bind all required jquery functions to the new items and the ajax function won't do this automatically. You've two options:&#60;/p&#62;
&#60;p&#62;1) Ask the plugin author of the ajax filter widget where you need to add following code - all functions must be in the callback of the ajax function:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;cart_improvement_functions();
cart_button_animation();
cart_dropdown_improvement();
avia_cloud_zoom(&#38;#39;.cloudzoom_active .images&#38;gt;a&#38;#39;, &#38;#39;.cloudzoom_active .thumbnails&#38;#39;);
$(&#38;#39;body&#38;#39;).bind(&#38;#39;added_to_cart&#38;#39;, update_cart_dropdown);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Use the standard filter widget which reloads the page without ajax.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael 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-68855</link>
			<pubDate>Thu, 02 Aug 2012 02:58:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68855@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Yes, I can see the problem. I am not sure what is causing this behavior. Let me tag the rest of the support team.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#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-68845</link>
			<pubDate>Thu, 02 Aug 2012 02:21:38 +0000</pubDate>
			<dc:creator>tns</dc:creator>
			<guid isPermaLink="false">68845@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your response Jack, I inspected the site and didn't see any errors, definitely would like someone else to take a look just to make sure though. The website is thenewburystreet.com, I think you can also click my picture for the site. Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael 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-68841</link>
			<pubDate>Thu, 02 Aug 2012 02:05:22 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;@Jack: Thanks for the info. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mk8dd 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-68828</link>
			<pubDate>Thu, 02 Aug 2012 01:28:20 +0000</pubDate>
			<dc:creator>mk8dd</dc:creator>
			<guid isPermaLink="false">68828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi TNS,&#60;br /&#62;
I had exactly the same problem with my site. In my case it turned out to be a mistake I made in my Mega Menu. Once I removed the error from the mega menu, all worked fine. I don't know if this will be valid in your case but just trying to help. Good luck,&#60;br /&#62;
Jack
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael 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-68812</link>
			<pubDate>Thu, 02 Aug 2012 00:33:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68812@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us a link?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#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-68798</link>
			<pubDate>Wed, 01 Aug 2012 22:13:29 +0000</pubDate>
			<dc:creator>tns</dc:creator>
			<guid isPermaLink="false">68798@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have Ajax Layered Nav set up on my shop page. It filters correctly, but once you filter for the first time, the two floating menu items that show up on mouseover (Add to Cart and Show Details) stop showing up.&#60;/p&#62;
&#60;p&#62;Steps to recreate:&#60;br /&#62;
- Click Shop&#60;br /&#62;
- Mouseover image to see Add to Cart and Show Details&#60;br /&#62;
- Filter with any of the options on the right hand side&#60;br /&#62;
- Mouseover any of the results, Add to Cart and Show Details will not show up anymore.&#60;/p&#62;
&#60;p&#62;Please help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Latest Theme Updates - Please check if your&#039;re using an outdated theme version!"</title>
			<link>http://www.kriesi.at/support/topic/latest-theme-updates-please-check-if-yourre-using-an-outdated-theme-version#post-40947</link>
			<pubDate>Thu, 09 Feb 2012 15:28:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">40947@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Prior to reporting a bug or requesting support please make sure you are using the latest update!&#60;/p&#62;
&#60;p&#62;Below you will find the version number of the latest update release of your theme. Please make sure that the version number listed below matches the version number of your theme. To find your theme's version number, please look at the very top of the style.css file located inside your theme folder.&#60;/p&#62;
&#60;p&#62;If your theme has a lower version number than the number listed below, please log into themeforest using the account you used to purchase the theme, then download and install the latest update before reporting a bug or requesting support. &#60;/p&#62;
&#60;p&#62;Please be aware that theme updates overwrite every file in your theme folder including custom.css, so please make sure to create a backup copy of your current theme before you update.&#60;/p&#62;
&#60;p&#62;Note: The version numbers below only apply to WordPress theme releases. HTML theme version numbers may vary.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;/p&#62;
&#60;p&#62;Abundance: 1.9&#60;/p&#62;
&#60;p&#62;Angular: 1.6.5&#60;/p&#62;
&#60;p&#62;Avisio: 1.2.1b&#60;/p&#62;
&#60;p&#62;Brightbox: 1.5&#60;/p&#62;
&#60;p&#62;Broadscope: 1.4&#60;/p&#62;
&#60;p&#62;Choices: 1.8&#60;/p&#62;
&#60;p&#62;CleanCut: 1.2.1&#60;/p&#62;
&#60;p&#62;Coalition: 1.7&#60;/p&#62;
&#60;p&#62;Coherence: 1.5&#60;/p&#62;
&#60;p&#62;Corona: 1.5&#60;/p&#62;
&#60;p&#62;Cubit: 1.0&#60;/p&#62;
&#60;p&#62;Display: 2.0.3&#60;/p&#62;
&#60;p&#62;Eunoia: 1.4&#60;/p&#62;
&#60;p&#62;Enfold: 1.2&#60;/p&#62;
&#60;p&#62;Expose: 1.4&#60;/p&#62;
&#60;p&#62;Flagship: 1.5&#60;/p&#62;
&#60;p&#62;Flashlight: 2.3&#60;/p&#62;
&#60;p&#62;Habitat: 1.1.1&#60;/p&#62;
&#60;p&#62;Incarnation: 1.2 (If you show 1.5/1.6 its actually 1.0, that was a typo in the original download)&#60;/p&#62;
&#60;p&#62;Levitation: 1.3.2&#60;/p&#62;
&#60;p&#62;Newscast: 2.0.3&#60;/p&#62;
&#60;p&#62;Propulsion: 2.0&#60;/p&#62;
&#60;p&#62;Replete: 1.41&#60;/p&#62;
&#60;p&#62;Sentence: 1.7&#60;/p&#62;
&#60;p&#62;Shoutbox: 1.4&#60;/p&#62;
&#60;p&#62;Twicet: 2.0&#60;/p&#62;
&#60;p&#62;Upscale: 1.4&#60;/p&#62;
&#60;p&#62;Velvet: 1.4&#60;/p&#62;
&#60;p&#62;&#60;font color=&#34;grey&#34;&#62;(edited on April 21, 2013 - Devin)&#60;/font&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
