• Resolved Nick Satkovich

    (@nicksatkovich)


    Hey guys,

    I’m having an issue with the “Current Item” settings not saving. I have this as the current item template: <a title="Reload the current page." href="%link%" class="current-page">%htitle%</a> but class=”current-page” is not showing up on the front-end of the site. I tried resetting all settings, and deactivating and reactivating the plugin to no avail. Any ideas?

    WordPress version 3.3
    Version 4.0.0 of Breadcrumb NavXT

    http://wordpress.org/extend/plugins/breadcrumb-navxt/

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

    (@mtekk)

    Oopse, the current-item templates are never read by the core plugin. From the looks of it I had at one time thought that they would be used but never checked.

    Rather than use the current item templates, set your other templates using something like:

    <a title="Go to %title%." href="%link%" class="%type%">%htitle%</a>

    I’m guessing this may not cover all use cases and I’ll have to change some code so the template for linked current items is actually used.

    -John Havlik

    Plugin Author John Havlik

    (@mtekk)

    There appears to be a few problems with adding these back in. In particular, since breadcrumb templates are not nested, if some have images (e.g. the home template), switching it to the current item template may not be appropriate. Does the previously mentioned template help your use case? I need additional feedback as I would like to resolve this for 4.0.1.

    -John Havlik

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] "Current Item" settings not saving?’ is closed to new replies.