Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'crop'

Viewing 25 results - 701 through 725 (of 1,245 total)
  • Author
    Search Results
  • #104583

    No no no no, I am not saying they need to pay a fee. I am saying I don’t want to add a member for free unless I absolutely must. If the only way to solve this is to add a free member for troubleshooting, than I will, but I would like not too.

    El_Palo
    Member

    I had the same problem, this is the final code that solved it for me.

    WP 3.0.4
    BP 1.2.7
    Suffusion theme

    `$aspect_ratio = (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) / (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ); ?> <script src="/wp-includes/js/jcrop/jquery.Jcrop.js”>) )
    $aspect_ratio = (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) / (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ); `

    #104568
    @mercime
    Participant

    — Due to the privacy issues, and to be a member on my site, you need to pay a fee, —

    99.9% of those who help out in this forum are volunteers. You cannot expect volunteers who are trying to help you to pay a membership fee to troubleshoot your custom theme which is already going beyond getting BuddyPress working in your site.

    — is it absolutely necessary to be on the front end? —

    It would make it much easier and faster to identify the problem.

    #104565

    Boone?

    #104549

    @boonebgorges, Due to the privacy issues, and to be a member on my site, you need to pay a fee, which breaks copyright rules and other stuff on our site to have a free membership. To figure out the problem, is it absolutely necessary to be on the front end? If it’s absolutely necessary, then yes, but is it possible to just post code, or I will do absolutely anything else to help you solve this.

    Thanks so much for your help

    #104521
    Boone Gorges
    Keymaster

    Do you have a link and maybe a dummy login? If it’s a js/css problem, it shouldn’t be too hard to figure out from the front end.

    #104518

    Hey @boonebgorges. Yes, it’s my custom theme, the default is not affected.

    I am a noob on code, so will u help me fix this?

    I can paste files of whatever you need

    #104505
    Boone Gorges
    Keymaster

    Off the top of my head, it could be that the theme author did not include the proper WP hooks in that particular template (wp_head) so that the stylesheet isn’t loading correctly. Or maybe something in the crop javascript is keeping styles on the rest of the page from being activated. It’s hard to tell without actually seeing the site. Have you tested to see whether the problem persists when using the BuddyPress Default theme?

    #104504

    Using custom theme.

    The theme author has one of those forums where it’s nearly impossible to get support. :(

    #104455
    @mercime
    Participant

    === The IMages just don’t even load on the crop page, which is not really a huge problem, but it is sort of ugly and out of place. ===

    @Bigjimmysisco I understand that your avatars uploads are working. Good for you because most of the problems I saw in these forums were the avatar uploads and not that of header or background image upload/rendering.

    Since it’s the loading of the background image and a header image that is failing for you, we have to troubleshoot what’s causing the block to a very basic function.. So are you using the bp-default theme or child theme of the bp-default theme OR a custom theme? If it’s the first two, then reupload manually (via FTP/cPanel) buddypress/bp-themes/bp-default theme to your server. If it’s a custom theme, contact theme author of theme glitches for BP 1.2.7/WP 3.0.4.

    Another aspect to consider is that default maximum file size uploads are 2MB or less. Check image file size. Check also image file types allowed – jpg, gif, png.

    #104438
    #104413

    Hello Fellow Mercime. I can’t express this enough, but just to maybe clear things out, my avatar cropping is working fine. Nothing is wrong with cropping.

    But on my site, I have a header image, and a BG image. The IMages just don’t even load on the crop page, which is not really a huge problem, but it is sort of ugly and out of place.

    I have de-activated, but nothing changed.

    WP-3.04, bp-2.7

    Thanks!

    #104352
    @mercime
    Participant

    More info needed, like WP/BP versions? Have you deactivated all plugins (which includes all BP and WP plugins, MU plugins and bp-custom.php) except BuddyPress and change theme to bp-default, cleared cache and checked if cropping works?

    #104350

    Bump!

    #104022

    Thanks residentcusano, but I figured it out! The PHP GD library wasn’t installed on my server :) Once I did that it worked.

    #104008

    i suppose a javascript conflict with plugins…i had one error of this with Gtranslate plugins…..u need to delete eery plug installed to discover it

    #103603
    wpfreak321
    Member

    Thank you for your plugin, it works for me, but i can´t change (crop) avatar – no thumbnail to show after upload.

    #103510

    In reply to: Crop tool issue

    christophg
    Member

    Ok, I figured out That this line, <script type="text/javascript" src="/wp-includes/js/jquery/jquery.js?ver=1.3.2″> Was the culprit. I removed it and everything works great! not sure what that line was there for in the first place though. Hopefully nothing too important lol!

    #103507

    In reply to: Crop tool issue

    christophg
    Member

    Anyone have any ideas?

    #103495
    Hugo Ashmore
    Participant

    Please read through this post and try a manual install for the reasons noted in that post.
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/forums-posting-problems-the-definitive-post/

    That needs to be attempted before being able to help that much further, this issue of forum error creating new topic crop up frequently and the solutions covered a few times in threads, it’s a cas of finding the right one for the circumstances.

    Also please try searching on a topic before posting as you may well find the answers or steps to follow without needing to post afresh.

    Try a search on ‘forum posting’ it returns quite a few threads on the subject.

    rahulvk
    Member

    I’m using Multisite, so this doesn’t actually exist. Also, that line number in bp-core-avatars.php is entirely different for me. I’ve seen this solution before for WP-Single but I have yet to see any solution for Multisite. Is there a way to adapt this solution to multisite?

    Virtuali
    Participant

    Go to Settings -> Miscellaneous Settings
    Set “Store uploads in this folder” to “wp-content/uploads”.
    Set “Full URL path to files” to the REAL FULL PATH of your uploads.

    Then change bp-core-avatars.php line 389:

    Replace:
    `if ( !$path = get_option( ‘upload_path’ ) )
    $path = WP_CONTENT_DIR . ‘/uploads’;`

    With:
    `if ( !$path = get_option( ‘upload_path’ ) )
    $path = WP_CONTENT_DIR . ‘/uploads’;
    else $path = ABSPATH . $path;`

    #102918
    intimez
    Participant

    Good news to everyone experiencing the same problem. I tested in the next version of buddypress (not yet released) and it’s working.

    #102743

    In reply to: Email Issue

    Hugo Ashmore
    Participant

    Bluehost and email issues crop up quite frequently, this is really an issue with the host/server setup rather than BP.

    Can we ask you to do a search of the forum as you’ll find threads and possible solutions like a plugin to use smtp rather than sendmail or phpmail
    or contact Bluehost ans ask for a solution, after all they are listed on WP.org as a WP suitable host!

    #102538
    briman17
    Member

    Thank you for the promt reply Boone, it is appreciated.

    I’ve already changed it in those two locations.

    The exact error is upon attempted upload of a group avatar (which previously worked) it will attempt to crop and then post the image that posts a 404 at both the cropping and finished stages.

    Buddypress has no problem creating the path to the 404ed image but it cannot seem to locate anything uploaded. The only changes to the source code of buddypress I have made were done after these problems started so they can be ruled out. It started with the changing of the database password which was properly changed in both of those files prior to this. That restored all my features except group avatar uploads.

Viewing 25 results - 701 through 725 (of 1,245 total)
Skip to toolbar