Issues About The Breadcrumbs Category

#286068
  • Resolved Chris Pineson
    Rank Math free

    Hi there,

    There I encountered a quite strange issue and I do not know how to fix that, every time when I visit a category and find the product through category, however, the breadcrumbs shows the product that I visit via “SHOP BY SIZE”, and that is quite strange, and I want to know how to get that issue fixed.

    Here comes the video for your check:

    PART01: https://gyazo.com/3c569d168b15235cb2eef02b6f39a586
    PART02: https://gyazo.com/cd99f914d5a58c952a60de3771382b03

    For more details that I’d like to introduce is, for example, when I click the category named “DISC MAGNETS” then that’ll take me to the page of “https://www.diymag4u.com/product-category/strong-disc-magnets/” and that works fine and the breadcrumbs is correct, and it shows like this: “Home Disc Magnets”, and when I click any of the product on that category like “https://www.diymag4u.com/product/12x2mm-circular-neodymium-magnets-for-sale-100pcs-set/” this link, however, that breadcrumbs has changed, the breadcrumbs shows like this “Home>Shop By Diameter*Thickness>12*2mm ” and that even not right at all, the right breadcrumbs should be “Home>Disc Magnets>12x2mm Circular Neodymium Magnets For Sale 100PCS Set”:

    Here are two screenshots for you to check:
    https://gyazo.com/c4e4e589f8b1ee4ee92818cd4cb817c9
    https://gyazo.com/b74b3dc76a8c8dbe0161f9b28a6ee34a

    and now I want to know how to get that issue fixed, thanks in advance.

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for contacting us and sorry for any inconvenience that might have been caused due to that.

    I can check that you are not using Rank Math’s breadcrumbs. The breadcrumbs shown on your single product page are coming from WooCommerce.

    You can remove the WooCommerce breadcrumbs on most themes by adding the following code snippet in your theme’s functions.php file:

    /**
     * Remove the breadcrumbs 
     */
    add_action( 'init', 'woo_remove_wc_breadcrumbs' );
    function woo_remove_wc_breadcrumbs() {
        remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
    }

    The next step will be to add Rank Math breadcrumbs on your site by following this guide: https://rankmath.com/kb/breadcrumbs/

    Hope this helps. Let us know if you need any other assistance.

    Thanks.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Issues About The Breadcrumbs Category’ is closed to new replies.