• Resolved gabelstaplerfahrer

    (@gabelstaplerfahrer)


    Heyo,

    after I updated my Yoast SEO Plugin to v.5.3.2 today, my breadcrumbs seem to be a bit off. They were bigger than usual and had much more space around them. So I looked at the HTML output and compared it to the older version.

    Old version:

    <header class="entry-header page-header">
    <p id="breadcrumbs">
    <span xmlns:v="https://rdf.data-vocabulary.org/#">
    <strong class="breadcrumb_last">Home</strong>
    </span>
    </p>
    </header>

    New version:

    <header class="entry-header page-header">
    <h1 class="entry-title">Home</h1>
    </header>

    And as you can tell by now, it got completly changed. So I looked at the page.php file in my theme to see, if the php include has changed too. But it was still the same.

    Here’s the code in the page.php:

    <header class="entry-header page-header">
    <?php if ( function_exists('yoast_breadcrumb') )
    {yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>
    </header>

    And now I can’t realy use the new update because there aren’t any new features in the backend to turn that off. :/ Is this a Updatebug of the Plugin? Or do I need to include a new Code in the page.php to fix this?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t have this problem anywhere.

    Is there anything relevant in your error_log file? Can you confirm that the update completed successfully?

    Thread Starter gabelstaplerfahrer

    (@gabelstaplerfahrer)

    Ok … I found the issue. It was an update off a different plugin that corrupted the Breadcrumbs. Thanks for the answere/question thoe @galbaras !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumb problem with new update’ is closed to new replies.