-
AuthorPosts
-
May 17, 2016 at 8:31 am #995393
Hi,
I am having this issue too, as of 17th May, I cannot create any BuddyPress Groups because it will not get by the Cover Image step, so this is broken, and should surely be a priority to fix, as without it Groups is not available.
I have WP 4.4.3, BuddyPress 2.5.2 and X 4.4.2 on…
please advise when this will be fixed and a workaround if possible, otherwise X is not truly BuddyPress compatible?
thanks,
imacg
May 18, 2016 at 2:26 pm #997971Hi there,
I tried to troubleshoot what causes it to see if I can do some workaround, but not luck. Stay tuned for the update. But I’ll still look into it.
Thanks!
May 19, 2016 at 3:19 am #998998Thanks Rad, this is kind of critical to using X them on a BuddyPress site…please find a solution…
May 19, 2016 at 4:01 am #999049Sure, Thanks! Still looking into it.
May 19, 2016 at 4:24 am #999078Hi again,
if I change back to 2016 theme it works fine, and what it does is brings up a file uploader for the cover image, just the same functionality as the step before for the profile image, but in Xtheme, no uploader or anything appears on the cover image step, and that is why it doesn’t let you proceed, so surely this is easy fixed by making sure this step is copied over correctly into the theme…?
cheers,
Iain
May 19, 2016 at 2:59 pm #1000165Hi there,
Please upload this file to your child theme (eg. \wp-content\themes\x-child\buddypress\groups\single\ )
https://www.dropbox.com/s/rwzpqvoepjlpvtm/admin.php?dl=0
That will enable the cover photo back, but cover photo is never used anywhere even on templates header where profile is
Thanks!
May 20, 2016 at 6:10 am #1001323Thanks Rad,
I will try that, and for my current use that is fine because I’m not allowing anyone else to create groups..however, if I needed to – and others will – if the cover image is not used then why not simply remove that step for X theme use, that would be easiest, don’t have it if it isn’t used…
cheers,
Iain
May 20, 2016 at 7:48 am #1001423Hi Iain,
Thanks for your input.
Let us know if you need help with anything else.
Joao
May 20, 2016 at 1:27 pm #1001941well Joao,
an answer would be nice,
thanks
May 20, 2016 at 8:51 pm #1002472Hi there,
As the reference, https://codex.buddypress.org/themes/buddypress-cover-images/. And please add this code to your child theme’s functions.php to disable cover image.
// For groups : add_filter( 'bp_is_groups_cover_image_active', '__return_false' );
That should let you enable group creation and editing, but without cover image feature.
Thanks!
May 21, 2016 at 4:50 am #1002774Thanks Rad, appreciate it…
cheers..!
May 21, 2016 at 6:16 am #1002838You’re welcome.
June 7, 2016 at 4:34 am #1029603Hi!
Im finding the same problem (in the cover image step nothing apears and i cant create groups), buty im noit using a child theme, it is posible to fix it?
Thanks!
June 7, 2016 at 8:14 am #1029856Hi there,
Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
After setting up a child theme follow the thread.
Hope it helps.
July 13, 2016 at 2:08 pm #1085430Adding a cover image should be removed in Xtheme, or else it causes confusion and problems for admins of profile sites. I have for now removed this option with CSS.
#change-cover-image-personal-li { display: none; }
-
AuthorPosts