• Resolved sanzal

    (@sanzal)


    Hi!
    How to disable breadcrumbs that appeared after upgrading to version 3.3.4?
    I use breadcrumbs from the Yoast Seo plugin on my site and the latest update has broken my site.

Viewing 15 replies - 1 through 15 (of 25 total)
  • Theme Author marsian

    (@marsian)

    Where are you adding your breadcrumb code?

    Thread Starter sanzal

    (@sanzal)

    I am pasting the code in header.php at the very end.

    <?php
    if ( function_exists('yoast_breadcrumb') ) {
      yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
    }
    ?>
    Thread Starter sanzal

    (@sanzal)

    Information from the developers of the Yoast Seo plugin at the link

    https://yoast.com/help/implement-wordpress-seo-breadcrumbs/

    Theme Author marsian

    (@marsian)

    No problem, in next version if any user has yoast seo, the default breadcrumb will be replaced with Yoast SEO breadcrumb. Will release next version today or tomorrow.

    You do not have to put the code manually in there.

    Theme Author marsian

    (@marsian)

    Updated the theme, now you do not have to add the codes manually, if you have “Yoast Breadcrum” enabled, it will replace the default breadcrumb on titlebar.

    Thread Starter sanzal

    (@sanzal)

    Doesn’t work after a new update

    https://youtu.be/0mBKuy7AGhs

    Theme Author marsian

    (@marsian)

    So it is working in listing pages but not working in product pages?
    Did you make any CSS changes?

    Thread Starter sanzal

    (@sanzal)

    I did not make any changes.
    I think that the problem is that the breadcrumbs chain consists of many words and it just doesn’t physically fit into the title field.

    Thread Starter sanzal

    (@sanzal)

    So it is working in listing pages but not working in product pages?

    Yes

    Theme Author marsian

    (@marsian)

    Alright, means your breadcrum coming down on on white content area, below the title bar in white font. if you select all the text (ctrl+a), you will see the breadcrumb

    let me see if i can fix that.

    Theme Author marsian

    (@marsian)

    I have made CSS change to make the breadcrumb appear below the title in single product page. do clean your cache to load updated CSS and JS.

    Let me know if that works

    Thread Starter sanzal

    (@sanzal)

    After the last update, the breadcrumbs started to display normally on the single product page. But the problem remains on the category page (if there are many words in the category name).

    https://youtu.be/m9ThzkAFnpU

    Theme Author marsian

    (@marsian)

    Looks like you have long names for categories to. I will fix the WooCommerce category pages too in next update.

    Thread Starter sanzal

    (@sanzal)

    Breadcrumbs disappeared from the single product page after updating the theme

    Theme Author marsian

    (@marsian)

    Let me check if WooCommerce changed anything in there. Are you still using yoast SEO breadcrumbs? Or default WooCommerce breadcrumbs.

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Breadcrumbs in the latest update’ is closed to new replies.