• Resolved benjaminniess

    (@benjaminniess)


    Hello,

    I’m using the bcn_after_fill hook to manage breadcrumb on specific views.

    It worked pretty well until I upgraded the plugin from 6.3.0 to 6.4.0.

    Now, all my custom trails are not linked even if I add the $url param.

    If I dump the whole variable, the difference between 6.3.0 and 6.4.0 is that the
    #linked property is set to false instead of true but I can’t control this.

    Thank you for your help
    Best,
    Benjamin

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

    (@mtekk)

    You should be able to control the linked property by either setting it when constructing a bcn_breadcrumb (it’s the last parameter in the constructor) or by calling set_linked(true) on your bcn_breadcrumb instance.

    Thread Starter benjaminniess

    (@benjaminniess)

    Hi John,

    Thank you for your help and sorry for the delay!

    Best,
    Ben

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom item links disappeared’ is closed to new replies.