Replies
Hi,
Thank you for the question.The plugin comes with minimal styling and most of the styles are inherited from your theme.
In case it is needed, you can easily change the colors by overriding our stylesheet in your theme/child theme.
Regards
Brajesh- Brajesh Singh on November 29, 2021 at 11:26 pm in reply to: Sync mulsitsite Buddypress to show same content across network. #41808
Hi,
I am sorry, I haven’t seen this issue with BuddyPress recently and I am unable to provide any code for cover due to this.It seems it does happen on some of the server configs but not on all sites.
Regards
Brajesh - Brajesh Singh on November 29, 2021 at 3:33 pm in reply to: [Resolved] Post Meta Display Control Not Updated Post List #41802
Hi Kyle,
Thank you.
It’s strange. I can see the meta on the single recipe page. Are you sure you have copied the ticked the Yes checkbox for the post list?I haven’t tested this functionality recently with BuddyBoss. Will do that too in couple of hours and get back to you.
Regards
Brajesh - Brajesh Singh on November 29, 2021 at 10:07 am in reply to: User Profile Visibility Manager blocking clickthrough to Member Profile #41798
Hi Mark,
Thank you for confirming the solution.The problem with profile is lack of data on the profile.
I am sorry, I could not help you with the xprofile data sync earlier. I will post the code and link today.
Regards
Brajesh - Brajesh Singh on November 29, 2021 at 9:25 am in reply to: [Resolved] Post Meta Display Control Not Updated Post List #41797
Hi Kyle,
Thank you for using our plugins.1. Please disable BuddyBlog and Simple Front end posting plugin. you don’t need them while using BuddyBlog Pro.
After that, Please check the same and let me know.
I have registered on the site and will be glad to do another testing then.Thank you
Brajesh - Brajesh Singh on November 28, 2021 at 11:10 pm in reply to: Empty membership directory after activation of buddypress multinetwork plugin #41794This reply has been marked as private.
- Brajesh Singh on November 28, 2021 at 10:49 pm in reply to: User Profile Visibility Manager blocking clickthrough to Member Profile #41793
HI Mark,
Thank you for the video. It was very helpful.I can see the issue. Here is the reason:-
1. “Groups” is set as the default component(landing page) for a user. When you click on a user’s profile, you are see the groups as the default tab.
2. The My Groups is set to “Only Me” for the user.
That means, if you access your site.com/members/username/profile, this will be visible but the link site.com/members/username/ will not be visible as it defaults to my group.
Solution:-
Please either change the privacy for “My Groups” or change the Landing tab from Groups to profile.
Hope that helps.
Regards
Brajesh Hi Bob,
Thank you for the reply.Yes, Please do share a copy of the changes to allow me see how can we incorporate them in the plugin. That would be helpful.
Yes, you assumption about post type is correct. The act as a content store and you can use them n any way you like.
Regards
Brajesh- Brajesh Singh on November 28, 2021 at 10:18 pm in reply to: [Resolved] Avatar Mod Plugin Does Not Update wpDiscuz Comment Avatar #41791
Hi,
Thank you for confirming. I am glad the issue is resolved.I am sorry, we don’t have any option or suggestion for moderating the profile cover.
Regards
Brajesh - Brajesh Singh on November 28, 2021 at 10:07 pm in reply to: Upload image to post…..error message: uploads directory is not writable #41790
Hi Mike,
Please upgrade to 1.0.8 and then put this code in bp-custom.php/** * Disable upload form for the BuddyPress Activity Plus Reloaded */ add_filter( 'bpapr_localizable_data', function ( $data ) { $data['show_upload_buttons'] = 0; return $data; } );That will disable the upload form for activity plus.
Now, you can keep both MediaPress and Activity Plus Reloaded.Regards
Brajesh