• I have noticed that when I am in non-default language, pressing on every link of breadcrumbs line will return you at default language. I know how to fix it with editing of plugin`s file:
    <em>class.bcn_breadcrumb.php</em> at line 194:
    change this:
    '%link%' => $this->url
    to this:
    '%link%' => qtrans_convertURL($this->url)

    But I want to do it by adding some filter in functions.php of my theme, is it possible?

  • The topic ‘[plugin: Breadcrumb NavXT] Adding qTran slate support for breadcrumbs’ is closed to new replies.