[Plugin: Breadcrumb NavXT] Wrong HTML output
-
I’m getting the following HTML output:
<li class="breadcrumb bc-site-home"><a href="https://hosh.info" title="Go to Home.">Home</a></li><li class="breadcrumb bc-bug-library-bugs-root post-bug-library-bugs"><a title="Go to Bug Tracker." href="https://hosh.info/bugs/">Bug Tracker</a></li><a title="Go to Menu Management Enhancer." href=""><li class="breadcrumb bc-bug-library-products"><a title="Go to the Menu Management Enhancer Products archives. test" href="https://hosh.info/bugs/products/mmenhancer/">Menu Management Enhancer</a></li></a><li class="breadcrumb bc-post-bug-library-bugs current-item bc-no-link">Test some issue</li>
Which when shown properly translates to:
<li class="breadcrumb bc-site-home"><a href="https://hosh.info" title="Go to Home.">Home</a></li> <li class="breadcrumb bc-bug-library-bugs-root post-bug-library-bugs"><a title="Go to Bug Tracker." href="https://hosh.info/bugs/">Bug Tracker</a></li> <a title="Go to Menu Management Enhancer." href=""> <li class="breadcrumb bc-bug-library-products"><a title="Go to the Menu Management Enhancer Products archives. test" href="https://hosh.info/bugs/products/mmenhancer/">Menu Management Enhancer</a></li> </a> <li class="breadcrumb bc-post-bug-library-bugs current-item bc-no-link">Test some issue</li>
As you can see it somehow adds an extra anchor for no reason.
I’m using the latest version..It’s probably a bug? If you need more info let me know.
For the configuration everything is same except:
I’ve added<li class="breadcrumb bc-%type%">
and</li>
to all the templates
And Current Item > Paged Breadcrumb has been selected.And I’m using the latest stable version.
Hosh
PS: It would be good to add some actions/filters to all elements and a prepend and append text/html feature.
https://www.ads-software.com/extend/plugins/breadcrumb-navxt/
- The topic ‘[Plugin: Breadcrumb NavXT] Wrong HTML output’ is closed to new replies.