adam1234567
Forum Replies Created
-
ah ok i’ll look into that. thanks again for taking a look.
thanks for taking a look. i purged cache in both wordpress and browser, but still see the problem in inspect element.
my site is http://www.couplefriends.com
i’m just trying to fully uninstall it. it’s coming back as 404’s because the images don’t exist. how do i prevent it from checking for 2x images? there must be some code that still exists even though it’s uninstalled and deactivated.
i don’t believe i had changed the method settings so whatever method was standard.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Success message not changingi fixed it by editing the form under where it says: Any settings you specify here will override the general form settings. If no setting is specified, the corresponding general setting value will be used.
strangely, all i had to do was reenter the success message below and save it, even though the general form settings had the same message π
Forum: Plugins
In reply to: [WP Job Manager] Pull geo city/state data for location displayawesome, works great! thanks so much π
Forum: Plugins
In reply to: [WP Job Manager] Pull geo city/state data for location displaythanks – where would I put this function (which file) and how would I display both values with a comma after the first one (custom fields again are geolocation_city and geolocation_state_short)
Forum: Plugins
In reply to: [Nav Menu Roles] Show menu for logged out AND by roleah i didn’t even think of that. very logical π thank you!
that works perfectly. thanks so much!
hi – this function works great when displaying the profile, but when a user edits their profile (using the buddypress menu nav) the Date of Birth field says “Age” when it should say Date of Birth. how can I fix this? thanks!
Forum: Plugins
In reply to: [BP Profile Search] Searching for login names+1 for username search
i LOVE your plugin and a username search field would be amazing π
that works perfectly. thank you for your quick support and excellent plugin.
Hi – Is there a solution to this problem? I would also like to remove the hyperlinks associated with each profile field that is displayed.
I tried putting the following in my wp-content/plugins/bp-custom.php:
function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
}
add_action( ‘bp_init’, ‘remove_xprofile_links’ );This seems to be the standard solution on the internet. However, this only works when your plugin is deactivated. Is there a work-around?
Thanks!