Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #793484

    Hi,

    wie kann ich die Überschrift: Dein Kommentar (über dem Kommentarfeld) ändern? Habe im Forum nichts gefunden – nur für die zwei kleineren Texte darunter.

    Danke für Eure Hilfe
    Beste Grüße
    Sokol

    #793760

    Hey Sokol,

    You can try this filter from WPSites. Please add this in your functions.php:

    function wpsites_modify_comment_form_text_area($arg) {
        $arg['comment_field'] = '<p class="comment-form-comment">' .
          '<label for="comment">Your Label</label>' .
          '<textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" aria-required="true" required="required"></textarea>' .
          '</p>';
        return $arg;
    }
    
    add_filter('comment_form_defaults', 'wpsites_modify_comment_form_text_area');
    

    Please replace “Your Label” with what you prefer to put instead.

    Best regards,
    Sarah

    #794715

    Hi Sarah,

    habe den Code in die Child-Theme reinkopiert… leider hat sich der TExt Dein Kommentar dadurch nicht geändert. Muss ich evt. sonst noch was beachten?

    Danke für Deine HIlfe
    Beste Grüße
    Sokol

    #794882

    Hi Sarah,

    ich habe es auch unter Theme Enfold probiert. Es bleibt weiterhin “Dein Kommentar” bestehen obwohl ich Your Label umbenannt habe

    Beste Grüße
    Sokol

    #795219

    Hi,

    May we have temporary admin access into your website so we can take a look?

    Best regards,
    Sarah

    #795710

    Hi Sarah,

    ja klar. Der COde ist wieder draußen. Wäre super nett wenn Du es mal probieren könntest – vielleicht mache ich doch was falsch.

    Viele Grüße
    Sokol

    #795804

    Hi!

    Thank you for the link. I understand now.

    In that case, can you try opening the comments.php file in your child theme’s folder? Please look for this line:

    echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";

    And replace Leave a Reply with the text you want.

    Please try it and let us know.

    Best regards,
    Sarah

    #795821

    Super vielen Dank – hat geklappt.

    Beste Grüße
    Sokol :-)

    #795822

    Gern geschehen! We’re glad to help. 

    Please feel free to open another thread if you have other questions.

    Thank you for using Enfold.

    Sarah

    Please take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Dein Kommentar ändern’ is closed to new replies.