• Resolved yknb

    (@yknb)


    Hello,

    I’m developing the WEB site in Astra-Elementor-WooCommerce-AIOSEO environment.
    I encounter the following problem with breadcrumbs.
    My main page is not related to the WooCommerce shop
    When I go by WEB site main menu to the level above the product, breadcrumbs are appropriate. Obviously, they are driven by the Astra and AIOSEO settings.

    However as soon as open the product page, the breadcrumbs are substituted by the WooCommerce shop breadcrumbs.

    These breadcrumbs are not appropriate. The upper level is not my menu item, but the Product page of the internet shop.

    Please, advise how to disable these WooCommerce breadcrumbs.

    In Astra’s Appearance-Customizing – WooCommerce ? Single Product breadcrumbs are disabled.

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    To remove the WooCommerce breadcrumb, I’d recommend using this code snippet: https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/#section-5

    You could add this to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin.

    Thread Starter yknb

    (@yknb)

    Thanks for the reply.

    However this did not resolve the problem (both by snippet and CSS). The frontend is absolutely the same.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @yknb,

    Kindly share with us your site so that we can take a closer look.

    Thanks.

    Thread Starter yknb

    (@yknb)

    https://1test.y-kirillov.ru/product/c246l8/

    “Products” in the breadcrumbs chain is unwanted. It leads to the Woo shop page I do not want to show.

    Plugin Support Cara

    (@dcka)

    Hi, @yknb!

    Looking at your site, it has a completely different breadcrumb structure, which looks like it’s coming from your theme. That’s also why the CSS in the guide previously linked to you isn’t working.

    For further assistance, I would recommend that you reach out to Astra support here: Astra Forums.

    That said, to get you started, you may want to try using the following code and adding it under Appearance > Customize > Additional CSS.

    .ast-breadcrumbs-wrapper {
    	display: none;
    }
    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We’ve not seen any activity on this thread for a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Breadcrumbs mixture’ is closed to new replies.