Search Results for 'crop'
-
AuthorSearch Results
-
May 11, 2016 at 7:32 pm #253306
In reply to: There was a problem cropping your profile photo.
dcrowe
ParticipantI am having the same issues. I can upload and set the crop marks but then when I click save I get “There was a problem cropping your profile photo.”
I have updated buddypress and bbpress, made sure my file permissions on the avatar and uploads folder are set to 777
No clue why this is happening.
April 27, 2016 at 7:49 pm #252954In reply to: Cropping Tool not showing
OsamaNuman
ParticipantHello,
Sorry for late reply, but I have been in contact with my theme developer and he shared a photo of errors showing … can you please tell which error is preventing the cropping tool from showing?
April 18, 2016 at 7:28 am #252563In reply to: Cropping Tool not showing
danbp
ParticipantHi,
you say Cropping Tool not showing… you omited to say with your theme.
Have you tested with Twenty Fifteen ? If the tool appears with Twenty, you’ll need to adjust your theme or ask his author for support.
f you’re confortable with CSS, maybe you can use Firebug to get some precious information to help you doing that adjustment.
March 14, 2016 at 7:17 pm #251217In reply to: There was a problem cropping your profile photo.
WalkerDesign1
ParticipantFigured out the problem. The file name for the profile image was too long. It needed to be shortened. Upload and cropping is working great.
March 14, 2016 at 7:04 pm #251216In reply to: There was a problem cropping your profile photo.
Henry Wright
ModeratorThe PHP version you’re using shouldn’t matter unless it’s < 5.2. Also JavaScript is responsible for the actual cropping. I’m guessing you’ve either modified your template in some way or are using some conflicting JavaScript elsewhere?
March 14, 2016 at 6:55 pm #251215WalkerDesign1
ParticipantI currently have BuddyPress Version 2.5.1 installed and I am uploading an avatar to the members profile. The avatar uploads but I receive the error message – There was a problem cropping your profile photo. And then the upload fails.
I am running PHP Version 5.4.43 with the current host.
Does anyone know if this is a php version issue or if there is another fix for this issue?
March 14, 2016 at 6:28 pm #251213WalkerDesign1
ParticipantI revised bp-custom.php to have the following code –
<?php
// hacks and mods will go here
define ( ‘BP_AVATAR_THUMB_WIDTH’, 60 );
define ( ‘BP_AVATAR_THUMB_HEIGHT’, 60 );
define ( ‘BP_AVATAR_FULL_WIDTH’, 150 );
define ( ‘BP_AVATAR_FULL_HEIGHT’, 150 );
define ( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 640 );
define ( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, 20000 );
add_filter( ‘bp_do_register_theme_directory’, ‘__return_true’ );
?>By changing the line – define ( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, 20000 ); to have the numeric value of 20000 it now allows me to upload an avatar image.
But now it will now allow me to crop the image.
Error message reads – There was a problem cropping your profile photo.
March 14, 2016 at 2:03 am #251186In reply to: Avatar Cropping and Take Photo – Tab Not Showing
rbaccaro
ParticipantUpdate 3, correction:
The crop did not work for files which contains -bpfull in his name.
For example, if you download your avatar, and try to re-upload, the crop will not work.
March 14, 2016 at 1:50 am #251185In reply to: Avatar Cropping and Take Photo – Tab Not Showing
rbaccaro
ParticipantUpdate 3:
The crop did not work with files with a wrong permission.
February 29, 2016 at 1:15 pm #250389In reply to: how to get retina-quality avatars?
Paul Wong-Gibbs
KeymasterI ran into this recently. I’m not sure what we need to do – I think we need to change the cropping logic, and also end up with a bunch more versions of the avatars.
I’m not sure when we might get to improving on avatars in this way.
February 15, 2016 at 10:16 pm #249880In reply to: import avatars
Slava Abakumov
ModeratorBut there are
bp_before_bp_attachment_crop_args_parse_argsandbp_after_bp_attachment_crop_args_parse_argsfilters (search for'bp_attachment_crop_args'string).So you can hook there and modify
$args['dst_file'].January 21, 2016 at 10:21 pm #248972In reply to: There was an error cropping your profile image
Slava Abakumov
ModeratorWhat about default WordPress cropping? Does it work? Maybe the problem is in the access permissions to
/uploadsdirectory.Other possible issue – do you have PHP image manipulation modules installed and activated?
January 12, 2016 at 11:43 pm #248646In reply to: Disable avatar crop
Blogpostnews
ParticipantMy buddypress image/avatar editor does not scale before it crop images. It upload image/avatar but in a full zoom and doesnt show scaling box. it just show crop image only and when i crop, it delivers the image background only, leaving out the object in the picture.
No scaling box to edit image before croping.On the other hand, i was able to scale/edit the image using wp editor in user profile on admin bar and my admin bar is disabled to other users.
Please i need help with this as it affect other users.
Thanks
January 1, 2016 at 3:24 am #248236In reply to: Disabling the new UI for avatar is not working
sakthi31
ParticipantAs an update, when new UI is disabled, the jcrop css and js are loaded without any problems.
However, when I open the console, it says ” JCrop is not a function”.
Something is disabling JCrop function or it needs to be enabled through some specific function?
@imath please provide some suggestions to troubleshoot.Tried the following: inactivated all the plugins; tried loading avatar.css and avatar.js files
December 15, 2015 at 6:46 am #247769In reply to: Some feedback regarding cover images
mcpeanut
ParticipantHi @imath, I have tried out this plugin and really like it, as was already mentioned in the original question it would be better if users could reposition the image, this way you would not have to worry about what size of image was uploaded, if users were able to select which part of the image should be visible this would stop the auto cropping and make sure users get to see the part of the image that they choose.
December 15, 2015 at 4:33 am #247768In reply to: Profile Avatar cropping problem
joesegal
ParticipantThanks. Oh joy! π Why cant someone invent a plugin to spot conflicts in plugins or something! Thanks I’ll do this tomorrow.
By the way it would be nice if the group cover process lets you crop an image you upload too or something.
Thanks again!
December 15, 2015 at 4:29 am #247767In reply to: Profile Avatar cropping problem
Henry Wright
ModeratorYou did the right thing by deactivating all plugins and then reactivating each one to find the culprit. Try doing that again, but this time refresh and test cropping after each plugin activation. The very moment cropping stops working, bam, you have your culprit π
December 15, 2015 at 3:29 am #247765In reply to: Profile Avatar cropping problem
joesegal
ParticipantThanks @henrywright
I have the Divi Theme activated.
WP 4.4
latest BP 188
about 18 plugins activated.
I deactivated all the plugins.
Cropping worked.
Reactivated each one by one.
Cropping still worked.
All of them!
Then I refresh the page on the group avatar editing page and bam, not working again.wtf I dont get it?
Also Im using a plugin called Buddypress Docs its like a Wiki plugin and the Visual editor doesnt work now in it just the text editor. Maybe thats related?>
Is there a way to easily get a list of plugins I’m using to show you/others?
December 14, 2015 at 10:13 pm #247761In reply to: Profile Avatar cropping problem
@mercime
Participant@nattlyharris Required JS enqueued by BP including jquery.Jcrop.min.js are missing from source code caused possibly by a plugin. I think one culprit is the bj-lazy-load plugin but to be sure, deactivate all plugins except BuddyPress and check if you can crop the avatar. Then activate plugins one by one to see which is/are causing the issue.
Edit – took too long to answer. didn’t know henry already posted.
December 14, 2015 at 10:50 am #247731In reply to: Profile Avatar cropping problem
nattlyharris
ParticipantI’ve subscribed to this topic – my users are having the same problem – unable to crop picture, instead the top left corner of the image is automatically selected and no other options given.
Nat
http://www.lympstonesailingclub.co.uk
Thanks xDecember 8, 2015 at 10:31 pm #247549In reply to: Notification emails after import
Henry Wright
ModeratorI very much doubt my install has been compromised. In fact, searching through the buddypress support forum it seems this is an issue that crops up after imports
That suggests your import script is the issue. Which script are you using?
December 8, 2015 at 8:05 pm #247546In reply to: Notification emails after import
reedy
ParticipantI very much doubt my install has been compromised. In fact, searching through the buddypress support forum it seems this is an issue that crops up after imports – so I believe there is probably something in the core code doing this.
A couple of examples:
https://buddypress.org/support/topic/post-migration-constant-user-email-notifications-for-mentions/ @zane
https://buddypress.org/support/topic/mass-notifications-of-old-mentions/ @halo-diehard
Disabling my mail server is not a practical solution. For now I will just have to block all email notifications for mentions until (hopefully) a solution is found.
Pssst @netweb – are you still around?
December 7, 2015 at 6:41 pm #247497In reply to: Custom Avatar Upload Page
operapreneur
ParticipantStill looking for any direction or examples where I can create a separate page (outside of the BP member registration or member profile) where members can upload and crop there avatar using the new BP_Attachment_Avatar introduced in 2.3.
The most help/up-to-date info seems to stem from this post.
@imath Would you be able to point me in the right direction? What is restricting the avatar from being uploaded on a page outside of the member profile?Thanks!
October 27, 2015 at 9:55 pm #246082In reply to: Buddypress as an Intranet
Travis_98
ParticipantThank you mrjarbenne, I appreciate the advice and will keep that doc in my back pocket through this adventure. And thanks for pointing me in the right direction with the above suggested IIS link.
I am pleased to report that my BP links are now working. Here is what I did and where I got stumped initially:
Using Windows 2012 R2 server with IIS manager to setup a local intranet.
So I created a site called “Test” and here is what happened:
1- I followed the direction in the link provided above by first taking Permalinks off of Default and using the suggested custom structure.
2- I created a web.config file and placed it in the wwwroot folder (same top level as the βTestβ folder).
3- I copied the code from what was suggested in the link:
`<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”Main Rule” stopProcessing=”true”>
<match url=”.*” />
<conditions logicalGrouping=”MatchAll”>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />
</conditions>
<action type=”Rewrite” url=”test/index.php”/>
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>Two differences with what was provided in the link and what I used above in order for it to work for me:
1- I placed it within the <system.webserver> container. Not a coder, so not sure if this mattered or not.
2- I correctly entered MY FILE LOCATION to the index.php file (test/index.php)At this point, I have links that are working. That’s a win and it’s on to the next challenge in order to use BP. Totally stoked now. Having some issue with the profile/avatart pic not appearing in order for the user to crop, but that is likely another topic to search or create π
Thanks!
October 7, 2015 at 1:51 am #245165In reply to: Admin Bar not showing up
mrjarbenne
ParticipantHave you attempted to deactivate all of your plugins as well to see if there is a culprit there? Usually Adminbar issues crop up if the
<?php wp_footer(); ?>tag is missing. Usually this is a theme thing, but on occasion a poorly coded plugin can create a similar error. Given that the issue seems to be role-based, that might indicate it’s a plugin trying to do some funky things based on user-role. -
AuthorSearch Results