Breadcrumbs issue? - by Marketingeskell - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Marketingeskell

  • Avatar: Marketingeskell
    Marketingeskell
    Participant
    May 17, 2021 at 23:57

    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

    4 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    May 18, 2021 at 13:43

    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

    Avatar: Marketingeskell
    Marketingeskell
    Participant
    May 18, 2021 at 16:32

    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

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    May 18, 2021 at 16:59

    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

    Avatar: Marketingeskell
    Marketingeskell
    Participant
    May 18, 2021 at 21:27

    Thx for solve this.

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Breadcrumbs issue?’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.