This topic has 3 replies, 2 voices, and was last updated 12 years by sharmstr.

  • Author
  • #12250
     sharmstr
    Moderator

    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?

    #12251
     sharmstr
    Moderator

    I 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 solution
    #12460
     Abe
    Keymaster

    Thanks 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
    #12483
     sharmstr
    Moderator

    Yep. 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 solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?