I have Abundance 1.5.
My breadcrumb is showning incompleted like that: "Home » Información » Formas..."
And before was showning like that: "Home » Información » Formas de pago"
I want to show the full title in breadcrumb.
I have Abundance 1.5.
My breadcrumb is showning incompleted like that: "Home » Información » Formas..."
And before was showning like that: "Home » Información » Formas de pago"
I want to show the full title in breadcrumb.
Hi,
I'm not sure what would be causing the breadcrumb to truncate like that. Which translation plugin are you using? Is it up to date as well? I'm going to flag the rest of the support team to see if they have any ideas.
Regards,
Mya
Hi,
On line 456 of /framework/php/class-breadcrumbs.php please change:
$trail['trail_end'] = '<span class="trail-end">' . avia_backend_truncate($trail['trail_end'], $truncate, " ", $pad="...") . '</span>';
to
$trail['trail_end'] = '<span class="trail-end">' . $trail['trail_end'] . '</span>';
Thanks,
Nick
You must log in to post.