<?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 - Topic: Product visibility problem</title>
		<link>http://www.kriesi.at/support/topic/product-visibility-problem</link>
		<description>Support Forum - Topic: Product visibility problem</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 22:18: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/topic/product-visibility-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-99322</link>
			<pubDate>Mon, 04 Mar 2013 11:59:42 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">99322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;br /&#62;
Since there was no additional feedback til now can we consider this solved? If you encounter any issues after the next update let us know :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-96591</link>
			<pubDate>Wed, 13 Feb 2013 19:55:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just to be clear: In your theme files you have opened: wp-content\themes\replete\includes\helper-template-dynamic.php&#60;/p&#62;
&#60;p&#62;And you've replaced this block of code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;new_query&#38;#39;] = array(
			&#38;#39;post_type&#38;#39;	=&#38;gt; &#38;#39;product&#38;#39;,
			&#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;publish&#38;#39;,
			&#38;#39;ignore_sticky_posts&#38;#39;	=&#38;gt; 1,
			&#38;quot;paged&#38;quot; =&#38;gt; $page_nr,
			&#38;#39;posts_per_page&#38;#39; =&#38;gt; $shop_item_count,
			&#38;#39;orderby&#38;#39; =&#38;gt; $orderBY,
			&#38;#39;order&#38;#39; =&#38;gt; $order,
			&#38;#39;meta_query&#38;#39; =&#38;gt; array(
				array(
					&#38;#39;key&#38;#39; =&#38;gt; &#38;#39;_visibility&#38;#39;,
					&#38;#39;value&#38;#39; =&#38;gt; array(&#38;#39;catalog&#38;#39;, &#38;#39;visible&#38;#39;),
					&#38;#39;compare&#38;#39; =&#38;gt; &#38;#39;IN&#38;#39;
				)
			)
		);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With this block of code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$meta_query = array();
		$meta_query[] = $woocommerce-&#38;gt;query-&#38;gt;visibility_meta_query();
	        $meta_query[] = $woocommerce-&#38;gt;query-&#38;gt;stock_status_meta_query();

		$avia_config[&#38;#39;new_query&#38;#39;] = array(
			&#38;#39;post_type&#38;#39;	=&#38;gt; &#38;#39;product&#38;#39;,
			&#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;publish&#38;#39;,
			&#38;#39;ignore_sticky_posts&#38;#39;	=&#38;gt; 1,
			&#38;quot;paged&#38;quot; =&#38;gt; $page_nr,
			&#38;#39;posts_per_page&#38;#39; =&#38;gt; $shop_item_count,
			&#38;#39;orderby&#38;#39; =&#38;gt; $orderBY,
			&#38;#39;order&#38;#39; =&#38;gt; $order,
			&#38;#39;meta_query&#38;#39; =&#38;gt; $meta_query
		);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This would be the files located on your server and not locally on your computer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trungct902 on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-96586</link>
			<pubDate>Wed, 13 Feb 2013 19:50:50 +0000</pubDate>
			<dc:creator>trungct902</dc:creator>
			<guid isPermaLink="false">96586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin.&#60;/p&#62;
&#60;p&#62;The code doesn't fix the bug. I hope you guys can work out to fix it in next update. I can assist develop team by testing the result if you want.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Trung
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-96585</link>
			<pubDate>Wed, 13 Feb 2013 19:47:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi trungct902,&#60;/p&#62;
&#60;p&#62;Integrating that is a bit beyond what we can do via support. You would need to look into a freelance developer to implement something like that.&#60;/p&#62;
&#60;p&#62;Is the code from Kriesi above still not fixing the issue? The fix was actually added into the most recent update scheduled for release as it was a bug fix that should fix the same thing from happening for all users.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trungct902 on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-96485</link>
			<pubDate>Wed, 13 Feb 2013 08:37:55 +0000</pubDate>
			<dc:creator>trungct902</dc:creator>
			<guid isPermaLink="false">96485@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi,&#60;br /&#62;
I would like to add the Tool-tip to the shipping method which will explain each of my shipping method when customer move mouse on the text at Shopping Cart and Check out page.&#60;br /&#62;
Here is the tooltip code that I would like &#60;a href=&#34;http://www.menucool.com/tooltip/css-tooltip&#34; rel=&#34;nofollow&#34;&#62;http://www.menucool.com/tooltip/css-tooltip&#60;/a&#62;. However, I don't know where to apply it. Can you please show me how to apply it?&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-96264</link>
			<pubDate>Tue, 12 Feb 2013 01:12:28 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">96264@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; thats weird. I was able to reproduce your problem in the first place and using that code fixed it for me. Cant really  imagine why this shouldnt work... &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trungct902 on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-96250</link>
			<pubDate>Mon, 11 Feb 2013 23:06:59 +0000</pubDate>
			<dc:creator>trungct902</dc:creator>
			<guid isPermaLink="false">96250@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.Kriesi.&#60;br /&#62;
The code doesn't resolve the problem. I found the solution that I will move Out of stock item to Trash. However, it is inconvenience for web master. I hope you can work to resolve the problem which can help your theme better in next version. If you still want to work on it, I am happy to test the result for you.&#60;/p&#62;
&#60;p&#62;All best!&#60;br /&#62;
Eric
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-96240</link>
			<pubDate>Mon, 11 Feb 2013 22:09:58 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">96240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Tricky one. Found the issue and will include it in the next update. if you want a fix right now you can replace the code that dude postet above in with this one:&#60;/p&#62;
&#60;pre&#62;
global $woocommerce;
		$meta_query = array();
		$meta_query[] = $woocommerce-&#38;gt;query-&#38;gt;visibility_meta_query();
	        $meta_query[] = $woocommerce-&#38;gt;query-&#38;gt;stock_status_meta_query();

		$avia_config['new_query'] = array(
			'post_type'	=&#38;gt; 'product',
			'post_status' =&#38;gt; 'publish',
			'ignore_sticky_posts'	=&#38;gt; 1,
			&#34;paged&#34; =&#38;gt; $page_nr,
			'posts_per_page' =&#38;gt; $shop_item_count,
			'orderby' =&#38;gt; $orderBY,
			'order' =&#38;gt; $order,
			'meta_query' =&#38;gt; $meta_query
		);
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>trungct902 on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-96044</link>
			<pubDate>Sun, 10 Feb 2013 10:01:41 +0000</pubDate>
			<dc:creator>trungct902</dc:creator>
			<guid isPermaLink="false">96044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hope Kriesi  can resolve this problem.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-95595</link>
			<pubDate>Thu, 07 Feb 2013 06:36:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kriesi uses the default woocommerce query to display the products. It can be found in wp-content\themes\replete\includes\helper-template-dynamic.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;new_query&#38;#39;] = array(
			&#38;#39;post_type&#38;#39;	=&#38;gt; &#38;#39;product&#38;#39;,
			&#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;publish&#38;#39;,
			&#38;#39;ignore_sticky_posts&#38;#39;	=&#38;gt; 1,
			&#38;quot;paged&#38;quot; =&#38;gt; $page_nr,
			&#38;#39;posts_per_page&#38;#39; =&#38;gt; $shop_item_count,
			&#38;#39;orderby&#38;#39; =&#38;gt; $orderBY,
			&#38;#39;order&#38;#39; =&#38;gt; $order,
			&#38;#39;meta_query&#38;#39; =&#38;gt; array(
				array(
					&#38;#39;key&#38;#39; =&#38;gt; &#38;#39;_visibility&#38;#39;,
					&#38;#39;value&#38;#39; =&#38;gt; array(&#38;#39;catalog&#38;#39;, &#38;#39;visible&#38;#39;),
					&#38;#39;compare&#38;#39; =&#38;gt; &#38;#39;IN&#38;#39;
				)
			)
		);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Actually it should return the same number of items unless you reach the last page. I'll tag this thread for Kriesi because I see no reason why this doesn't work...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trungct902 on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-95564</link>
			<pubDate>Thu, 07 Feb 2013 04:39:46 +0000</pubDate>
			<dc:creator>trungct902</dc:creator>
			<guid isPermaLink="false">95564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there anyone can answer me?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trungct902 on "Product visibility problem"</title>
			<link>http://www.kriesi.at/support/topic/product-visibility-problem#post-95383</link>
			<pubDate>Wed, 06 Feb 2013 01:41:17 +0000</pubDate>
			<dc:creator>trungct902</dc:creator>
			<guid isPermaLink="false">95383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Support team.&#60;br /&#62;
I have a problem with products visibility when I active &#34;Hide out of stock items from catalog&#34; in Woocommerce&#38;gt;&#38;gt;&#38;gt;Inventory.&#60;br /&#62;
Please check my website to clearly understand the problem at &#60;a href=&#34;http://bcgadgets.com&#34; rel=&#34;nofollow&#34;&#62;http://bcgadgets.com&#60;/a&#62;.&#60;br /&#62;
It seem the product which is hidden still reserve a space on a pages. So some page appear 1 item, some appear 2 or 4 items. NOTE: I have set 12 items on a single pages and it works properly if I un-check the &#34;Hide out of stock items from catalog&#34; box.&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
