Dont hide on product category
-
Hey, I have problem with your plugin. It didnt work on category page.
/product-category/Can you help me with that?
-
Hi marcinstanczak,
Thank you for use this plugin. would you please provide website url on my email.
would you please error provide me screen short for which category not hide.
Thanks-
This reply was modified 5 years, 4 months ago by
Kaushik Nakrani.
I think I have the same problem. I will send you an email. The plugin hides categories only on the master “shop” link, but once you are inside a category all the other categories again appear.
Actually I cannot send you an email. Here are the links. Please look at the sidebar:
Correct: http://developer.venn-cycling.com/shop/
Fail: http://developer.venn-cycling.com/product-category/components/Cheers,
V.
-
This reply was modified 5 years, 4 months ago by
vmajor.
Hello vmajor,
Thank you for use this plugin and I apologize for late reply. I’ve fixed the issue would you please again download.
Thanks.
Hi Kaushik,
no the version 1.02 still only hides categories in the main “shop” page, nowhere else.
Hello vmajor ,
I’ve checked and it’s worked Would you please refer : https://www.screenpresso.com/=2jx8d
It’s possible share you website details in my email address so I will solve.Thanks.
I already shared the links, please check them here:
Correct: http://developer.venn-cycling.com/shop/
Fail: http://developer.venn-cycling.com/product-category/components/Fail shows “Uncategorized” category. I had to edit my categories structure to eliminate the clutter, but I need “Uncategorized” to be hidden. I cannot delete this category as that is where I parked all the “hidden” categories that are used for our custom product builder.
okay, I’ve checked your website and it’s open https://www.screenpresso.com/=iPvBb. Would you please give me your website site access so I can solve it. it’s possible?
Sorry, I had shut down the server overnight. It is up again and I will leave it up until you further message.
V.
It’s possible provide me your website wp-admin details and if yes so can you please tell me which time your online so I can check it. I’m waiting your response.
I fixed the problem for my site by adding this snippet:
add_filter( 'woocommerce_product_categories_widget_args', 'organicweb_exclude_widget_category' ); function organicweb_exclude_widget_category( $args ) { // Enter the id of the category you want to exclude in place of '167' $args['exclude'] = array('167' ); return $args; }Reference: https://wpdatatables.com/woocommerce-hide-category-from-your-shop-page/
EDIT: even that did not work everywhere that I needed it to so I finally nuked it through css:
ul.product-categories li.cat-item.cat-item-167 {display: none;}-
This reply was modified 5 years, 4 months ago by
vmajor.
-
This reply was modified 5 years, 4 months ago by
The topic ‘Dont hide on product category’ is closed to new replies.