Hello dear how are you! I installed this plugin to change cover photo but the problem is that now I have both cover photos , one is buddypress and one from your plugins, It should display only one at at time.
I installed this plugin at https://www.buraqq.com you can test is by creating an account.
please tell me how to fix this issue that it should display only one cover photo that will be your plugin photo.
regards
Hi mate, good plugin but no longer works with any image optimizer plugins at all, smush it, ewww image optimizer etc etc, the reason for this is because when uploading cover photos they get recognised in the media library as broken and show as blank files, so even when scanning manually to resize and delete the images it also does not work because of this.
ALL image optimizers report the file as missing or broken even though they display and work fine on the cover photo, this is very bad for a social based website because users often take high resolution photos that need optimizing at upload and then the main file being deleted to conserve valuable space, if you let users upload 5mb files at a time you soon would grind to a halt.
Can you please look into fixing this as your cover photo plugin is the best one for buddypress, I noticed you have not done any updating for well over a year. I know buddypress has this built in and there are other plugins that do it, but not as good as this one and I have tried them all.
Thx for your attention and time.
]]>Hello,
Great work, and When I tried it in debug mode, it show the following message:
you might kindly let me know what does not mean.
FYI, I am using it in WordPress MU site, and it is activated in a sub site, but the site is buddypress root site, since we deployed buddypress in D ways of buddypress official instructions:https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/
]]>Notice: Undefined variable: attachment_id in /var/www/mysite.com/htdocs/wp-content/plugins/bp-cover/templates/mani/theme.php on line 75
Hello, great plugin. I am trying to display the image cover on each user in member-loop. It would be great if you can help me.
Here is my code
<?php // Get the Cover Image
$member_cover_image_url = bp_attachments_get_attachment('url', array(
'object_dir' => 'members',
'item_id' => bp_get_member_user_id(),
));
?>
<img src="<?php echo $member_cover_image_url; ?>">
This code work but only with default buddypress cover image, not with your plugin.
Thank you very much
Hello,
1. Please add the possibility of post sticky for groups
2. Edit group slug
3. External Feeds for groups
4. Reshare buddypress activity to only me or to friends or to my followers or to group
5. The possibility of Banning members to each other
6. Report content for Buddypress
7. Restrict message for BuddyPress
8. Add core pages like Facebook pages for BuddyPress
9. Privacy settings: such as preventing add friends, and prevent receiving messages … etc like Facebook
Thank you ??
I ve installed BuddyPress cover, but it looks very bad.
Here is a link of the printscreen : https://www.vodoudolls.com/wp-content/uploads/2016/08/snap_screen_20160806093354.png
And here is my member profile: https://www.vodoudolls.com/members/daragott-b-night/profile/
How can I resolve this problem? All suggestions are welcome. Thanks
Norman
]]>The upload buttons on the member’s pages are not showing or are extremely small that they are hidden within the cover image. On the admin’s page, they look great. But the member’s page, they don’t. Any suggestions. I tried changing the size in the CSS file, but nothing worked. Thanks in advance!
]]>How to display time stamp with the latest user activity in the profile?
]]>well, first is the seetings, i can’t even see it…
the only things thats there is BP Cover and Skin, if clicked nothing happen.. well its probably like that because my wp version is untested, something like that?
Badgeos is a popular WordPress plugin. But when installed with BuddyPress Cover, BuddyPress Cover breaks completely for me. Any suggestions on how to resolved this?
]]>Is it possible to get it in shortcode. The reason is Would like to make my own Member home page but I would like to use your cover in this page. If not, Thank you for your time.
Zabrina
]]>I love that your plugin actually crops the image, so it’s not distorted, but it doesn’t seem to integrate into my theme very well at the moment. Could you help me integrate it? It seems that right now, it is displaying a cover on top of the default cover, and the padding creates some white space, making it not fit all the way.
Any suggestions?
]]>Hello
I have problems with the plug in the Groups area
There I can indeed but a cover not upload avatar kent someone the problem?
see link
https://wwe-club.de/wp-content/uploads/2016/05/gruppe.png”
Hi,
When I installed the plugin it worked great but it also made some of my buttons on my footer stop working. Please go to https://www.heavenlygifted.com and search members and click on any profile. When viewing a profile I am unable to click the bottom Search Icon or click the left side hamburger menu.
Can you help me fix this issue? When I disable the plugin all my footer buttons work, it’s only why it’s enabled do I have this problem.
Thanks!
Travis
Hi
thank you for this excellent plugin.
I have a little problem though, when using the default skin. I would like that the name be shown only once. Look screenshot:
https://www.hostingpics.net/viewer.php?id=650288bpcoverpb.png
Is it possible?
]]>This plugin functions well and looks great but disables all font awesome icons. No icons are shown that are being used in several other plugins –
is there a simple fix ?
Hy!
I used this plugin on my page and it has a bug. I used the iFlyChat plugin for chatting, but when a user has the default BPCover Avatar, the avatar is broken on chat.
Can you see here:
https://i.cubeupload.com/xUpHuf.png
Image nothing showed on this link(that used the chat):
https://i2.wp.com/hungarycs.hu/wp-content/plugins/bp-cover//images/default_user.jpg&s=50&r=G
It write: “We cannot complete this request, remote data was invalid”
Without “&s=50&r=G” this link is work good:
https://i2.wp.com/hungarycs.hu/wp-content/plugins/bp-cover//images/default_user.jpg
If I set an another avarat, it displayed good.
The problem is with the BPCover other with iFlyChat?
(I have so bad English. I learn it, but I have a lots of spelling mistakes, sorry. When you can’t understand me, please write a comment.)
]]>Hi there,
I would like to ask you how I can hide cover and profile images from activity stream.
I want the activity stream to be updated e.g. “User posted a new profile photo” but withou showing the image.
Thank you and congratulations for your work.
]]>I would like to show username over cover photo instead of full name or display name. Where can I change this?
]]>Hello,
Thank you for your continued efforts to update this amazing plugin.
After the last update we did I have noticed that every image I upload gets zoomed in or enlarged so it crops the majority of the image out. Is there a way we can zoom the image out? or maybe add a fit to image size feature?
Thank you in advance for your consideration to my request.
]]>I just installed your plugin on a site we are working on with wp_debug set to true, and a number of php notices are being displayed. We have gone ahead and fixed the files for you. Do you have a github repo where we can submit a pull request? if not, you really should. that other plugin that does the same thing does…
Regardless, the issues are as follows:
in the file bp-cover-admin.php on line 175:
$class = ($class == "alternate")?"":"alternate";
You are not first checking if the $class var has been defined. We changed this to:
$class = (!empty($class) && $class == "alternate")?"":"alternate";
Next, in both of your theme.php template files, near line 75 you are checking if the $attachment_id is greater than zero. Again here you may not even have an attachment id, so better just check that it’s not empty:
if (!empty($attachment_id) ){
Hope this is useful. Not set up a git repo already.
]]>I was able to upload a picture and it looked great. now the same picture has been enlarged and not fitting.
What it looked like before
https://www.steveperryfanclub.org/images/myprofile.jpg
Hi, thanks for this plugin.
after update, cant edit position or delete upload.
Also, buddypress menu has been rearranged and only gets fixed on plugin deactivation. Any help please or previous version?
Today’s update widened the default cover image size… its now pumping the sidebar down….
what’s strange is when I change the image and add one from my computer, it sets it back to normal!!!
Please help! can we default back to previous version? Or maybe find a quick fix…
I really like your plugin… its one of the best I think ??
Thanks
]]>Any one have a backup of this? cant download it anywhere
]]>Since the update I don’t see no profile. Just my name and this text Also the activity screen and groups are not showing either.
Drag cover Position saved Tony @tony active 3 minutes agoRead More
https://www.steveperryfanclub.org/images/screenshot4.png
How can i get the previous version?
]]>Im not good with php but how would we go about making out own theme?
]]>Im in the settings trying to upload default backgrounds and they are not showing up. This is in the BP tab of settings. When you upload it should show to the right table cell correct?
]]>Hi There.
Just updated to the new version released 4 hours back. THe new version has broken the plugin.
Get a white screen and locked out. Also unable to find versions 2.0 in the developers Tab as old version. Please upload the older version to enable people to download the previous versions.
Hope to see a Bug Fix Patch out Soon.
Thank.
]]>Ability to upload custom covers from the backend when creating groups or for existing groups, currently you can only upload covers from the front end. I’m not referring to default covers but specific covers for new groups and profiles.
Also, can you add in your FAQ on how to change your BP Group photo? I didn’t realize you could simply click on that bottom left image in the profile page to change between profile cover edit and group background cover.
]]>