Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #659793

    wbuschman
    Participant

    I have BuddyPress running with one Hidden group that I created with a user account. When viewing my own profile, it shows My Groups count as 1, but when I click on groups, it does not show the group to which I am a member.

    I switched back to the Twenty Fifteen theme and it worked properly (or at least as I expected). With the 2015 theme, a a hidden group does not even show the title of the group to non-members, but members can see the title in the group list.

    Went back to X theme and the same problem persisted. As a temporary fix, I am setting the group to private, but this is just a workaround for now. Does anyone know if I am doing something wrong, or is this an issue with the theme? I’ve found this same issue on other forums and it was a theme issue, but with different themes, not X.

    Any help would be greatly appreciated!

    Wes

    Wordpress Version: 4.3.1
    BuddyPress Version: 2.3.4
    Site: http://www.customhealthclub.com

    #659981

    Nabeel A
    Moderator

    Hi There,

    Thanks for writing in! Can you please try for a plugin conflict? You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how this goes!

    #660028

    wbuschman
    Participant

    I disabled all plugins except BuddyPress and Cornerstone (which wouldn’t let me disable it) and the problem persists. I tried it again in the 2015 theme after disabling plugins and everything works fine.

    Thanks!

    #660336

    Lely
    Moderator

    Hello There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Please note that we can check, but cannot promise a fix because we don’t support third party plugins.

    #661039

    wbuschman
    Participant
    This reply has been marked as private.
    #661604

    Rad
    Moderator

    Hi there,

    Thanks for the login,

    It’s now fixed, I added this css at Admin > Appearance > Customizer > Custom > CSS :

    .bp-single-group.hidden.is-admin,
    .bp-single-group.hidden.is-member {
    display: block !important;
    visibility: visible !important;
    }

    Cheers!

    #662990

    wbuschman
    Participant

    Wow, that was quick! Thank you so much! Really appreciate the awesome theme and equally awesome support!!!

    -Wes

    #663122

    Prasant Rai
    Moderator

    We’re delighted to assist you with this.

    #752487

    mackeykevin
    Participant

    Hello, Same issue but the:

    ////

    .bp-single-group.hidden.is-admin,
    .bp-single-group.hidden.is-member {
    display: block !important;
    visibility: visible !important;
    }

    ////
    Did not work for me

    #752492

    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.