• Hi all, I’m having an issue with the error banner on the buddypress register form.

    It should be responsive / restricted but it goes way over the screen.

    I messed around with the code for 2 hours but to no avail. What i did realise though is this,

    <label for="captcha_code">';
    do_action('bp_captcha_code_errors');
      echo ($si_captcha_opt['si_captcha_label_captcha'] != '') ? $si_captcha_opt['si_captcha_label_captcha'] : __('CAPTCHA Code', 'si-captcha');
      echo '</label>
    <input style="width:145px;" id="captcha_code" name="captcha_code" type="text" value="" '.$si_aria_required.' />
    </div>

    The error action is called inside the label when it should actually be outside the label?

    When I checked my code using firebug I noticed that all the other error popups where located outside the label tag and i believe this is because of a conflict in .css

    How would I resolve this issue and restrict the error banner?

    It’s not a major issue but it is an eyesore.

    error page in question http://mxlocations.co.uk/register/

    Just type and incorrect reCAPTCHA, hit (Complete SignUp) and you will see what i mean.

    https://wordpress.org/plugins/si-captcha-for-wordpress/

  • The topic ‘Buddypress error banner overflow.’ is closed to new replies.