Skip to:
Content
Pages
Categories
Search
Top
Bottom

Blank Buddypress Register page


  • rcotwunite
    Participant

    @rcotwunite

    Hello all, I have seen lots of posts like this, but nothing has fixed mine.

    I’m getting a blank page at
    https://staging3.recordcollectorsoftheworldunite.com/register/

    I’ve enabled sign-ups for all members, and have uninstalled and reinstalled buddypress as well as deleted and remade the page ‘register’.

    I’ve configured to make my page “register” buddypress default register page in the buddypress page menu.

    I tried copying the register.php file from buddypress folder into my theme folder as page-register.php but that didn’t work either.

    What can I do to solve this?

    Thanks

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

  • shanebp
    Moderator

    @shanebp

    Open your browser’s inspection tool and then the console.
    You will see all the errors indicated that bootstrap files are not being loaded.
    You could try switching themes to see if it is a theme issue.


    rcotwunite
    Participant

    @rcotwunite

    Thanks for the heads up about the bootstrap, I fixed that. It is a theme issue, I imagine. I made my own custom theme. Is there something I need to include somewhere to make buddypress work?


    rcotwunite
    Participant

    @rcotwunite

    I found I didn’t have this in my header. Once I included this, it all worked great.

    <?php wp_head(); ?>

    Hope this helps someone else with a custom theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar