Could you provide a screenshot of what you’re seeing? I’m curious if there’s something we could do to help make it not so “ugly”. I’m also not sure this “Settings” page is from us specifically and the Community Addon, but we’ll see hopefully soon if that’s the actual case.
Thread Starter
Bucky
(@rmaler1)
I’ve never uploaded a screenshot to a support topic. How do you do that? If i drag the image in it just prints its location on my computer.
Email will be fine. michael @ webdevstudios.com
Received the emails, and looking at it today.
It very well could be an odd combination of theme and plugin(s) since I’m not able to recreate using TwentyFifteen, with BadgeOS, BadgeOS Community addon, and BuddyPress all enabled. Just to double check, I installed and activated MyCred as well.
If possible, have you tried disabling plugins one by one until the issue clears up? Also as an alternative if needed, try activating a different theme as well.
Thread Starter
Bucky
(@rmaler1)
So I left all plugins enabled as in my Boss theme, but switched to the TwentyFourteen theme and the settings page looked as it should (looked good). With buddypress email at top, followed by the password change, and badgeos send eligible badges to credly at the bottom. Honestly though, I would prefer to not to even have the send eligible badges to credly on the settings page at all. Is there a way to remove that? I bet that would clear up my issue.
Drop this into your desired theme’s functions.php and see if it helps out:
remove_action( 'bp_core_general_settings_before_submit', 'badgeos_bp_core_general_settings_before_submit' );
Thread Starter
Bucky
(@rmaler1)
Michael,
Worked perfectly. Thank you.
Ryan