BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › 4.2.5 Breaks Cover Images
- This topic has 21 replies, 6 contibutors, and was last updated 8 years, 9 months ago by Anonymous.
Question
January 15, 2016 at 12:59 pm #56364@acroyesThis is with a naked install, using the base theme (not child), and no other plugins active except BuddyPress. No cover image visible and none visible on upload.
Seems like this should have been caught in testing?
Answers
January 15, 2016 at 5:53 pm #56372@raytronxSame here, cover and group cover images are blank now, was working well in previous version.
January 15, 2016 at 10:38 pm #56375January 16, 2016 at 3:13 am #56378@mth75@michael Same here, totally broken. Michael, we had many conversations before about testing, this is getting ridiculous. Every release (plugins, themes) something gets broken or doesn’t work as advertised. Buddyboss and products (at the moment) is becoming a pain in the ass.
January 16, 2016 at 1:36 pm #56430@
AnonymousHi @frankwarwick, @raytronx, @acroyes ,@mth75
we have removed duplicate css files which was loading in site source code double and thus bp-parent-css handle was removed which was linked with cover image
For quick fix you can use following function inside the child theme
function buddyboss_cover_image_settings_fix( $settings = array() ) { $settings['theme_handle'] = 'buddyboss-wp-frontend'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'buddyboss_cover_image_settings_fix', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'buddyboss_cover_image_settings_fix', 10, 1 );
We will push a release today in next couple of hours.
Sorry for the inconvenience
RegardsJanuary 17, 2016 at 1:51 am #56466@mth75@vapvarun, @frankwarwick, @raytronx, @acroyes ,@mth75
Mobile view still isn’t correct.
January 17, 2016 at 12:19 pm #56497@
AnonymousHi @mth75, with current update it seems fine for mobile for profile and group as well.
Regards
Varun DubeyJanuary 18, 2016 at 12:59 am #56528@mth75@vapvarun
On none webkit browsers? I;ve tested live and in an absolute clean buddyboss theme install.
with Safari and Chrome.Regards,
Marc
January 24, 2016 at 12:59 pm #57056@mth75@vapvarun @tjchester Hi Varun, is this webkit browser solved or is there a workaround?
January 25, 2016 at 6:05 am #57099@
AnonymousHi @mth75, I have checked them again and developers also did not notice anything.
Please attach the screenshot of the cover image where you are facing issue
Regards
Varun DubeyJanuary 28, 2016 at 1:21 pm #57456@mth75@vapvarun
I did attach the screenshots, look at the position of the profile picture “circle”. And please use a webkit browser, Chrome or Safari!
January 31, 2016 at 6:12 am #57704@mth75@vapvarun @tjchester @michael Not solved in .7 update! When will this be solved, an answer please.
http://cdn.buddyboss.com/wp-content/uploads/2016/01/afterlatest.png
http://cdn.buddyboss.com/wp-content/uploads/2016/01/shouldbe.png
January 31, 2016 at 7:24 am #57714@thorsten@mth75 @vapvarum @tjchester
Still have the same issue as mth75 mentioned. Use an iphone 6 plus and do not get a nice result on Safari, Chrome, Opera, Firefox, Maxton and Dolphin browsers. Used the mobile versions from AppStore. Only the landscape orientation works right and if I use groups, vertical and horizontal are ok.
Updated today to BuddyBoss 4.2.7 in combination with a child theme. So the basic files are unchanged.
Best Regards,
ThorstenJanuary 31, 2016 at 8:43 am #57720@
AnonymousJanuary 31, 2016 at 9:51 am #57734@thorsten
- The question ‘4.2.5 Breaks Cover Images’ is closed to new replies.