Hi support!
I think breadcrumbs doubled on the site.
Do you have any idea why? (files generated newly)
pic1: https://ibb.co/dgFWjrq
pic2: https://ibb.co/88W42J9
This topic has 5 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Marketingeskell
Hi support!
I think breadcrumbs doubled on the site.
Do you have any idea why? (files generated newly)
pic1: https://ibb.co/dgFWjrq
pic2: https://ibb.co/88W42J9
Hello,
I suppose because of third-party plugin that you probably use. Do you use any SEO plugin for WooCommerce? Probably they do not replace theme breadcrumbs but add their own in addition.
Add the below code to Theme Options > Custom CSS to align plugin breadcrumbs and hide our breadcrumbs for the single product page
.breadcrumbs.woo-breadcrumbs {
max-width: 1170px;
margin: auto;
padding: 5px 15px;
}
.single-product .page-heading {
display: none;
}
Regards
Hi! that my problem. I made that breadcrumb with your single product page builder. And i want to remove the other
pics:https://ibb.co/d4G3qJW
And yes i use seo plugin. Yoast seo premium
Greetings,
Áron
Hello,
I see. In this case check the plugin documentation if they have option to disable breadcrumbs there. If not then you can hide their breadcrumbs using CSS styles
.single-product .breadcrumbs.woo-breadcrumbs {
display: none;
}
Regards
Thx for solve this.
The issue related to '‘Breadcrumbs issue?’' has been successfully resolved, and the topic is now closed for further responses