• Resolved youngmicroserf

    (@youngmicroserf)


    Hi, I had to downgrade from 3.60 to 3.51 after moving a WP installation to another server, because the options panel absolutely wouldn’t save anything in 3.60. 3.51 works perfectly in that respect. Problem is – the item trail suddenly isn’t linked anymore. I tried both bcn_display() and bcn_display (false, true, false) but only the home page is linked and – if enabled, the current page. The hierarchy itself is displayed but not linked, for some reason.

    Thanks for any help!

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

    (@mtekk)

    The settings not saving is a bug in the install script, the intermediate fix is to to a settings “reset” on new installs. The next release has this fixed, for the part that was my fault, the other part has a workaround.

    If things are not linking, check the output, if there are a ton of closing tags for anchors and few opening tags then your anchor templates are missing/invalid.

    Thread Starter youngmicroserf

    (@youngmicroserf)

    Thanks for your reply!

    I looked at the output and this is what’s being output by 3.6.0 on the old server displaying a level two page –

    <div class="breadcrumb">
    <!-- Breadcrumb NavXT 3.6.0 -->
    <div class="breadcr bhome">
    <a title="go to main" href="http://server.de/client/main">client main</a>
    </div>
    ·
    <a title="Go to level one" href="http://server.de/client/main/level_one/">level one</a>
    ·
    level two
    </div>

    and this is what’s being output on the same page on the new server by 3.5.1 using the exact same settings.

    <div class="breadcrumb">
    <!-- Breadcrumb NavXT 3.5.1 -->
    <div class="breadcr bhome">
    <a title="go to main" href="http://server.de/client/main">client main</a>
    </div>
    ·
    level one
    ·
    level two
    </div>

    As you can see, the items are output, but level one is not wrapped in anchors. As I said I can make the current, level two, page linked by activating that option, but level one remains unlinked on a level two page regardless of what I do.

    The dots in the code are “middots” – the separator character used in the breadcrumb.

    Thanks for any tip!

    Plugin Author John Havlik

    (@mtekk)

    Try doing a settings rest on the plugin, to do this, go to Setting > Breadcrumb NavXT, look for the “Import/Export/Reset” tab next to the help tab. Click on it. Click the Reset button.

    Thread Starter youngmicroserf

    (@youngmicroserf)

    Thanks,

    that did the trick!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] Item trail not linked’ is closed to new replies.