Search Results for 'disable crop'
-
AuthorSearch Results
-
April 23, 2013 at 10:25 am #162410
In reply to: cropping issues in bp 1.7
Hugo Ashmore
ParticipantYou will need to supply a fair bit more technical info on what is actually happening when your users try and crop an image, what you describe above is not sufficient to be able to help much with.
fwiw testing cropping an avatar in 1.7 / 2012 theme shows no issues whatsoever.
if you have plugins that might affect things disable them and test again, likewise if you are using a custom theme that may also be causing the issue so enable the bp default theme or theme known to function correctly – twentytwelve – and check again.
March 25, 2013 at 1:05 am #157649In reply to: Avatar Cropping Error
Rushster
ParticipantI disabled all plugins, same problem. BuddyBress default theme with a couple of changes as a child theme.
January 7, 2013 at 5:44 pm #149864In reply to: Only LEFT half of avatar cropper showing in BP 1.6.2
nkarafo
ParticipantThank you for your reply but I made the changes but still nothing. Also, I disable ALL the plugins and there is only buddypress 1.6.2 installed with it’s default theme and nothing else at all. I CAN upload media files within wordpress normally but I cannot upload photos as avatars in buddypress profiles, groups, etc.
I also tried buddypress 1.6.1 but still the same..
🙁
November 11, 2012 at 10:22 pm #144842John Robben
ParticipantI am having the same problem:
I am trying to upload a picture from my computer for an avatar. Size at 50×50 and 100×100 , 300×150 the pictures upload fine, then the crop picture button and select box, after expanding the selection box for cropping ( the section to be cropped shows up next to picture) clicking crop picture button, refreshes the screen and produces this error .. There was a problem cropping your avatar, please try uploading it again. Tried this multiple times in both current versions of FF and Chrome. Same results.
ps. I had buddypress media plugin installed after deleting the problem was the same.
A bit more background, tracked back the location of the avatar pictures – wp-content/uploads/avatars ; The owner and group on the dir, subdir, and files are siteower and siteowner just like all of the other folders and files – the directory was set to 755 and files to 644; there were jpgs in my avatar folder for all my attempts at adding an avatar. Just to see what happened I changed all the files to 755 and attempted another upload, same error and the uploaded file had the permission set at 644.
Process details:
The upload worked , then the crop function fired and after including the full 100×100 image in crop selection and clicking crop. The Same “here was a problem cropping your avatar, please try uploading it again.” Error came up again.Any suggestions?
System info:
Infinity Version: 1.1a
Developer Mode: Disabled
BuddyPress: 1.6.1
MySQL: 5.1.66
Permalinks: custom
PHP: 5.3.2-1ubuntu4.18
WordPress: 3.4.2
WordPress multisite: noOctober 3, 2012 at 5:01 pm #142933In reply to: Problems cropping images for groups
CannedBear
ParticipantUpdate: A caching plugin was causing the Errormessage, I disabled it and the Errormessage is gone, but still I can’t crop profile images in groups. (strangely I can crop profile images of users) All I get is the “crop image” and “preview” but I don’t see the image I just uploaded. Firebug says the image couldn’t be loaded, but I don’t have any Idea why. After this step they appear, but uncropped. Any suggetions what to try to solve this?
By the way, my site is http://www.hockeyville.deJuly 6, 2012 at 11:34 am #136870In reply to: Avatar crop preview wrong
thirstcard
Member@ikosweb this CSS is essential for the avatar cropping feature. If anyone is developing their own theme and has decided to disable the default BuddyPress CSS then try adding this CSS snippet to your theme’s .css
May 18, 2012 at 6:57 pm #134755In reply to: How can I make the logo display? [RESOLVED]
Wendy Cockcroft
MemberSorry, Hugo, I need to know *exactly* what this is supposed to look like. Putting this in
`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;
?>function bp_dtheme_setup() {
global $bp;// Load the AJAX functions for the theme
require( TEMPLATEPATH . ‘/_inc/ajax.php’ );// This theme styles the visual editor with editor-style.css to match the theme style.
add_editor_style();// This theme uses post thumbnails
add_theme_support( ‘post-thumbnails’ );// Add default posts and comments RSS feed links to head
add_theme_support( ‘automatic-feed-links’ );// Add responsive layout support to bp-default without forcing child
// themes to inherit it if they don’t want to
add_theme_support( ‘bp-default-responsive’ );// This theme uses wp_nav_menu() in one location.
register_nav_menus( array(
‘primary’ => __( ‘Primary Navigation’, ‘buddypress’ ),
) );// This theme allows users to set a custom background
add_custom_background( ‘bp_dtheme_custom_background_style’ );// Add custom header support if allowed
if ( !defined( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’ ) ) {
define( ‘HEADER_TEXTCOLOR’, ‘FFFFFF’ );// The height and width of your custom header. You can hook into the theme’s own filters to change these values.
// Add a filter to bp_dtheme_header_image_width and bp_dtheme_header_image_height to change these values.
define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘bp_dtheme_header_image_width’, 401 ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘bp_dtheme_header_image_height’, 80 ) );// We’ll be using post thumbnails for custom header images on posts and pages. We want them to be 1250 pixels wide by 133 pixels tall.
// Larger images will be auto-cropped to fit, smaller ones will be ignored.
set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );// Add a way for the custom header to be styled in the admin panel that controls custom headers.
add_custom_image_header( ‘bp_dtheme_header_style’, ‘bp_dtheme_admin_header_style’ );
}`makes it worse, not better, because the code shows up above the header.
Here’s the CSS:
http://snazzymob.com/wp-content/themes/Snazzy/style.css
I don’t care how stupid I look to you as long as the end result is that I’m given the correct information. That means providing me with the actual code in the actual way it’s supposed to be entered in the functions.php file.
This is what is there now:
`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;
?>`There’s got to be a way to stop the header image repeating.
February 8, 2012 at 8:13 am #129449In reply to: Alignment Issues Game Speed WordPress Theme
PsionicArchon
MemberThanks for your both late, and speedy reply. I figured I’d check back before I went to sleep, I didn’t think anyone would post so late. I was able to locate the appropriate .css files, for future reference (so no one else is confused), they are located in pluginsbp-template-pack right under my nose. I feel like a bit of an idiot now, however I managed to edit several margins that had been set to negative numbers, such as negative nineteen, which my style does not support it would seem.
As for the Avatar cropping, I have had no luck with this. I scanned the page you linked me, changed my theme, and even disabled it entirely just to rule out that possibility all together to no avail. I did notice however, that this error message is now popping up: There was a problem cropping the avatar, please try uploading it again.
When I attempt to crop any avatar’s for both groups and persons joining, the crop window does not appear over the picture. I can still select crop picture, only nothing happens. It grabs the corner of said image, and chooses that.
January 3, 2012 at 3:31 pm #127294In reply to: Crop Image for Avatars is disabled.
enderpal444
ParticipantBump..really need help with this
December 21, 2011 at 3:05 am #126692In reply to: Bugs With BuddyPress
rich
Member@mrandrewaustria – i’d suggest a more positive approach over the above reply.
if you can reproduce the issue consistently (via bp-default theme and disabled third party plugins) – create a trac ticket with the steps/details. I doubt the main developers are looking downward on people reporting issues (why would they?)
if the crop/favorite actions are not working – sounds like a javascript issue
for email – there are several action and filters hooks to use and different ways (client side or extend a custom register page)
June 15, 2011 at 2:28 pm #114556In reply to: Limiting text length of activity update posts
aljuk
MemberYes to an option with admin settings, which sets the limit in php, with a js counter. Not everyone is going to want this, and it’s critical that the site dev has full control over character limit, not to mention that different spoken languages can have quite different character counts for similar semantics.
@modemlooper – I’ve gone back to your script. For some reason it was running super slow for me the other day when testing, but then I found that @nahummadrid ‘s method breaks the form submit when javascript is disabled, so I’ve gone back to it, and it’s super snappy. Pilot error on my part, clearly.
Actually the nahummadrid method issue could be regarded as a feature in a sense, since it would prevent circumnavigation of the script limit by disabling js in the browser
The problem with that script without js appears to be the (depricated) form name, which has been specified with a hyphen and not camelCase, and doesn’t work with the inline onkeyup/onkeydown call. I’m not one for inline scripting anyway, so modemlooper’s is the one for me now.
@djpaul – I’ve had problems logging into trac, and am fried for time, but we’re launching at the end of the month, and then I’ll have the time to engage with trac properly and post the bugs that have cropped up during the site build and testing. There are a few (eg. the multiple nested tags bug when any buddypress user content is edited – just have a look at the source code of this comment!). The fact that the whats-new form only works properly once between page refreshes is a bummer… On subsequent postings, the submit button has to be clicked 5 – 15 times before it fires (confirmed with fresh vanilla install in firefox, camino, safari and opera).
Adendum – going back to the first method (nahummadrid’s). The problem with modemlooper’s method (as things stand with the whats-new bug) is that once an update is posted, if the user then wants to reply to an update before refreshing the page or navigating away, the comment reply form character limit is temporarily broken – the reply counter no longer works, and the reply limit doesn’t work either.
Agh! This really should NOT be this hard. This has to be due to the plethora of identical nonce ids, no?
May 2, 2011 at 1:05 pm #111470In reply to: [Resolved] problem with resize pictures from profile
sienteastu
ParticipantHi again mercime…. i had checked this…. the problem isn’t the browser, it’s one plugin because i had disable a lot of plugins and now i can crop the imagen, but i don’t know wich plugin can be… now i check active one by one to know what the plugin is the conflict.. Tell you later.
April 18, 2011 at 2:40 pm #110505the_new_z
MemberConcerning the avatars not uploading part, here is what worked for me.
I run WP 3.1.1 with BP 1.2.8 and I was not able to upload an avatar. After setting the correct permissions, the upload process created an empty directory (no image) – no image was uploaded and accordingly, the avatar didn’t change.
I searched and read posts for hours until I figured that I was missing the GD library of PHP. One figures this out by putting “ in a file on their server and going to the corresponding address (i.e. http://www.mysite.com/phpinfo.php – phpinfo.php being the file you just created). If GD is not listed at all or GD Support is listed as disabled, then you need PHP with GD. If you run the server, that would be done by installing php5-gd (e.g., `sudo apt-get install php5-gd`).
Hope this helps someone.November 8, 2010 at 8:04 am #97718mcgalat
MemberHey everyone. I am having the same problem. I have tried most everything… but i am sure it has something to do with the jcrop function being disabled by the theme i am working from. Can someone please HELP ME?!? it is driving me crazy. The site is http://www.ningbotoday.com… and so far i have enacted most of the solutions in this topic. For the most recent… my bp-core-cssjs.php file has the following line..
// Calculate Aspect Ratio
if ( (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ) && ( (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) != (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ) ) )
$aspect_ratio = (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) / (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ );
?>
So i add the line as you say, and i get nothing. I have also changed the upload directory to the specific directory, and no love there either. I want to get thru this so i can attend to the rest of the slew of projects i have lined up for this site. Can anyone help?October 23, 2010 at 10:51 am #96190Hugo Ashmore
Participantlooks like a child theme to me, is it yours? in other words are you responsible for the customisations, in which case you know that nothing vital has been altered or left out.
What portion / section of the uploaded image is saved given that you say you haven’t got the crop window whay area does get saved.
This has to almost certainly be a JS issue, with JS disabled the whole mechanism handles pretty badly, and really needs flagging as something to look at one day.
September 26, 2010 at 12:23 pm #93462jdawn
MemberHi Paul,
I disabled every plugin other than BuddyPress – the avatar crop still doesn’t work in IE8. Then, with only BuddyPress plugin, I switched to the default theme. It still doesn’t work.
Please help soon.
Thank you,
JdawnSeptember 26, 2010 at 10:20 am #93448Paul Wong-Gibbs
KeymasterThanks for using Welcome Pack
You’ve got a lot of plugins loading a lot of javascript. I can’t pinpoint which one is causing trouble because there’s too much for me to look through, so you will need to disable all of your plugins — except BuddyPress — and then test it in IE8. I imagine group avatar cropping would be affected the same way as user profile cropping is.
If disabling everything other than BuddyPress fixes the problem, re-enable the plugins one at a time until it breaks; you’ve then found the conflict and we can then try to figure out how to fix it.
If, however, you disable all plugins other than BuddyPress, and the problem is still there, try also switching back to the BP-Default theme.
September 25, 2010 at 11:45 pm #93420jdawn
MemberHi Paul,
I just tried this fix, but it didn’t work: http://premium.wpmudev.org/forums/topic/ie8-compatibility-mode.
Below is a list of my active plugins. But I’m not sure if it’s a plugin issue because the cropping works in Firefox. Is it an IE8 compatibilty issue? If so, how can I get around it?
Here are my active plugins:
* Advanced Permalinks
* AJAX Login Widget++
* BP-NotificationWidget
* BP Disable Activation
* BP Hide Widgets
* BP Member Filter
* BuddyPress
* BuddyPress Album+
* Buddypress Widget Pack
* Capability Manager
* Dean’s Permalinks Migration
* Enhanced BuddyPress Widgets
* Fast Secure Contact Form
* Fluency Admin
* IE7 Compatibility
* Invite Anyone
* Media Library Gallery
* My Comments Manager
* NextGEN Gallery
* NextGEN Gallery Sidebar Widget
* Nicer permalinks for Vietnamese
* oEmbed for BuddyPress
* ourSTATS Widget
* Peter’s Login Redirect
* Plugin Central
* SI CAPTCHA Anti-Spam
* Simple Trackback Validation
* TDLC Birthdays
* Theme Switcher Reloaded
* Top 10
* Transposh Translation Filter
* User Permissions
* Visitor Maps and Who’s Online
* Welcome Pack
* WordPress Admin Bar
* WordPress Database BackupThanks for your help!
JdawnAugust 30, 2010 at 9:41 am #90933In reply to: Forums Page not Working Properly
Hugo Ashmore
ParticipantPlease folks, I stated ‘thread deemed closed’ for a reason. Just because a thread title is rather too generic doesn’t mean it’s ok to add in any ‘forum’ related issue, it simply gets too long winded and confusing. Proper action is for a new post to be created for your issue, it will tend to get more attention and be easier to follow and respond to for members.
@autoretailing you will need to re post your question and provide relevant info such as versions being used, whether using a custom theme.
If using a custom theme then switch back to the bp-default theme and disable all but absolutely necessary plugins and see if the issue still occurs if it doesn’t then you know the problem lies with the theme or a plugin – re-enable plugins one by one checking each time to see if the issue crops up, finally re-enable custom theme, this will help to isolate the issue.August 4, 2010 at 2:14 am #87926miri
MemberI am having this problem with WordPress 3.0.1 and BuddyPress 1.2.5.2. I’ve disabled every plugin except for BuddyPress and I keep getting this error in Firefox’s error panel:
Error: jQuery(“#avatar-to-crop”).Jcrop is not a function
Source File: http://www.bladdyblah.com/groups/test/admin/group-avatar
Line: 38Viewing the page source, I do see that the following js is being included:
http://www.bladdyblah.com/wp-includes/js/jcrop/jquery.Jcrop.js?ver=0.9.8The uploaded avatars are there an in multiple sizes, but the crop tool doesn’t appear on the page (thus the javascript error). This happens with both user and group avatars.
Any ideas?
August 3, 2010 at 8:52 pm #87910In reply to: default crop avatar selection is not working
odiggy
ParticipantUgh yeah this sucks… I got it working on a fresh blog install with the default theme. On the blog I desperately need it working on no go. I’ve disabled numerous plugins/removed any jquery includes etc. to no avail. Just can’t seem to figure out why it works one one blog and not the other. *sigh*
July 16, 2010 at 9:50 pm #85930In reply to: Some basic questions….
r-a-y
Keymaster1) Yes, this is possible via this plugin – http://www.justin-klein.com/projects/wp-fb-autoconnect
2) Yup, BP offers profiles with avatar uploading / cropping.
3) By P2P, I believe you mean the activity stream. You can disable that in the admin area.
4) It depends what you mean by “simple forum”. The forums in BuddyPress do not offer a universal backend to administrate topics. Also, an important distinction you need to know is BuddyPress uses a concept known as “groups”. You need to create a group before you can enable a forum. This is similar to way Facebook works with fan pages. If you need a traditional forum (with forum categories, admin interface), stick to your bbPress install.If you just want profiles, you can enable just the profiles component and turn off the rest.
The fundamental difference between BuddyPress and bbPress is this:
-bbPress is a forum
-BuddyPress is a social networking scriptI believe it’s possible to have extended profiles and avatars on your bbPress install as well. There should be a few plugins out there that does the job.
Re: future of bbPress – it’s pretty much confirmed that bbPress will become a WordPress plugin some time late this year (in fact, work has begun!). Standalone bbPress will cease to exist. However, there are plans to provide backwards compatibility to the new plugin via an import script.
May 27, 2010 at 1:20 pm #79862pandragon
Member@psyber yeah I put back in my old edited version of the upload path which fixed the images not uploading but then the crop tools were missing after disabling a bunch of stuff it looks like headspace2 seo plugin was conflicting with the crop tooltip so I disabled it and using all in one seo instead
May 24, 2010 at 1:43 pm #79466gregfielding
ParticipantYou’re not alone…I’m on BP 1.2.3 and MU 2.9.2 with a custom child theme and avatar cropping stopped working for me sometime in the last couple of weeks. I assumed it was a plugin conflict, but I’ve disabled them one-by-one and retried with no luck.
May 15, 2010 at 1:25 am #78240nessradio
ParticipantSo in my case I find the problem of why “upload avatar” doesn’t work.
It’s because of the BuddyPress Template pack plugin. When I use the bp default theme everything works perfectly.
When I use any wordpress theme that I made compatible with BuddyPress using the plugin bp Template pack I find exactly the same problem: Avatar Upload, private message, register… all of that doesn’t work… as soon as you click on the button “Submit” or “Crop” you go back to the same page and nothing happen?! It’s like the information wasn’t given at all…
There is a conflict somewhere that I can’t find!
Any Ideas???[EDIT] Ok I solved the problem!!!
Ok so if none of the solution you have in this topic works for you it’s probably because you have a conflict between a js script in your default theme and a js script in your wordpress theme… take a minute tu disable all the js action in your wordpress theme ton test if it’s coming from there… -
AuthorSearch Results