bread crumbs

#889776
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, we apologize for the issue you are facing with the breadcrumbs on your product page. To achieve the desired breadcrumb structure of Home / CATALOG / CAP, you can follow these steps:

    1. Enable Show Category(s): In your Rank Math settings, ensure that the Show Category(s) option is enabled. This will include the category in the breadcrumb path.

    2. Set Primary Category: If you have multiple categories for your product, make sure to set the appropriate category (in this case, CAP) as the primary category. You can do this by editing the product and selecting the primary category in the Rank Math Meta Box.

    3. Change Breadcrumb Label for Categories: To change the label of the category appearing in breadcrumbs, navigate to the category page for CAP in your WordPress dashboard. In the Rank Math Meta Box, go to the Advanced tab and enter CATALOG in the Breadcrumb Title field.

    4. Check Theme Settings: Ensure that your theme does not have its own breadcrumb settings that might conflict with Rank Math’s breadcrumbs.

    After making these changes, your breadcrumbs should appear as Home / CATALOG / CAP. If you still encounter issues, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Thank you for raising this concern!

    Hello,

    Thank you for contacting Rank Math support.

    Please follow Rankbot’s suggestions and then navigate to Rank Math > Title & Meta > Products and set your Primary Taxonomy to ‘Product Categories’.

    We hope this helps you resolve the issue.

    I follow the guide but breadcrumbs do not appear as I want.
    I use Flatsome.

    Hello,

    We checked the URL you shared and it looks like you are using Woocommerce breadcrumbs.
    https://imgur.com/JxI5nRH

    By default, WooCommerce adds Breadcrumbs to the product pages and archives. If you want to use Rank Math’s breadcrumbs instead please add the following filter to your site:

    /**
     * Function to disable WooCommerce breadcrumbs
     */
    function remove_wc_breadcrumbs() {
    remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
    }
    add_action( 'init', 'remove_wc_breadcrumbs' );

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how that goes.

    We look forward to hearing back from you.

    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 4 replies - 1 through 4 (of 4 total)

The ticket ‘bread crumbs’ is closed to new replies.