Skip to:
Content
Pages
Categories
Search
Top
Bottom

Register page “name required broken”


  • Patryk
    Participant

    @patrykos360

    Hi i have problem

    problem is “Name <span class=”required”>*</span>”
    how can I fix this ? to only Name *

Viewing 8 replies - 1 through 8 (of 8 total)

  • Henry Wright
    Moderator

    @henrywright

    Hi @patrykos360

    This is most likely a theme problem. Which theme are you using?


    Patryk
    Participant

    @patrykos360

    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 🙂


    Patryk
    Participant

    @patrykos360

    @henrywright what do You think about it?


    Henry Wright
    Moderator

    @henrywright

    @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?


    Patryk
    Participant

    @patrykos360

    @henrywright I send email to author 🙂
    But now I can delete this form NAME from the registration area?


    Patryk
    Participant

    @patrykos360

    And how i can delete 🙂


    Henry Wright
    Moderator

    @henrywright

    @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.


    Patryk
    Participant

    @patrykos360

    @henrywright But this is a standard register form from buddypress 🙂
    I ask if i can remove it for a moment from buddypress register form 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Register page “name required broken”’ is closed to new replies.
Skip to toolbar