Replies
- Brajesh Singh on October 27, 2020 at 6:54 pm in reply to: [Resolved] Warning: call_user_func_array() expects parameter 1 to be a valid callback, func #34143This reply has been marked as private.
- Brajesh Singh on October 27, 2020 at 6:49 pm in reply to: [Resolved] redirect the "view" tag in mediapress #34142
Hi Corrado,
Please put this in your bp-custom.php
add_filter( 'mpp_gallery_actions_links', function ( $links, $links_array, $gallery ) { if ( mpp_user_can_edit_gallery( $gallery->id, get_current_user_id() ) ) { $links_array['view'] = sprintf( '<a href="%1$s" title="' . __( 'Edit', 'mediapress' ) . '">%2$s</a>', mpp_get_gallery_edit_media_url( $gallery ), __( 'edit', 'mediapress' ) ); } return join( ' ', $links_array ); }, 10, 3 );That will change it.
Regards
Brajesh Hi Mike,
Thank you for using the plugin.Are you applying condition based on BuddyBoss gender field type?
Please share a link to screenshots of the conditions applied.
Thank you
Brajesh- Brajesh Singh on October 26, 2020 at 6:09 am in reply to: [Resolved] User Profile Tabs – Replace Edit Profile with a New Custom My Profile Screen #34130
Hi,
The issue was the admin bar id was incorrect. It should have been “my-account-xprofile” instead of “nav-account-xprofile”Please check if it working correctly now.
Regards
Brajesh - Brajesh Singh on October 26, 2020 at 6:03 am in reply to: [Resolved] User Profile Tabs – Replace Edit Profile with a New Custom My Profile Screen #34129This reply has been marked as private.
- Brajesh Singh on October 26, 2020 at 6:02 am in reply to: [Resolved] redirect the "view" tag in mediapress #34128
Hi Corrado,
Thank you for the question.I am assuming it is for the gallery list page? You can do it by editing the gallery-loop.php template in your theme.
If it is for any other screen, Please link me to a screenshot and outline it.
Thank you
Brajesh - Brajesh Singh on October 26, 2020 at 6:01 am in reply to: [Resolved] Circles plugin causing critical error #34127This reply has been marked as private.
- Brajesh Singh on October 25, 2020 at 7:24 pm in reply to: [Resolved] Make user testimonials only available to specific profile types in BuddyBoss #34121
Hi Maarten,
Thank you for the kind words.
For User circles, Please allow me to review it on Tuesday and get back to you if we can add the member type based restrictions.Thank you
Brajesh - Brajesh Singh on October 25, 2020 at 7:23 pm in reply to: [Resolved] Circles plugin causing critical error #34120
Hi Maarten,
we need the WordPress error log.Thank you
Brajesh - Brajesh Singh on October 25, 2020 at 7:19 pm in reply to: [Resolved] User Profile Tabs – Replace Edit Profile with a New Custom My Profile Screen #34117
Hi Jesica,
I am sorry for the delayed reply. We have been closed due to holidays here and haven’t been able to assist you in time. I sincerely apologize for it.Is there any chance you can provide me temporary admin access to the site. I can quickly check and update settings and let you know what was the issue.
Thank you
BrajeshPS:- Please use the private reply option in forum or our contact form for sharing any credential if you are comfortable sharing it.