Replies
- Brajesh Singh on October 17, 2019 at 10:51 am in reply to: [Resolved] Hide image titles from front end #25987
Hi Steve,
thank you.Please visit dashboard->Appearance->Customize
Now, open the “Additional Css” section and paste it there
.mpp-lightbox-media-title-info { display:none;}That will remove it from the lightbox.
For the tooltip, I am unable to provide a solution currently. It will need template overriding. The tooltip is being shown from the title attribute of the link.
Regards
Brajesh - Brajesh Singh on October 17, 2019 at 10:48 am in reply to: [Resolved] How to stop image repost when someone makes a comment #25986
Hi Steve,
Please put the following code in your bp-custom.php or your theme’s functions.phpadd_action( 'mpp_init', function () { if ( function_exists( 'mpp_activity_inject_media_in_comment_replies' ) ) { remove_action( 'bp_activity_entry_content', 'mpp_activity_inject_media_in_comment_replies' ); } } );It will disable the image in the comments.
Regards
Brajesh - Brajesh Singh on October 17, 2019 at 10:42 am in reply to: [Resolved] Hide image titles from front end #25984
Hi Steve,
Thank you for the details.Are you referring to the title in the lightbox? By default, MediaPress should not show the title in activity media list(for images). It does appear in the lightbox though.
can you please confirm?
Thank you
Brajesh - Brajesh Singh on October 17, 2019 at 10:33 am in reply to: [Resolved] How to stop image repost when someone makes a comment #25981
Hi Steve,
Is it about MediaPress? We did it specifically on the request of users. I can assist with disabling image in the comments.Please let me know.
Regards
Brajesh - Brajesh Singh on October 17, 2019 at 10:31 am in reply to: [Resolved] Hide image titles from front end #25980
Hi Steve,
Welcome to BuddyDev.Please provide the context of the image upload. are you using any plugin for it?
Regards
Brajesh - Brajesh Singh on October 17, 2019 at 9:56 am in reply to: Make avatar in profile a link to change photo #25974
Please change your ‘link’ to this
'link' => bp_displayed_user_domain() .bp_get_profile_slug() .'/change-avatar/',That will do it.
Regards
Brajesh - Brajesh Singh on October 17, 2019 at 9:52 am in reply to: [Resolved] WPML BuddyPress User Profile Completion #25973
Hi Giles,
WPML is not a free plugin and I don’t have a license for it. That’s why I am unable to provide compatibility.I will gladly provide support for any other free multilingual plugin.
@entoen,
Thank you for your help on this Han.Best regards
Brajesh - Brajesh Singh on October 16, 2019 at 10:54 pm in reply to: Requests for the Xprofile fields checkbox acceptance field #25963
Hi Carsten,
Theme needs to support that feature. Most probably your theme does not support it.It need specific update to register.php(unless your registration page is falling back to template packs).
Regards
Brajesh - Brajesh Singh on October 16, 2019 at 10:52 pm in reply to: [Resolved] BuddyPress Group Type Generator #25962
Hi Has,
We did develop a plugin for it but the end result was not flexible enough for public release. We will like to update that and release it sometime in future.Regards
Brajesh - Brajesh Singh on October 16, 2019 at 10:51 pm in reply to: Add BuddyPress header to specific pages #25961
Hi demonboy,
It is not simple to accomplish.You can mimic the layout by copying the member header and changing the displayed user details with logged in user.
This may need some developer assistance though.
Regards
Brajesh