• Resolved JapeNZ

    (@japenz)


    Hi there,
    Prior to the latest update my product breadcrumbs followed an obvious path for example:

    Comic Book Shop / Comic Books / Marvel Comics / X-Men / Uncanny X-Men / Uncanny X-Men Vol 1 (1981)

    After the update the breadcrumb path has been reversed except for the start and end, and so makes no sense at all:

    Comic Book Shop / Uncanny X-Men / X-Men / Marvel Comics / Comic Books / Uncanny X-Men Vol 1 (1981)

    Is there a setting I need to apply to get them back to how they were?

    Thanks for your help!

    Kind regards,
    JP

    • This topic was modified 3 years, 11 months ago by JapeNZ.
Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter JapeNZ

    (@japenz)

    Hi @djennez, @joostdevalk
    After a bit of testing it seems the breadcrumbs issue only shows up again on products that have been updated in some way.

    So for instance the breadcrumbs were displayed as they should be (aside from the ‘/ Shop /’ addition, see below*) for Amazing Spider-Man Vol 5 #41

    Comic Book Shop / Shop / Comic Books / Marvel Comics / Spider-Man / Amazing Spider-Man / Amazing Spider-Man Vol 5 (2018) / Amazing Spider-Man Vol 5 #41

    But when I altered the stock levels and updated the product the breadcrumbs now display backwards.

    Comic Book Shop / Shop / Amazing Spider-Man Vol 5 (2018) / Amazing Spider-Man / Spider-Man / Comic Books / Marvel Comics / Amazing Spider-Man Vol 5 #41

    *Also it’s adding ‘/ Shop /’ which it wasn’t doing before and if possible I’d like to remove.

    ** UPDATE: Have managed to remove ‘/ Shop /’ with the following code:

    // Remove 'Shop' from Yoast breadcrumbs
    add_filter( 'wpseo_breadcrumb_single_link' ,'wpseo_remove_breadcrumb_link', 10 ,2);
    function wpseo_remove_breadcrumb_link( $link_output , $link ){
        $text_to_remove = 'Shop';
        if( $link['text'] == $text_to_remove ) {
          $link_output = '';
        } 
        return $link_output;
    }

    Kind regards,
    JP

    • This reply was modified 3 years, 11 months ago by JapeNZ.

    Hi. I have the same issue raised by user JapeNZ since Yoast V14.1 update.

    Breadcrumbs appearing in reverse order on posts and pages Tax3/Tax2/Tax1, yet appearing okay on archives Tax1/Tax2/Tax3.

    Post URL showing wrong hierarchy order: https://oe.org.au/sarah-godfrey/
    Archive URL of same post’s category in correct order: https://oe.org.au/category/practitioner/victoria/modality-vic/psychologist-vic/

    I’ve disabled all plugins, but no change to breadcrumb error. Running Elementor’s Hello Theme and Elementor plugin.

    Can you help? Luke

    • This reply was modified 3 years, 11 months ago by Luke Chiodo.
    Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    @lukechiodo We apologies to hear that you’re experiencing the breadcrumb issue. The issue you’re currently experiencing is known bug and is planned to fix in the next release.

    Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    This thread has been marked as resolved due to a lack of activity. You’re always welcome to re-open this topic.

    Thanks for understanding!

    Thread Starter JapeNZ

    (@japenz)

    Hi @mazedulislamkhan
    Issue isn’t resolved as there hasn’t been an update.
    Any news on when this might get a fix?

    Thanks for your help 🙂

    JP

    Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    @japenz We mark a topic as resolved when there’s no activity for a week. However, the author of the topic can re-open the relevant topic anytime.

    That said, Yoast SEO follows two week release cycles. Once we release the next version, the breadcrumb issue will be fixed.

    Thread Starter JapeNZ

    (@japenz)

    Hi @mazedulislamkhan
    Latest update fixed the issue, thank you!

    Kind regards,
    JP

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Latest update causes breadcrumbs to make no sense.’ is closed to new replies.