Replies
- This reply has been marked as private.
- Brajesh Singh on August 27, 2020 at 6:19 am in reply to: [Resolved] Buddyblog in Multisite environment #32755
Hi Ritz,
Thank you for the question.The BuddyBlog is not built for this use case.
If you are a developer, you may be able to accomplish it using switch_to_blog. We are unable to assist you with it.
Regards
Brajesh - Brajesh Singh on August 27, 2020 at 5:50 am in reply to: [Resolved] Looks like Community theme needs an update #32753
Hi Hugo,
Sorry, I see that your membership expired recently. The pro version is available under themes section when membership is active.For Community Builder Free, Please allow us to push a version in next 12 – 15 days. We are working on to bring parity with the pro version.
For now, Please ignore this. It is a notice only.
Regards
Brajesh - Brajesh Singh on August 26, 2020 at 4:53 am in reply to: Only allow group invitations by searching for user's email #32739
Good to know.
All the best.
Regards
Brajesh Hi,
Thank you for the question.1. You can either use a shortcode like
[bpmts_report_button]or code like
echo bpmts_get_report_button( array( 'label' => 'Report button label', 'item_id' => get_the_ID(), // post id. 'item_type' => get_post_type(), // post type. 'context' => 'anything', 'context_id' => get_the_ID(),// anything 'link_class' => 'some-css-class', 'wrapper_class' => 'some-warpper-css-class', ));To enable it for custom post type, Please make sure it is checked under Reportable type in the settings.
Currently, I was unable to find a good way for disabling button(other than disabling reportable type).
Please allow me 2 days to put an update for that.
Regards
Brajesh- Brajesh Singh on August 26, 2020 at 4:44 am in reply to: Member Types Pro Not Working (Field Missing on profiles) #32737
Hi Rami,
Please open a new topic and I will share the plugin. Any messages shared here as private will not be visible to you. That’s why I had not shared here and was waiting for the release docs.Regards
Brajesh - Brajesh Singh on August 26, 2020 at 4:42 am in reply to: [Resolved] Community theme – how to override default.css #32735
Hi Hugo,
Community Builder does not load css files from child.If you have created a child theme, I assume, you are already loading some css file in the child theme? You can put the custom css there.
PS:- I was referring to our ready to use child theme(community-builder-child) that comes with Community Builder Pro.
Regards
Brajesh Hi Lesie,
Hope you are doing well.Please share the issues you were facing and we will assist you with it. Our plugins should work as expected. If there is any issue (sometimes happens due to conflict with theme or plugins), we will be happy to troubleshoot and resolve.
Thank you
Brajesh- Brajesh Singh on August 25, 2020 at 9:31 am in reply to: [Resolved] Community theme – how to override default.css #32723
Hi Hugo,
Are you using one of our child themes? If yes, Please put the code in your-child-theme/assets/css/custom.cssIf you are not using our child theme, Please check which css file it is loading, and add there.
we do not allow override of default.css file as it contains the whole layout. All you need is to override a single selector/rule in your child theme and you can do it by adding the selector/rule to your child theme’s css file.
Regards
Brajesh - Brajesh Singh on August 25, 2020 at 9:28 am in reply to: [Resolved] Looks like Community theme needs an update #32722
Hi Hugo,
Please make sure to upgrade to latest version. We had fixed this notice in our latest release(2.1.0 on 12th August).We had to keep it earlier to make sure our members were able to transition to BuddyPress 6.0. When BuddyPress 6.2 came out, we dropped the support for old filter and move to the new one.
Regards
Brajesh