BuddyBoss Home – Web Support Forums Themes Boss. theme Group Members — Not Showing

Viewing 9 posts - 1 through 9 (of 9 total)
  • Question

    #65239
    @aaronmcnany

    For 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

    #65426

    Anonymous
    @

    Hi @aaronmcnany, Seems you have enabled cache plugin try to deactivate and check again.

    Regards

    #65427
    @aaronmcnany

    That’s not possible–I don’t have any caching plugins installed.

    #65431

    Anonymous
    @

    Hi @aaronmcnany
    It should be fixed earlier
    https://www.buddyboss.com/support-forums/topic/manage-members-missing/#post-52312

    You can add custom css to fix this issue

    
    #buddypress form#group-settings-form ul.item-list {
        margin-bottom: 10px;
        overflow: visible !important;
    }
    

    Regards
    Varun Dubey

    #65443

    Anonymous
    @

    Hi @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.

    #65472
    @aaronmcnany

    I have flushed the cache and even tested deactivating the plugin altogether–still no changes. Members are not shown in ‘Manage Members’ tab.

    #65586

    Anonymous
    @

    Hi @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

    #65601
    @aaronmcnany

    Worked! Thank you!

    #65968

    Anonymous
    @

    🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘Group Members — Not Showing’ is closed to new replies.