Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author John Havlik

    (@mtekk)

    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?

    Thread Starter Sternberg

    (@sternberg)

    <div
    class=”breadcrumb”><a
    title=”Go to Forside.” href=”https://xxx.xx”>1 > <a
    title=”G? til Om os.” href=”https://xxx.xx/xxx/&#8221; class=”page”>2 > <a
    title=”G? til Medarbejdere.” href=”https://xxx.xx/xxx/xxx/&#8221; class=”page”>xxx > 3

    </div>

    I have tried check my settings, but could find anything.

    Plugin Author John Havlik

    (@mtekk)

    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.

    Thread Starter Sternberg

    (@sternberg)

    I have tried reset – didn’t solve the problem.

    The code looks like this:

    <div
    class="breadcrumb"><a
    title="G? til Forside." href="https://vinderstrategi.dk" class="site-home">Forside</a> > <a
    title="G? til Om os." href="https://vinderstrategi.dk/om-os/" class="page">Om os</a> > <a
    title="G? til Medarbejdere." href="https://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/

    Plugin Author John Havlik

    (@mtekk)

    Looks like something is messing with your HTML output. Try disabling other plugins, and then enabling them one by one until the problem reappears.

    Thread Starter Sternberg

    (@sternberg)

    I removed the “class=”%type%”” and that did it.

    Plugin Author John Havlik

    (@mtekk)

    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

    Plugin Author John Havlik

    (@mtekk)

    Remove the class=”%type%” from your breadcrumb templates fixed it for sternberg, is that not working for you?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] Breadcrumb = 3 lines’ is closed to new replies.