I think I stumbled across a bug
When I’m using the “breadcrumbs” position for the breadcrumb module, the default separator doesn’t show if the category is not linked to any items. However, the separator works fine when I’m using “top” position. I have a feeling it has to do with the css?
Just in case this is hard to understand:
Menu Item: Blog (category blog layout)
|_______ Item: Blog Test
Bread crumb will look like this: Blog > Blog Test
Menu Item: Portfolio (external link – empty)
|_______ Item: Blog Test
Bread crumb will look like this: Portfolio Blog Test
No separator.
Right now, I placed a # in the external link instead of leaving it empty. Anyone knows a solution to this?