@naumanahmed19 Do provide us with more information so we can help you troubleshoot. What theme are you using? Have you checked if it is just a styling issue? What plugins are activated in your site? Have you checked whether deactivating plugins except BuddyPress resolves the issue?
Thanks for reply. I am trying to make my theme buddy press compatible. I am adding only one file which is buddypress/buddypress.php.
I have checked css buttons are not hidden. If I remove buddypress.php from my theme it displays buttons.
I am using simple loop in buddypress.php is that ok?
<?php while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; // end of the loop. ?>
update :
I found issue.
if there is members widget active in sidebar then group invitation button does not appear on that page. I think this is a bug.
I can confirm this (and thank you, Nomi… I was going crazy trying to figure out what the issue was).
I have similar issue as well.
i can’t creat a group neither can my subscribers and i do have the group on my admin sidebar as well.
Any help, very urgent.
Regards