Annoying bug with breadcrumb

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23050
    Ixinho
    Participant

    Hello again : )

    I have a very annoying bug which. My site is in cyrillic language and all letters are shown fine if the title is short, but if the title is longer (than ? i dont know) it just breaks the title and displays “…” or “?”

    Please take a look at the profiles:

    Profile 1 ALL GOOD because it is short name – http://ixinho.admins.rs/profil/miroljub-jevtic
    Profile 2 not good, displaying … – http://ixinho.admins.rs/profil/tamara-dzamonja-ignjatovic
    Profile 3 not good, displaying ? – http://ixinho.admins.rs/profil/miroljub-radojkovic

    But then again on some regular pages (not staff profiles) it loads fine :
    Page 1 – http://ixinho.admins.rs/modul-medjunarodno-humanitarno-pravo-i-pravo-ljudskih-prava

    To me it seems that the most problems is causing letter “ћ” (serbian cyrillic letter), because its in every profile name . .
    Could you please help me sort this out, it’s really important because some profile names are not shown completely at all.

    #23055
    Ixinho
    Participant

    But for example here is only letter “a” missing in the breadcrumb – http://ixinho.admins.rs/profil/radmila-nakarada

    #23102
    Raghavendra
    Moderator

    We have not had users complaining about this so far but if this does not meet your needs, can you pls change the line number 151 of framework/functions/breadcrumbs.php file to a higher number like –

    $maxLength = 80; //Display only the first 80 characters of the post title.

    and see if that resolves the issue? You can redefine this small function mo_display_breadcrumb_post_title() in your child theme in case you do not want to lose the changes when the theme is updated.

    #23105
    Ixinho
    Participant

    That is exactly what has resolved the issue. Now every single breadcrumb is showing perfectly : ) Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Annoying bug with breadcrumb’ is closed to new replies.