Replies
- Brajesh Singh on September 4, 2020 at 5:34 pm in reply to: New subscriber. Seeking next steps. :) #33007
Hi Matt,
Welcome to BuddyDev.
We hope you will have a great time building communities with BuddyPress.Regards
Brajesh - Brajesh Singh on September 4, 2020 at 5:27 pm in reply to: [Resolved] Member Types Pro – validation of group registrations #33005
Hi Olivier,
Thank you for confirming. I am glad it worked.Regards
Brajesh - Brajesh Singh on September 4, 2020 at 5:27 pm in reply to: Interest in MEDIAPRESS – Questions #33004This reply has been marked as private.
Hi Anders,
1. If you do not have a caching plugin, you do not need to do anything.
2. The profile fields will remain even after deactivating the plugin as they are stored in database. The plugin only provides “types” of the field. If you want to remove them, remove them from the field list.
As Ravi points out, you issue is related to a required field being hidden/not set. The solution is to try to disable all the required fields and see what happens.
Regards
Brajesh- Brajesh Singh on September 4, 2020 at 12:56 pm in reply to: [BUG] Comment replies on posts from Blog Categories For Groups plugin crash site #32995
Hi,
we have this bug confirmed. we will be pushing an update over the weekend.Thank you
Brajesh - Brajesh Singh on September 4, 2020 at 12:55 pm in reply to: [Resolved] BuddyBlog with BadgeOs #32993
Hi Adrian,
I am sorry for the issue.the problem is we are using this function
_wp_post_thumbnail_htmlfor generating the post thumbnail meta box and badge os seems to be hooking to it. Not their fault entirely though as this function is considered private and only available in the admin.
The solution can be implemented in badgeOS by checking if the get_current_screen exists.
Another temporary solution is to disable the post thumbnail option in BuddyBlog settings.
Regards
Brajesh - Brajesh Singh on September 4, 2020 at 10:36 am in reply to: [Resolved] Member Types plugin – Checkboxes and Radio buttons #32991
You are welcome.
- Brajesh Singh on September 4, 2020 at 9:55 am in reply to: [Resolved] Member Types plugin – Checkboxes and Radio buttons #32989This reply has been marked as private.
- Brajesh Singh on September 4, 2020 at 9:43 am in reply to: [Resolved] Member Types plugin – Checkboxes and Radio buttons #32987
Hi Marko,
Thank you.The problem is Youzer. They write unnecessarily specific css and that’s causing it.
I have copied their css and specified member types specific selectors.
Please visit Dashboard->Appearance->Customize->Additional CSS and add these.youzer .field_type_membertypes p.description { margin-bottom: 15px; } .field_type_membertypes label { color: #929292; font-size: 13px; font-weight: 600; line-height: 18px; margin-right: 20px; display: inline-block; } .field_type_membertypes input[type="checkbox"] { margin-right: 7px; }That should make it look good with youzer.
Regards
Brajesh - Brajesh Singh on September 4, 2020 at 9:12 am in reply to: [Resolved] Member Types plugin – Checkboxes and Radio buttons #32985
Hi Marko,
Thank you for the prompt reply.I can see the issue with css spacing.
Please link me to your registration page( please use private reply option below if not comfortable sharing the url) and I will provide some css.
It is due to our markup being different from default BuddyPress.
Regards
Brajesh