-
Varun Dubey replied to the topic Uploaded Profile Covers NOT proportionate to visible area in the forum Installing BuddyPress 9 months, 1 week ago
You can use the following code snippet to increase image dimension.
function wbcom_custom_cover_image_sizes( $settings = array() ) {
$settings['width'] = 1920; // Your desired width
$settings['height'] = 1080; // Your desired heightreturn $settings;
}
add_filter( 'bp_before_xprofile_cover_image_settings_parse_args',…[Read more] -
Varun Dubey replied to the topic BP Extended – Post format falls apart in the forum How-to & Troubleshooting 9 months, 2 weeks ago
@kmp2 It’s a theme-specific sidebar setting single blog; Customizer has the option to tune up the single post layout. https://youtu.be/htQG6xfTFzE?feature=shared
@kmp2
Active 2 weeks, 6 days ago