Duplicate Breadcrumb

Home Forums Calendar Products Events Calendar PRO Duplicate Breadcrumb

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1167178
    Larry
    Participant

    When visiting the events page(http://69.195.124.73/~charlhh1/events/) or an individual event(http://69.195.124.73/~charlhh1/event/mens-bible-study/2016-09-02/) , the breadcrumbs are showing “Events” twice.

    Troubleshooting steps I’ve tried:

    Disabled all plugins
    Uninstalled Calendar Event and Pro and reinstalled
    Set permalinks to default, cleared cache, logged out of site and renabled postname permalinks

    Screenshot of events slugs: http://screencast.com/t/dEZ533uXgr

    Can;t say that a certain update has triggered this as the site is not live yet and am just now getting to the little things to correct.

    Thanks for your help.

    #1167558
    George
    Participant

    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

    #1176615
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Duplicate Breadcrumb’ is closed to new replies.