BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › BuddyPress Cover Image Support
Tagged: Buddyboss updates
- This topic has 12 replies, 5 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
October 26, 2015 at 1:34 pm #49788@acroyesThe next version of BuddyPress (2.4) scheduled to be released in two days (October 28, 2015) has cover image support for both Profiles and Groups.
I’ve tried out BuddyPress 2.4-beta2 with BuddyBoss 4.2.1 and cover photos don’t appear to work.
Profiles show a “Change Cover Photo” tab where you can set a cover photos, but after uploading, nothing shows up.
Groups show a “Cover Photo” tab, but it is blank (no content).
Is BuddyBoss fixing their theme to support BuddyPress 2.4? Can I have access to a beta build? I need this asap for an impending launch.
Thank you for your effort on this.
Answers
October 28, 2015 at 12:50 am #49947@
AnonymousHi @acroyes, We have already discussed it with our developer hopefully it will be implemented in our next update.
Regards
PallaviOctober 28, 2015 at 10:55 am #49962@acroyesThanks @pallavi, do you know when that might be? Can I help test it?
Needing support soon for an impending site launch.
October 30, 2015 at 8:28 am #50152@
AnonymousHi @acroyes, we have notified it to our developers to work on this before buddypress 2.4.0 release.
Thanks
PallaviOctober 30, 2015 at 2:33 pm #50185@acroyesThanks @pallavi, you can send them this for a little head start. 🙂
https://gist.github.com/imath/e5abe98b88166add38d2November 2, 2015 at 2:24 am #50361@
AnonymousThanks for your input 🙂
December 25, 2015 at 7:09 am #55020@lsgxtremesHello @pallavi!
Is this fixed? Cause right now it still
does not show the cover photos for groups
after it is uploaded.Thanks in advance.
December 25, 2015 at 7:24 am #55021@lsgxtremesHere is a video on the same:
Its been around for quite some time now,
I hope you get this fixed so that we could
use this feature.Thanks in advance
December 27, 2015 at 1:34 pm #55084@
AnonymousHi @lsgxtremes, Please update BuddyBoss theme version
Cover image support is already added.
Regards
Varun DubeyDecember 27, 2015 at 1:41 pm #55086@lsgxtremesWell I am already running 4.2.4
December 28, 2015 at 12:35 pm #55137@
AnonymousHi @lsgxtremes
I have tried to replicate the issue but it seems working fine to me, might be any of your active plugin is creating conflict with Group, Please try to de activate any group related plugins for a while to debug the issue.https://drive.google.com/file/d/0Bzv-k-FcE80ibmhram1RRl9Nb00/view
Regards
Varun DubeyDecember 30, 2015 at 5:49 pm #55260@frankwarwickDrop this into your funtions.php
change the ‘full_path_to_my_image.jpg’// ---- start - add a default image to use for xprofile Cover Images function your_theme_xprofile_cover_image( $settings = array() ) { $settings['default_cover'] = 'full_path_to_my_image.jpg'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_xprofile_cover_image', 10, 1 ); // ---- end - add a default image to use for xprofile Cover Images
December 31, 2015 at 12:51 pm #55287@
AnonymousThanks @frankwarwick
@lsgxtremes you can add attached image or any other image with same name inside child theme buddyboss-child/images folder to set your own default image.Regards
- The question ‘BuddyPress Cover Image Support’ is closed to new replies.