BuddyPress Theme Not Compatible [closed]

I found out that BuddyPress works with the twenty seventeen theme, but not mine (I did a preview with that theme, and that was when I knew I was in trouble).

As you can see, I added a top menu for people to register at: http://www.toledonaturalist.org/forums/

But there is no content on the page. I've thought of all sorts of fixes, the most promising of which is either making the twenty seventeen theme just for the forum pages (which is messy) or switching themes entirely. However, I am in grad school and pretty much every hour of my day is spoken for, so I don't have time to switch themes. How can I make this work for my website?

Also, I've only set up the registration page (i.e., linked it to buddypress in the buddypress pages tab), so the login page definitely won't work if you click on that.

  1. Which version of WordPress are you running? 5.1
  2. Did you install WordPress as a directory or subdomain install? Directly
  3. If a directory install, is it in root or in a subdirectory? Not sure!
  4. Did you upgrade from a previous version of WordPress? If so, from which version? Not sure!
  5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. No, it has never worked with my website.
  6. Which version of BP are you running? Version 4.2.0
  7. Did you upgraded from a previous version of BP? If so, from which version? No
  8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes, but I've deactivated them all and it still does not work.
  9. Are you using a standard WordPress theme or customized theme? Standard
  10. Which theme do you use ? Gaea: https://themeforest.net/item/gaea-environmental-wordpress-theme/9383580
  11. Have you modified the core files in any way? No
  12. Do you have any custom functions in bp-custom.php? No
  13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Version 2.5.14
  14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress Sorry, I'm not at this level!
  15. Which company provides your hosting? Host Gator
  16. Is your server running Windows, or if Linux; Apache, nginx or something else? Not sure!
  17. Which BP Theme are you using? Basic?
  18. Have you overloaded any BuddyPress template files. No
  19. Any other site customisations that might have a bearing on the issue? No

Solution 1:

If your theme doesn't render any BuddyPress page, and gives you blank pages, you must know that:

  • BuddyPress use the page.php of your theme as a base. Basically it's supposed to contain the_content(), which allows BuddyPress to display their components.

A had a similar problem with my custom theme. No way to display BuddyPress.