I'm not sure whether this is a misconfiguration on my part or an actual bug. I set this as a bug to raise a flag, please unset it if this is an config error.
When breadcrumb element is added to one of the content of "System term_view" panel, which located at /taxonomy/term/%term, the crumb stays at "Home" where theme breadcrumb works properly.
I"m creating a variant for "System term_view" panel to display taxonomy terms.
Setting:
- Whether Custom Breadcrumb is enabled or disabled, it doesn't change the symptom
Panel setting:
- single term is enabled
- inject hierarchy of first term into breadcrumb trail is checked
Variant setting:
- Disabled Drupal blocks/region is checked
- Selection rule: no criteria selected
- No additional Contexts and Relationships added
- Layout: builder
- content:
* Page element: breadcrumb
* Taxonomy term: List of related terms
* View: A node view that receives Taxonomy Term ID as an argument and display in Block
Comments
Comment #1
merlinofchaos commentedI think the problem here is a chicken and egg problem, in that the breadcrumb isn't actually set up until after the panel has been rendered. Right now, this problem isn't easily fixable.
One solution is to use Panels Everywhere to create a containing panel; that one will render after the content, and therefore get the correct breadcrumb.
Comment #2
ethereal1m commentedI'm using Panel Everywhere to put the Pane Breadcrumb on the variant of "term_view" panel. So, how can I make it so that the other panes are rendered first, then the Breadcrumb? I'm new at this. Please help.
Comment #3
ethereal1m commentedThis problem fixed with Custom Breadcrumbs 2