BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Group Members — Not Showing
- This topic has 8 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Anonymous.
Question
March 25, 2016 at 3:01 pm #65239@aaronmcnanyFor some reason the group members are no longer visible in the ‘manage’ section. (See attached screenshot.) Any reason why this would have happened? It allows me to click through the pages, but it doesn’t show members.
Answers
March 26, 2016 at 7:51 am #65426@
AnonymousHi @aaronmcnany, Seems you have enabled cache plugin try to deactivate and check again.
Regards
March 26, 2016 at 7:55 am #65427@aaronmcnanyThat’s not possible–I don’t have any caching plugins installed.
March 26, 2016 at 8:05 am #65431@
AnonymousHi @aaronmcnany
It should be fixed earlier
https://www.buddyboss.com/support-forums/topic/manage-members-missing/#post-52312You can add custom css to fix this issue
#buddypress form#group-settings-form ul.item-list { margin-bottom: 10px; overflow: visible !important; }
Regards
Varun DubeyMarch 26, 2016 at 8:43 am #65443@
AnonymousHi @aaronmcnany, WP minify have inbuilt cache functionality…when you do any editing and changes in the theme settings you must have to flush your cache.
March 26, 2016 at 11:09 am #65472@aaronmcnanyI have flushed the cache and even tested deactivating the plugin altogether–still no changes. Members are not shown in ‘Manage Members’ tab.
March 28, 2016 at 1:07 am #65586@
AnonymousHi @aaronmcnany, Please add this css code in your child theme’s custom css option to fix it:
#buddypress form#group-settings-form ul.item-list>li>span a { color: #4dcadd !important; background: none !important; } #buddypress form#group-settings-form ul.item-list { margin-bottom: 10px; overflow: visible !important; }
Regards
March 28, 2016 at 6:06 am #65601@aaronmcnanyWorked! Thank you!
March 30, 2016 at 1:59 am #65968@
Anonymous🙂
- The question ‘Group Members — Not Showing’ is closed to new replies.