-
AuthorPosts
-
May 15, 2017 at 8:24 pm #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
SokolMay 16, 2017 at 8:55 am #793760Hey 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,
SarahMay 17, 2017 at 9:13 am #794715Hi 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
SokolMay 17, 2017 at 1:55 pm #794882Hi Sarah,
ich habe es auch unter Theme Enfold probiert. Es bleibt weiterhin “Dein Kommentar” bestehen obwohl ich Your Label umbenannt habe
Beste Grüße
SokolMay 18, 2017 at 4:43 am #795219Hi,
May we have temporary admin access into your website so we can take a look?
Best regards,
SarahMay 18, 2017 at 9:09 am #795710Hi 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
SokolMay 18, 2017 at 11:36 am #795804Hi!
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,
SarahMay 18, 2017 at 11:55 am #795821Super vielen Dank – hat geklappt.
Beste Grüße
Sokol :-)May 18, 2017 at 11:58 am #795822Gern 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!
-
AuthorPosts
- The topic ‘Dein Kommentar ändern’ is closed to new replies.