• Apologies I can’t post a link right now, but when I install the plugin and add a widget to a sidebar it displays the breadcrumb in the reverse order to what I would expect. It shows the current page first, rather than the homepage first.

    I have tried toggling “reverse order” but nothing happens as far as I can see.

    I noticed there were one or two other posts about this, but no solution posted.

    Is anyone else currently experiencing this? Any pointers on how to resolve?

    UPDATE – it seems like the checkbox for reverse order in the sidebar widget is actually “suck” in reverse order. I turn it off, but when I refresh the widgets page in wp-admin the checkbox has checked itself again.

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

    (@mtekk)

    Thanks for reporting this. It appears the new Widget block system broke widget setting saving. This will be fixed in the next release of Breadcrumb NavXT. I’m tracking this in the following github issue: https://github.com/mtekk/Breadcrumb-NavXT/issues/253

    In the meantime, for a no-thrills (e.g. getting just a call to bcn_display() with no options) call to Breadcrumb NavXT, you can use the Breadcrumb NavXT block (I’ve been meaning to add settings to it, but haven’t gotten to that yet. Also, note that the preview of the block output requires enabling the Breadcrumb NavXT REST API endpoint for posts).

    • This reply was modified 3 years, 3 months ago by John Havlik.
    Plugin Author John Havlik

    (@mtekk)

    So, just a quick followup. It appears that the settings do actually save, but there is some bug with the display of the checkbox settings (so they are automatically checked on page reload).

    Plugin Author John Havlik

    (@mtekk)

    I think I figured out what was happening (and it only affected checkboxes). I have pushed a fix to the development branch for Breadcrumb NavXT 7.0. Since the rest of 7.0 isn’t really ready, the quick solution to a working widget is to grab the class.bcn_widget.php from the 7.0 development branch (will work with Breadcrumb NavXT 6.x), see https://github.com/mtekk/Breadcrumb-NavXT/blob/runner/class.bcn_widget.php

    @mtekk
    thank you for the hotfix file on github! It solved the issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumb displaying in reverse order – widget setting “stuck”’ is closed to new replies.