• Resolved forro

    (@forro)


    I am very satisfied with this plugin I am using for years, it has stopped however to work, probably because of having upgraded to Breadcrumb NavXT 6.1.0.

    I see in the description of the last available 2.5.1 version we are using, that Breadcrumb NavXT seems to be supported only up to version 6.0.0.

    May we expect Breadcrumb NavXT 6.1.0 to become supported?

    The page I need help with: [log in to see the link]

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

    (@mtekk)

    If you don’t mind, can you explain what you are seeing and what you expected to see?

    The latest version of Breadcrumb NavXT Multidimension Extensions should be compatible with Breadcrumb NavXT 6.1. The only potential pitfall is when displaying taxonomy terms as something changed slightly in 6.1. But, in that case, the Multidimension Extensions version should only have issues if get_term() returns WP_error, which is the same problem Breadcrumb NavXT had for a while. I’ll issue an update with that fixed in the near future, but would like more information into the issue you’re seeing so that I can fix that as well.

    Thread Starter forro

    (@forro)

    Hi john,

    Thanks for your answer.

    In fact I see nothing. t is not about taxonomy, we have pages, here is what I have in the code, as a result the ul tag appears in html but remains empty. If instead of bcn_display_list_multidim_children() I am using bcn_display(), it is working as expected.

    	<?php if(function_exists('bcn_display_list_multidim_children')) { 
    		?><ul class="breadcrumbs">
    		<?php bcn_display_list_multidim_children();?>
    		</ul><?php
    	} ?>
    Plugin Author John Havlik

    (@mtekk)

    I think I found the issue, try the master branch in GitHub for a preview of the 2.5.2 release: https://github.com/mtekk/Breadcrumb-NavXT-Multidimension-Extensions

    Thread Starter forro

    (@forro)

    Thank you very much, version 2.5.2 solved the problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibility with Breadcrumb NavXT 6.1.0’ is closed to new replies.