The problem is with your theme.
The quickest fix is this:
function the7_bp_register_fix(){
echo '<div style="clear:both"></div>';
}
add_action('bp_custom_signup_steps', 'the7_bp_register_fix', 999999);
Place this code into either bp-custom.php or functions.php of your (child) theme.
Ideally – contact your theme author and ask him/her/them to test the theme with BP.
Does it matter where exactly in file I will paste it ? Sorry for my question, but its hard for me :/
No, it should not matter. General rule – in the and of the file 🙂
I don’t see my fix in the source code of the /register
page.
Does your theme have /members/
or /buddypress/
directory? If yes, please give me content of the file /members/register.php
or /buddypress/members/register.php
.
If there is no such file, – give me the content of a file (and its name) where you put the code I gave you. You can use http://pastebin.com/ to post there code from file (and post here in a forum only links to those files from pastebin).
I Think i wrote u in skype.