Skip to:
Content
Pages
Categories
Search
Top
Bottom

Need some help with registration page

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.


    gnikolova92
    Participant

    @gnikolova92

    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 🙂


    gnikolova92
    Participant

    @gnikolova92

    I paste it and nothing change http://mypet.visible.bg/register/

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


    gnikolova92
    Participant

    @gnikolova92

    I Think i wrote u in skype.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need some help with registration page’ is closed to new replies.
Skip to toolbar