Replies
- Brajesh Singh on March 26, 2021 at 1:24 am in reply to: Member types pro redirect not working #37270
Hi Tosin,
I am sorry, I haven’t been able to test the combination. Please allow me a day to share my findings and reply.Regards
Brajesh - Brajesh Singh on March 26, 2021 at 1:11 am in reply to: [Resolved] How to limit the size of the Search Field box in Header? #37268
Hi Alexis,
Thank you.Please add the below code too(please make sure to keep the one I shared earlier).
.site-header-row .site-header-block-middle{ justify-content: center; }That will do it.
Regards
Brajesh- This reply was modified 5 years ago by
Brajesh Singh. Reason: Updated code
- This reply was modified 5 years ago by
- Brajesh Singh on March 26, 2021 at 1:06 am in reply to: [Resolved] PROFILE TAB PRO: Incorrect Content Appears in Tab #37267
Hi Dianne,
I am sorry for the issue.Please allow us to test and assist you in next 24- 48 hours.
Thank you
Brajesh - 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