• Resolved Georg

    (@gemonon)


    Buddypress Hidden groups are not visible in the groups list anymore – when switching to the WP TwentyFourteen standard theme, the groups list contains the hidden groups again.

    Would be great to fix this as soon as possible. Any help appreciated ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Georg

    (@gemonon)

    Just tested version 1.3.2.1, and there it works as expected, hidden groups are visible to members and admins.

    Theme Author Unsal Korkmaz

    (@unsalkorkmaz)

    This is indeed insteresting bug. BuddyPress adding “hidden” class to group list which triggers bootstrap’s hidden class for hiding something. This will be fixed in next version but meanwhile you can use this css code if you want:

    #groups-list>li.hidden {
    display: block !important;
    visibility: visible !important;
    }
    Thread Starter Georg

    (@gemonon)

    Thanks a lot for taking care of this bug so quickly, indeed that solves the issue!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hidden groups not visible in Groups tab anymore’ is closed to new replies.