Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23993

    Hi,

    I would like to change “you are here” by “vous êtes ici” (french word) because i’m working for a french company, and i don’t find where I can change it in php files. Is there someone to help me ?

    regards,

    Clem.

    #121933

    go to: themes > enfold > framework > php > class-breadcrumb.php

    line 189:

    ‘before’ => ‘<span class=”breadcrumb-title”>’ . __( ‘You are here:’, $textdomain ) . ‘</span>’,

    Change it to: ‘before’ => ‘<span class=”breadcrumb-title”>’ . __( ‘whatever text you like: ) . ‘</span>’,

    Although I’m not sure if this is the correct way, but it works. You will lose translation options like this for codestyling localization

    #121934

    Hi!

    Thanks cyoniq for helping us out. Personally I’d recommend to use the codestyling plugin – see: https://kriesi.at/support/topic/hardcoded-text#post-114818

    Best regards,

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do I change "you are here" in the breadcrumb ?’ is closed to new replies.