-
DragoWeb replied to the topic Can’t upload avatar image under 451px in the forum How-to & Troubleshooting 8 years, 5 months ago
There is something really strange. When I define
define( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 450 );
to 150 (in /bp-core/bp-core-avatars.php line 35), instead of 450 originally, then I’m able to upload images from 151 of width. This must be the max-with but it behaves like a min-with. I continue my investigations…
-
Vence Smith's profile was updated 8 years, 5 months ago
-
Josh Vinze's profile was updated 8 years, 5 months ago
-
Jem Cummins's profile was updated 8 years, 5 months ago
-
DragoWeb started the topic Can’t upload avatar image under 451px in the forum How-to & Troubleshooting 8 years, 5 months ago
Hi, I have this error message
“There was a problem cropping your profile photo.”
when I try to upload an avatar image with a width of 450px and above. Starting to 451px it works (even with an height of 150px). I get a warning message only if I try to upload an image under 150x150px :
“You have selected an image that is smaller than recom…
-
Certified Electrician Maricopa's profile was updated 8 years, 5 months ago
-
stiven gorovic's profile was updated 8 years, 5 months ago
-
Boone Gorges replied to the topic Problem in mobile appearance with the toolbar line in the forum Installing BuddyPress 8 years, 5 months ago
Glad you found the problem!
-
Boone Gorges replied to the topic Groups not displaying properly in the forum How-to & Troubleshooting 8 years, 5 months ago
Don’t abandon the Groups functionality or BuddyPress over this small display issue! With a plugin like this https://wordpress.org/plugins/simple-custom-css/, it is trivial to add the CSS that I gave above.
Building a child theme is more complex, and is something you should learn down the road if you plan to make extensive customizations. But if…[Read more]
-
brayan hollier's profile was updated 8 years, 5 months ago
-
Miriam Tolner's profile was updated 8 years, 5 months ago
-
Kim Paine's profile was updated 8 years, 5 months ago
-
Renato Alves replied to the topic Rebooting Activity Stream? in the forum Installing BuddyPress 8 years, 5 months ago
You can use wp-cli-buddypress to delete the activities from the command line: https://github.com/buddypress/wp-cli-buddypress
Unfortunately, as of right now, you can’t select a specific date.
-
Jarmo Hansen's profile was updated 8 years, 5 months ago
-
Nena Kooter's profile was updated 8 years, 5 months ago
-
Carla Fox's profile was updated 8 years, 5 months ago
-
Greg Brown's profile was updated 8 years, 5 months ago
-
Henry Wright replied to the topic How to Add Username to Menu in the forum How-to & Troubleshooting 8 years, 5 months ago
wp_nav_menu_items is a useful filter hook. You can use it like this:
add_filter( 'wp_nav_menu_items', function( $items, $args ) {
if ( 'primary' === $args->theme_location ) {
// Do something to the primary menu's $items.
}
return $items;
} ); -
garry foster's profile was updated 8 years, 5 months ago
-
The Lost Way survival book's profile was updated 8 years, 5 months ago
- Load More