Search Results for 'crop'
-
AuthorSearch Results
-
October 5, 2015 at 4:41 pm #245083
In reply to: Unable to Upload Profile Picture
webguru13
ParticipantI am using the newest version of buddypress 2.3.3….I am so frustrated!! I am a newbie with WordPress although I have learned SO MUCH up to now….I am understanding many parts of buddypress and am actually going through a tutorial right now…I am unable to upload profile pic…when I go to upload one I can get a picture to come up to crop and all but when I hit upload it does nothing…help…I am VERY frustrated…I want to make more progress and this is a stumper…thanks!! Rhonda
August 28, 2015 at 2:54 pm #243790In reply to: Cannot Crop Avatars
sg
ParticipantHello, Per my previous post, I asked my host to see if the auto install of WP file permissions were off and to break the cropping. Per below, it looks as if I am missing a file or directory. Might someone be able to tell me how to recreate/add what seems to be missing. Thank you.
FROM THE HOST:
Thank you for the provided information.
I have tried to debug the process and found the following in the log, right after the crop:
Code:
access(“/home/sitename/staging/2/wp-content/uploads http://staging2.sitename.us/wp-content/uploads/group-avatars/1/sgwhite-450×131.png”, F_OK) = -1 ENOENT (No such file or director y)It seems the path for the file is incorrect when it tries to access the finished product.
I will try to debug some more, but it seems it is a problem with the plugin code rather than an issue with our environment.
It is best to approach the plugin developer regarding this issue.
Best Regards,
Technical Support TeamAugust 28, 2015 at 11:51 am #243763In reply to: Cannot Crop Avatars
sg
ParticipantHello, I am having the same challenge. I cannot crop/upload a group avatar profile image. Switched from KLEO theme to 2014 and all plugins are off. Might there be other solutions? Thanks!
August 8, 2015 at 6:10 am #242900In reply to: 404 error on topic pages
djsteveb
Participant@labsupplyorg –
Topics? You mean like bbpress forums topics? What do you mean exactly by “topic pages”?I would..
check your permanlinks perhaps? go there, note what they are.. change them to something else.. save.. then change back.. save again..
May not be related, but on one of my sites this similar issue crops up every other time I update rtmedia plugin for some reason.Does this happen if you disable other plugins?
Does this happen with the default twenty-fifteen or 2014 theme?jessy
ParticipantHow to customize “profile/change-avatar/” page?
I have used “index-action-change-avatar.php” template, but javascript is not loaded and you can not crop image by your needs. I have copied all the content from /profile/change-avatar.php default buddypress template directory.
Thank you.
July 21, 2015 at 2:36 am #242067In reply to: Avatar is skewed and tracker aspect ratio
meeekz
ParticipantThe jcrop tracker is a part of wp/bp and allows the user to select the portion of the uploaded image to be used as a group avatar. The trackers aspect ratio controls the proportion of this selection process. The profile avatar is being upload using the Userpro registration plugin.
The only adjustment to size is for the group avatar, using css, 215px x 135px.July 21, 2015 at 2:04 am #242065In reply to: Avatar is skewed and tracker aspect ratio
djsteveb
Participant@meeekz – Is the “jcrop tracker” something that is standard part of buddypress or something that your theme / or other plugins is handling?
re “believe this is an aspect ratio issue” – I was under the impression that bp wanted the image to be cropped in a perfect square, and that there were modifications to make what was displayed circular like you are doing – but the standard bp expected a square image as the base (?)
with one of your members I see that your theme is doing this kind of class on the avatar:
class=”modified avatar” height=”80″ width=”80″>yet the image itself is somehow 80×53
not sure how you got the image to be those dimensions – using the standard bp avatar uploader / cropper thing?
July 11, 2015 at 12:34 pm #241726In reply to: [Resolved] cannot change profile photo
helpy
ParticipantI still have the problem reported here with the last buddypress version 2.3.2.1.
If I download the profile photo from my buddypress instance (150x150px) and than re-upload it to buddypress, resize it the the fullsize the following error message will be displayed:
“There was a problem with cropping the profile photo.”
July 6, 2015 at 6:13 pm #241502In reply to: [Resolved] Unable to crop Profile pictures
guidobrasil
ParticipantHi Dan,
Sorry for my late reply but I have been busy in trying to reproduce the error. And I have been succesfull. I am using some elements from Kendo UI on the Website which is using the next jquery library:
http://code.jquery.com/jquery-1.9.1.min.js.This I put in the header of the site…
Disabling that library the cropping is working fine.. but the Kendo UI elements are not working anymore. I know of course that this has nothing to do with you guys.. but nevertheless would you be able to give a suggestion on how to solve that?
July 3, 2015 at 9:19 pm #241434In reply to: Theme and Upload form issue
danbp
Participanthi @chilligrower,
i’m unable to reproduce your issue with P2 Categories. Out of the box installed, and avatar upload and cropping are working correctly.
The only thing i see, is that the drop area may need a little width adjustment. A percentage of 98% will show the right border.Default css
.drag-drop #drag-drop-area {
display: table;
height: 100%;
width: 100%;
}See screenshot
July 1, 2015 at 7:30 am #241318In reply to: How can I change the Cropping size in profile page?
Alexlim91
ParticipantHi,
For the cropping i still cannot do it, even i follow the buddypress codex. I still would no found the way to increase the cropping size.Thank You
July 1, 2015 at 7:19 am #241317In reply to: Profile Avatar picture Crop size
danbp
ParticipantPlease don’t double post the same question.
This was answered here:
https://buddypress.org/support/topic/how-can-i-change-the-cropping-size-in-profile-page/Topic closed as duplicate.
June 27, 2015 at 8:10 am #241168In reply to: How can I change the Cropping size in profile page?
danbp
ParticipantSearching for code needs a correct search tool. Use Notepad++ and you’ll find 48 occurence to
avatar-crop-pane!
The first of them is in buddypress/bp-core/bp-core-cssjs.php
Another one is in buddypress\bp-core\css\avatar.cssBut you haven’t to hack core files. All you have to do is to create a child theme from where you can adjust CSS to your need.
Codex is your friend ! If you accept to read…
June 27, 2015 at 2:02 am #241164In reply to: How can I change the Cropping size in profile page?
Alexlim91
ParticipantHi Guys,
Why i cannot find this line : “#avatar-crop-pane { border-radius: 50%; }” in buddypress core folder?
Thank You
June 26, 2015 at 12:13 pm #241134In reply to: How can I change the Cropping size in profile page?
Alexlim91
ParticipantHi, can you let me know the file name that can change profile size and the crop size because i could found the file in my file manager.
June 26, 2015 at 12:09 pm #241133In reply to: How can I change the Cropping size in profile page?
danbp
ParticipantThe cropper fits automatically to the defined width and height.
The idea behind these functionality is to adjust an image, not the cropper.If you fix 20 px, the tool will crop to 20. If you fix 600p, the tool will crop to 600.
Also, the BP cropper is only used for profile, group and blog photo. Avatar default size is 50px, rarely over 150.June 26, 2015 at 11:27 am #241131In reply to: How can I change the Cropping size in profile page?
Alexlim91
ParticipantHi Henry, that one is to increase the picture size right? How about the make cropping radius size? How can i make it?
June 10, 2015 at 2:26 am #240522In reply to: Create Cover Photos using the new BP_Attachment API
Mathieu Viet
Moderatorhi @brianbws
Here are some advices :
1/ I wouldn’t “mix” a cover photo into the avatar UI, it’s not the same need
2/ I would create a new profile tab “Change cover photo”
3/ From there, i’ll use a regular upload/crop experience or build a new UI using Backbone like i’m doing in the next version of this plugin https://github.com/imath/buddydrive/tree/1.3 > follow thebuddydrive_editor()function to see how to do this.
4/ I’ll extend the BP Attachment class > the codex page should help you.To extend the avatar UI, you can have a look at the plugin BP Avatar Suggestions 1.3, i’ve updated it to add a new tab to the UI because : it is to set an avatar 🙂
This plugin also creates an upload UI and extends the BP Attachment class.I think watching the codex page, the 2 plugins, will help you. Bye.
June 7, 2015 at 5:19 am #240394In reply to: [Resolved] cannot change profile photo
aadharcard
ParticipantProbably you are not able to change the profile picture due to pixels issue. Most of the sites request to upload the profile pic in 100X to 200X pixels and no matters how you further crop it.
You may like have a look at the photo uploaded in the about us segment of this site linked: Aadhar Card
June 5, 2015 at 4:28 pm #240290In reply to: [Resolved] cannot change profile photo
helpy
ParticipantI could reproduce the error.
For me the error only happens if the uploaded image is too small.
My profile photo on my PC has the size 150x150px.
I resizede it to 1500x1500px.
I uploaded the big profile photo.
I set the cropping to use the full image.
I pressed the button to crop the image.Surprise ==> Now it worked.
Very strange!
(1) Uploading my small image and cropping to use the full image leads to the cropping error.
(2) Uploading my big image (resized from the small one) and cropping to use the full image does not lead to an error.May 18, 2015 at 5:45 am #239360In reply to: [Resolved] cannot change profile photo
@mercime
Participant@rebekahmeuir Just helped someone who had an issue with cropping the image as well. The issue there was that the jQuery files needed were not enqueued for some reason. Could you check the source code of your webpage and see something like this is in the source ….jcrop/jquery.Jcrop.min.js?ver=0.9.12 ?
May 18, 2015 at 1:33 am #239354In reply to: [Resolved] cannot change profile photo
rebekahmeuir
Participantmine says define(‘WP_DEBUG’, false);
and script_debug is not found in my wp-config.php
With my issue, I am not getting any error message, and there is no error message on the server either. When I try to change a profile photo using BuddyPress, it just does not allow me to change it. It kind of “blinks” instead of bringing up the crop screen.
Similarly, when I try to send a private message in BuddyPress, it lets me compose the message, but when I try to send it, it “blinks” with no error message but does not send the private message. The private message disappears and does not go into my sent folder, either.
May 18, 2015 at 12:22 am #239349In reply to: [Resolved] Crop Image not working
loralai
Participant@mercime I am using WordPress 4.2.2 and Buddypress Version 2.2.3.1
We have only one other plugin installed which is the Enhanced Text widget
We host the site ourselves off a VPS
and working with the Twenty Thirteen template the crop image works fine. I am not sure were the conflict is, today was the first time we started using any js with the template we have been developing aside from one or two that point to our Centova Cast installation for stream details.website link is http://pawzgroup.com/loralai
May 18, 2015 at 12:16 am #239346In reply to: [Resolved] Crop Image not working
@mercime
Participant@loralai Could you please provide more information about your installation like:
– WP/BP versions?
– Where are you hosted?
– If you change to the WP Default Theme and deactivate all plugins except BuddyPress, can you crop the image then?March 31, 2015 at 3:27 pm #237050In reply to: Page Not Found Permalinks Issue
Alice Kaye
ParticipantI always try to do a backup of it, whenever I know I’m going to be messing with something that could be detrimental. I can navigate around a WP DB pretty well, but making modifications by writing the MySQL is not something I have experience with, though I know how to add MySQL if the code is provided to me, the same goes for any PHP. I can’t write it, but I can add it and understand how it operates (though I’ve written a chunk of it myself recently and felt pretty proud haha – this project has taught me a lot).
I’ll make sure to start backing up the database weekly, which will definitely help with any issues that could crop up in the future.
-
AuthorSearch Results