-
AuthorPosts
-
November 10, 2015 at 10:43 am #659793
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.comNovember 10, 2015 at 12:58 pm #659981Hi 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!
November 10, 2015 at 1:34 pm #660028I 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!
November 10, 2015 at 6:55 pm #660336Hello 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 / passwordDon’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.
November 11, 2015 at 8:10 am #661039This reply has been marked as private.November 11, 2015 at 3:26 pm #661604Hi 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!
November 12, 2015 at 2:14 pm #662990Wow, that was quick! Thank you so much! Really appreciate the awesome theme and equally awesome support!!!
-Wes
November 12, 2015 at 4:20 pm #663122We’re delighted to assist you with this.
January 19, 2016 at 1:38 am #752487Hello, 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 meJanuary 19, 2016 at 1:45 am #752492Thanks 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.
-
AuthorPosts