Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

When Upload Picture Cover Notification Doesnt Appear

Use this snippet code.

function yzc_remove_profile_cover_dimensions() {
remove_filter( 'bp_attachments_get_cover_image_dimensions', 'yz_attachments_get_cover_image_dimensions' );
}
add_action( 'plugins_loaded', 'yzc_remove_profile_cover_dimensions' );

Put it on bp-custom.php file and upload on wp-content/plugins folder.