Hey Larry,
Thanks for reaching out.
None of our plugins add breadcrumbs, so those breadcrumbs are coming from your theme or from another plugin on your site.
With that in mind, your best course of action here is to contact the developers or support team of that plugin/theme that renders the breadcrumbs. They may be able to identify why this is happening and may be able to offer a true fix.
One thing I can recommend that may help is a bit of CSS to help hide the extra “events” text in the breadcrumbs. I wrote this bit of custom code for you—try adding this code to the bottom of your theme’s style.css file:
body.post-type-archive-tribe_events .breadcrumb-trail .trail-end,
body.post-type-archive-tribe_events .breadcrumb-trail .trail-end + .sep {
display: none !important;
}
Contact the developers of the breadcrumb code for a more complete solution—I hope this helps in the meantime!
— George