Replies
- Brajesh Singh on March 26, 2021 at 1:04 am in reply to: [Resolved] Having hard time setting profile page as default #37266
Hi,
Thank you for the reply and confirming that it works.I sincerely appreciate your offer of help. Please do let me know the changes(if it is not much work) and I will be glad to have them in the plugin.
Regards
Brajesh - Brajesh Singh on March 26, 2021 at 12:06 am in reply to: [Resolved] How to limit the size of the Search Field box in Header? #37261
I am interested in knowing(if you can mark on the image) on how do you want it to look like?
Thank you
Brajesh - Brajesh Singh on March 26, 2021 at 12:02 am in reply to: [Resolved] How to limit the size of the Search Field box in Header? #37258
Hi Alexis,
Please link me to a screenshot showing how you want it to work. It should be a simple css change.Regards
Brajesh Hi Alexander,
I am sorry for the delayed reply.we are not doing anything special to exclude any field.
here is the code that we are using to create the fields list in the dropdown.
static $profile_fields = array(); if ( ! empty( $profile_fields ) ) { return $profile_fields; } $groups = bp_xprofile_get_groups( array( 'hide_empty_groups' => true, 'fetch_fields' => true, ) ); foreach ( $groups as $group ) { foreach ( $group->fields as $field ) { $profile_fields[ $field->id ] = $field->name; } } return $profile_fields;Please contact WBCOM and ask them if they are excluding their fields from non edit/signup pages. It is quite possible that their plugin is excluding some fields on non signup/edit profile screens.
Regards
Brajesh- Brajesh Singh on March 25, 2021 at 7:51 pm in reply to: [Resolved] Buddypress moderation button shortcode #37250
Hi Tosin,
I am sorry for the delay. In order to allow this we have to provide the same functionality for each of the moderation modules(post type, activity, comment, user & group etc). I will be needing some more time as it will need to be tested with each of the modules of the moderation plugin.I sincerely appreciate your patience.
Regards
Brajesh - Brajesh Singh on March 25, 2021 at 7:49 pm in reply to: BuddyPress Live Notification – Change Position #37249
Hi Ethan,
Please try adding this to Dashboard->Appearance->Customize->additional CSS#achtung-overlay { right: 15px; left:auto; }Does it work for you?
- Brajesh Singh on March 25, 2021 at 7:46 pm in reply to: [Resolved] BuddyPress Live Notification plugin – How to style colors? #37248
Hi,
We are using the following css.https://github.com/sbrajesh/bp-live-notification/blob/master/assets/vendors/achtung/ui.achtung.css
It is part of the library we are using for popup. Please feel free to override it.
Regards
Brajesh - Brajesh Singh on March 25, 2021 at 7:41 pm in reply to: [Resolved] Having hard time setting profile page as default #37247
Hi,
I am sorry, your post was caught in moderation.Are you still facing the issue?
regards
Brajesh - Brajesh Singh on March 25, 2021 at 7:38 pm in reply to: [Resolved] New Tab from Group Tab creator pro not working #37246
Hi Dennis,
I am sorry, your replies were caught in moderation.I can see the issue.
1. Please make sure to tick the “Is Enabled” for the sub tab
2. Please make sure to add a “Label” and “slug” for the sub tab.That will fix it.
Regards
Brajesh - Brajesh Singh on March 25, 2021 at 7:19 pm in reply to: Making fields not editable in BuddyPress Xprofile Custom Field Types #37230
Hi Deanna,
Thank you for the reply.The Non Editable Profile field should work fine for you. You should either not create a profile field for the profile type or mark that non editable.
Regards
Brajesh