WDS-BuddyPress-Project-Framework icon indicating copy to clipboard operation
WDS-BuddyPress-Project-Framework copied to clipboard

this plugin breaks cover photos

Open mirajadesign opened this issue 8 years ago • 8 comments
trafficstars

I installed this plugin and Buddypress cover photos stopped working.

mirajadesign avatar May 17 '17 20:05 mirajadesign

Very possible that recent developments for BuddyPress may have introduced some issues with the code in the repo here. It hasn't been updated recently on our end.

Biggest question is what and why things are breaking.

tw2113 avatar May 17 '17 21:05 tw2113

I am not sure. I installed the framework plugin and the cover photo disappeared. I uninstalled it and it came back. Just wanted to give you guys a heads up.

Thanks for the response.

mirajadesign avatar May 17 '17 21:05 mirajadesign

I'm curious if this part is having an effect: https://github.com/WebDevStudios/WDS-BuddyPress-Project-Framework/blob/master/inc/bp-custom.php

tw2113 avatar May 18 '17 00:05 tw2113

yeah that custom code should not be in there

modemlooper avatar May 21 '17 22:05 modemlooper

Has anyone figured out a fix for this?

katherineelsken avatar Oct 19 '17 23:10 katherineelsken

This plugin is outdated. The files in the template folder need to be replaced with current bp core files. The code in bp-custom.php needs removed.

modemlooper avatar Oct 24 '17 16:10 modemlooper

I love the idea of this plugin, but after removing the code from bp-custom.php the cover image is still broken. I also replaced all the files in /templates with updated BP files. That didn't fix the issue either.

Any plans to update this plugin to fix this?

darrindevs avatar Feb 17 '18 01:02 darrindevs

I just fixed it.

Just copy code of function "bp_legacy_theme_cover_image( $params = array() )" in buddypress-functions.php to clp_cover_image( $params = array() ) in bp_custom.php of this plugin.

Enjoy...

dhrusya avatar Feb 07 '20 22:02 dhrusya