This topic has 6 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
As I am unable to reach Woocommerce support but your sites are based them, I am contacting you in hope you as developer can reach them and help your theme users
I have created product category “AAA” and assigned product for it “PRODUCT”. This particular product is also assigned to other category and sub-category, like “BBB” -> “CCC”
Why wordpress/woocommerce chooses longest path breadcrumb to show for this product “PRODUCT”?
Logically I would think breadcrumb for this product would be “HOME” >> “AAA” >> “PRODUCT” but instead it’s “HOME” >> “BBB” >> “CCC” >> “PRODUCT”
From my point of view there’s nothing logical about it. It’s not even in any alphabetical order. It’s just the longest path which does not make any sense. Does it?
Hello,
Please send your request via this form https://www.8theme.com/customization-services/ and our specialists will help you.
Regards,
Eva Kemp.
Can Breadcrumbs be removed just from single product page?
Hello,
Yes, you need add this code in custom.css file:
.single-product .woocommerce-breadcrumb {
display: none;
}
Best regards,
Jack Richardson.
Thanks for the code Jack!
Hello,
You’re welcome!
Regards,
Rose Tyler.
Tagged: breadcrumbs, illogical, product, seo friendly, themes, woocommerce, wordpress
The issue related to '‘illogical product breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses