Thread Starter
Niklas
(@niklasbr)
Quick solution:
//We'll want to switch between the two breadcrumb output types
if($instance['type'] == 'list')
{
//Display the list output breadcrumb
if (isset($instance['pretext'])) {
echo $instance['pretext'];
}
echo '<ol class="breadcrumb_trail breadcrumbs">';
bcn_display_list(false, $instance['linked'], $instance['reverse']);
echo '</ol>';
}
Thanks for reporting that, it looks like I have some issues with the surrounding code as well. This will be fixed in the next release (will be working on that this weekend).
For reference, I am tracking this issue here: https://github.com/mtekk/Breadcrumb-NavXT/issues/73
This should be fixed in the ‘equestrian’ branch of Breadcrumb NavXT in GitHub and will make it into Breadcrumb NavXT 5.1. Please try it out.
This is fixed in Breadcrumb NavXT 5.1.0 which was is now available.