Tagged: breadcrumbs, the events calendar
Hi. How can I eliminate the doubled breadcrumbs on all pages created by The Events Calendar on this site-in-progress?
http://ohs.benwolfedesign.com/events/
I can see that others have had this same issue.
To be sure you understand, I am referring to (for example)
You are here: Home / Events / Events
on that page. The extra “Events” occurs on all pages generated by The Events Calendar. Making the breadcrumbs work as intended is my preferred solution. Hiding the breadcrumbs on ONLY the pages created by The Events Calendar would be okay as a less good solution. Thanks.
Hi,
Thank you for using our theme.
The logic of building the breadcrumb trail is to reflect the hierarchy of custom post types and the way to a page. This sometimes results in an output like that one with events.
The easiest way is to hide the breadcrumb trail.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:
#id.tribe-events-page-template .avia-breadcrumbs{
display: none !important;
}
Best regards,
Günter
Thanks Günter.
This was close — to work as desired, and eliminate the breadcrumbs from pages generated by The Events Calendar, it needed to be this:
.tribe-events-page-template .avia-breadcrumbs {
display: none !important;
}
This snippet may be worth keeping, I know others have had the same question.
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon