Check for Javascript errors in your browser console (right click on the page and select “inspect”. and see if any errors show there that may give a clue.
Have you enabled the debug log in WordPress? If not, I recommend you install Developer debug tools, which will let you enable and view it, as well as providing a wide range of other debug and configuration tools.
Got a link to the plugin?
@kokiri, these are your demo groups created using a plugin or imported data, or are they newly created groups manually?
@kokiri
It sounds like you’ve already taken some great troubleshooting steps. Since the “Join Group” button isn’t functioning, I would recommend the following:
Check for JavaScript errors: Right-click on the page, select “Inspect,” then go to the “Console” tab to see if any errors appear when you click the button. JavaScript conflicts often cause buttons to stop working.
Enable WordPress Debugging: You can enable the debug log by adding the following line to your wp-config.php file:
php
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
This will help catch errors that might not be visible in the front-end.
Check group creation method: If your groups were created using a plugin or demo import, try creating a new group manually to see if the issue persists. Sometimes imported data can cause conflicts.
If none of these resolve the issue, it could be helpful to explore potential theme conflicts with BuddyPress or review any customizations you may have made.
I’m using Vikinger too and having this exact same problem! Did you ever find out what is causing the issue? I’m also having issues with the time in notifications being -6 hours. Are you having that issue too?
It sounds like you’re experiencing issues with the same theme, but the theme’s developer believes there’s no problem. I have not come up with a solution yet.
I haven’t come up with a solution to the time difference yet; however, I found out that the join groups button is just basically double clicking. I don’t know why, but it is working now for me. Finicky but working.
@troopleader
How’d you manage? I can’t even get mine to even do that.
You can try to change the Vikinger theme to the default WP theme (Twenty Twenty One, etc). And check again if the issue is solved or not. If the issue is solved, I think you need to update your Vikinger theme to the newest version. You need to contact the Vikinger author too regarding this.
The developer has said “We don’t have any other reports of this and weren’t able to reproduce it.”.
@troopleader
Make sure to make a ticket so they can get this fixed.
You can find the ticket system here: https://odindesignthemes.ticksy.com/submit/
OK, so I figured mine out! It is located in the Paid Memberships Pro – Settings – Levels. When you are setting up or editing a level, scroll to the very bottom and open “Other Settings”. Set the “Unlock BuddyPress:” to “Yes, give members access to specific features.” Then start clicking yes or no on which features you want them to have access to. There is one option that says “Joining Groups” (of course set it to yes). The default setting when you make a new member level is “No – lock all access to BuddyPress”.
After I made those changes to every single membership level it started working. I hope this is all that is wrong with yours. I’ve had a heck of a time setting this site up. Most of my problems have been solved with tweaking settings in hidden corners of the site. I’m working on the gamipress and had to restore from backups twice. I kept screwing up the badges and quests. I wanted two types of badges and two types of quests, but the theme just doesn’t support it without me having to stumble around a bunch of code. I’m not that competent! LOL!
@troopleader
Thanks for the detailed explanation! I tried those steps, but unfortunately, it didn’t work for me. I made sure to adjust the ‘Unlock BuddyPress’ settings under each membership level and set ‘Joining Groups’ to ‘Yes,’ but users are still having issues joining groups. It seems like there might be another underlying issue on my end. Any other suggestions or tweaks I could try?
I totally feel you about the frustrations with tweaking settings and themes—I’ve had my fair share of stumbles too! Good luck with Gamipress, and thanks again for your help!
Same problem.
WordPress 6.2.2
Buddy Press 14.1.0
Theme Vikinger
PHP 8.3
The developer has said “We don’t have any other reports of this and weren’t able to reproduce it.”.
@flexn74
Make sure to make a ticket so they can get this fixed.
You can find the ticket system here: https://odindesignthemes.ticksy.com/submit/
I solved this bug by downgrading Buddypress to 12.4.0
I wonder if it would work for you too!
@flexn74
How did you go about doing so?
1. Remove your BP Plugin
2.Download here
BuddyPress 12.4.0 Maintenance Release
3. Install
Your solution ended up fixing the same issue for me @flexn74 so thank you very much for your fix! Hopefully Buddypress fixes this!