-
Henry replied to the topic Members Directory sort function not working in the forum How-to & Troubleshooting 11 years ago
@tayenewm just a thought – do you know if the developer made any customisations to the BuddyPress core? This is quite bad practice but it is a possibility. If that has happened then there are 3 options…
live with a broken sort feature
try to get in contact with the developer to see what changes have been made
reinstall WP and…[Read more]
-
Henry replied to the topic Members Directory sort function not working in the forum How-to & Troubleshooting 11 years ago
@tayenewm there is a good chance this is down to your theme so reinstalling BuddyPress is most probably unnecessary.
If the developer has modified any of the markup in members-loop.php then there is a good chance the modifications are what has broken the sort feature. The sort feature is dependent on certain page elements so if any class names or…[Read more]
-
bp-help replied to the topic [Resolved] BuddyPress compatible with Avada theme? in the forum How-to & Troubleshooting 11 years, 1 month ago
@tayenewm
The only certain way to find out if the theme is causing registration issue’s is to activate a known theme that works with BuddyPress like twenty twelve, or bp-befault and test it against registration and activation. If the issue is resolved after switching to one of these themes, then it is a theme issue and you would have to get…[Read more] -
bp-help replied to the topic Hire a BP Developer in the forum How-to & Troubleshooting 11 years, 1 month ago
@tayenewm
You should leave your contact info and a description of the work to be performed, as well as the budget for the work performed here:
and here:
http://jobs.wordpress.net/ -
shanebp replied to the topic Private Message Button Label Change in the forum How-to & Troubleshooting 11 years, 2 months ago
@henrywright-1
And how would you avoid double buttons due to this call in member-header.php?
do_action( ‘bp_member_header_actions’ );@tayenewm
Use the provided apply_filters:function tweak_button_label ( $args ) {
$args[link_text] = 'Something';
return $args;
}
add_filter( 'bp_get_send_message_button_args', 'tweak_button_label', 1, 1…
@tayenewm
Not recently active