Hi @patrykos360
This is most likely a theme problem. Which theme are you using?
Hi @Henry Wright 🙂
I’d rather not reveal with what theme I use, but here you have form from comments.php
//Author
'author' => '
<div class="one_half_c">
<label for="author">' . esc_html__('Name:', 'graphic') . '<span>*</span></label>
<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" ' . $aria_req . ' />
</div>',
//Email
'email' => '
<div class="one_half_last_c">
<label for="email">' . esc_html__('Email:', 'graphic') . '<span>*</span></label>
<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" ' . $aria_req . ' />
</div>',)),
//Comment
'comment_field' =>'
<div class="one_full_c">
<label for="comment">' . esc_html__('Comment:', 'graphic') . '<span>*</span></label>
<textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea>
</div>',
If this helps 🙂
if it does not help, please write which i must find file for you 🙂
@henrywright what do You think about it?
@patrykos360 you should contact the theme author as the problem is likely to be theme related. If the theme is purposefully BuddyPress-compatible, then perhaps the author will release a fix?
@henrywright I send email to author 🙂
But now I can delete this form NAME from the registration area?
And how i can delete 🙂
@patrykos360
But now I can delete this form NAME from the registration area?
I have no idea because I don’t know the theme you’re using. The best thing to do is contact the theme author because they will be able to see the theme’s markup/code and advise you how to do it.
@henrywright But this is a standard register form from buddypress 🙂
I ask if i can remove it for a moment from buddypress register form 🙂