-
Author
-
March 7, 2014 at 21:35 #12250sharmstrModerator
Hidden groups are not being displayed in the groups loop on the group directory and user profiles for members of the group. If I activate a different theme, they are.
Anyone else have this issue?
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 7, 2014 at 22:12 #12251sharmstrModeratorI figured it out. Buddypress is assigning the ‘hidden’ class to the ”li”. Since this theme uses bootstrap is hiding the “li” after page load. You can tell because your group count will be different from the displayed number of groups if hidden groups exist.
Anyhow, I had to override the .hidden class
COPY CODE#groups-list, .hidden { display: inherit !important; visibility: visible !important; }
My other installed themes showed the hidden groups, even when using bootstrap because they set their own classes on the “li”.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 10, 2014 at 22:04 #12460AbeKeymasterThanks sharmstr
this is the code we added and it will be available in next version:
COPY CODE#buddypress #groups-list .hidden { display: inherit !important; visibility: visible !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 11, 2014 at 00:51 #12483sharmstrModeratorYep. Much better way. My way screws up comment reply hiding in the activity feed. (the one where it hides all the replies except for the last 5).
Thanks again!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.