Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1402054
    Ottmar Sievers
    Guest

    Hello,

    In the section: titles and breadcrumbs

    stands on the left: Hypnose-Praxis-Münster
    on the right: You are here: Home.

    In German we distinguish between du and sie. The site uses the you/du.

    How can I: You/du are here: Home

    change to: You/Sie are here: Home

    Thanks very much

    Ottmar – https://hypnose-praxis-muenster.de

    Hallo,

    Im Bereich: Titel und Breadcrumbs

    steht links: Hypnose-Praxis-Münster
    steht rechts: Du bist hier: Startseite.

    Im Deutschen unterscheiden wir zwischen du und sie. Auf der Site wird das Sie verwendet.

    Wie kann ich: Du bist hier: Startseite
    ändern in: Sie sind hier: Startseite

    Vielen Dank

    Ottmar – https://hypnose-praxis-muenster.de

    #1402190

    Hi Ottmar,

    Did you check which language you have selected under Settings->General in the WordPress menu? If should be able to select formal German there.

    Best regards,
    Rikard

    #1402202

    Hi Ricard,

    thanks for your quick answer. Yes, it is set for Germany. The time zone is Berlin.

    In the Enfold Theme are set “Du” and not “Sie”.
    Where can I change that in Enfold?

    All the best
    Ottmar

    #1402353

    Hi,

    Are you sure that you have selected formal German as your language? You have more than one choice: https://snipboard.io/YsUIdK.jpg

    Best regards,
    Rikard

    #1402390

    Hi Rikard,

    yes, I am absolutely sure. It is due to the Enfold theme settings. There “Du” is preset and not “Sie”. But in German we have both. My site uses “Sie”.

    I’m sure because I had this problem a few years ago. At that time someone from the forum gave me the name of the file where I can change “Du” to “Sie”. Unfortunately, I can’t find the answer from back then.

    Hope you will figure it out.

    Thank`s a lot
    Ottmar

    #1402424

    Hi,
    Thanks for your patience and the link to your site, please try this code in your child theme functions.php:

    add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1);
    function avia_change_pre_text_breadcrumb($args){
    $args['before'] = '<span class="breadcrumb-title">' . __( 'Sie bist hier:', 'avia_framework' ) . '</span>';
    return $args;
    }

    Then clear your browser cache and any cache plugin, and check.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.