What does the actual HTML output look like (do a view source not an inspect element) for the breadcrumb trail? Have you checked your settings?
<div
class=”breadcrumb”><a
title=”Go to Forside.” href=”http://xxx.xx”>1 > <a
title=”Gå til Om os.” href=”http://xxx.xx/xxx/” class=”page”>2 > <a
title=”Gå til Medarbejdere.” href=”http://xxx.xx/xxx/xxx/” class=”page”>xxx > 3
</div>
I have tried check my settings, but could find anything.
Could you post that again using the code button, or use something like pastebin that will not garble any HTML? I’m thinking there may be inadvertent breaks in your breadcrumb templates. One thing you can try doing is a settings reset by clicking on the Help tab, and then on the “Import/Export/Reset” menu item in the help drop down, and finally on the “Reset” button.
I have tried reset – didn’t solve the problem.
The code looks like this:
<div
class="breadcrumb"><a
title="Gå til Forside." href="http://vinderstrategi.dk" class="site-home">Forside</a> > <a
title="Gå til Om os." href="http://vinderstrategi.dk/om-os/" class="page">Om os</a> > <a
title="Gå til Medarbejdere." href="http://vinderstrategi.dk/om-os/organisation/" class="page">Medarbejdere</a> > Mikael Vest<br><br></div>
You can see it here: vinderstrategi.dk/om-os/organisation/mikael-vest/
Looks like something is messing with your HTML output. Try disabling other plugins, and then enabling them one by one until the problem reappears.
I removed the “class=”%type%”” and that did it.
Thanks for reporting what fixed it. That seems like a bug of some sort and I’ll need to look into reproducing it on my testbed.
Hello!
Experience the same problem, this is how breadcrumbs look in my sidebar:
Home > be productive
> managing knowledges > mind
mapping
Could you tell me what php or css file to change in order to have it one-lined?
Thanks
Remove the class=”%type%” from your breadcrumb templates fixed it for sternberg, is that not working for you?