Replies
Hi Diana,
Thank you.
Since the description is part of the register form, you will either need to remove the php code from the file<p class="description"><?php bp_the_profile_field_description() ?></p>or you can hide it using css. Both ways are fine.
Thank you
Brajesh- Brajesh Singh on July 23, 2017 at 2:32 pm in reply to: [Resolved] Found BuddyPress User Testiomonials issues #10026
Hi Thorstein,
The improvement for 1,2 will be there by Tuesday. Today, I will be releasing update to recent Visitors and message you on the other thread.
Thank you
Brajesh Hi Frances,
Thank you.
Can you please enable registration from Network Admin->Settings page. Please message me after that.Hi Frances,
My apologies for the inconvenience.Please provide me temporary admin detail and I will setup the plugins on the site. My email is brajesh@buddydev.com
Thank you
BrajeshHi Dale,
Thank you.Have received your email. Will continue the discussion there.
Thank you
Brajesh.- Brajesh Singh on July 23, 2017 at 1:39 am in reply to: BuddyPress Editable Activity – not working #10017
Hi Bogdan,
Please upgrade to 1.1.6
https://buddydev.com/plugins/bp-editable-activity/It fixes the double content issue(original content being used).
About the sitewide feed editing, please try it and if it doe not work, please provide me a temporary account. Some plugin is throwing js causing that. I installed Activity privacy plugin for testing purpose but that works fine and does not cause any issue.
Thank you
Brajesh Hi Frances,
Thank you for purchasing the plugin.I have mailed you too but I am posting here if anyone else have same issue.
Your registration link is coming from WordPress menu. You will need to add a css class to it(It is very easy to add).
Please see the tutorial here on how to do it.
https://buddydev.com/docs/guides/plugins/buddypress-plugins/buddypress-ajax-registration/using-wordpress-menu-link-buddypress-ajax-registration/Hope that helps.
Regards
BrajeshHi Ahmad,
Please contact your theme author. BuddyPress does not use any icon for the favorite. It is coming from your theme.Regards
BrajeshHi Diana,
No problem.Please put this in your bp-custom.php
/** * Add the field description as placeholder of the BuddyPress Profile field. * @param array $atts attributes. * * @return mixed */ function buddydev_add_field_desc_as_placeholder( $atts ) { $atts['placeholder'] = bp_get_the_profile_field_description(); return $atts; } add_filter( 'bp_xprofile_field_edit_html_elements', 'buddydev_add_field_desc_as_placeholder' );It will make the field description as the placeholder.
Regards
Brajesh- Brajesh Singh on July 22, 2017 at 9:30 am in reply to: [Resolved] BuddyPress Member Types Pro – mtype filter not working #10005
Hi Allan,
The All members count is managed by BuddyPress, Sometimes, It may go off because of caching etc. In that case, please visit Dahsboard->Tools->BuddyPress and force recalculate the members.Thank you for suggestion about the Group, Yes, the goal is to create a highly flexible recommendation engine that allows auto adding for friends/groups on registration/activation and provides suggestions to the logged in members. Will continue the discussion on it in another thread.
Thank you
Brajesh