Title: brening's Replies | WordPress.org

---

# brening

  [  ](https://wordpress.org/support/users/brening/)

 *   [Profile](https://wordpress.org/support/users/brening/)
 *   [Topics Started](https://wordpress.org/support/users/brening/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brening/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brening/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brening/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brening/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brening/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/brening/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/brening/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Ultimate Member 2.8.9 version needs to be updated to work correctly.](https://wordpress.org/support/topic/ultimate-member-2-8-9-version-needs-to-be-updated-to-work-correctly/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/ultimate-member-2-8-9-version-needs-to-be-updated-to-work-correctly/#post-18117146)
 * I installed version 2.7.0 of the plugin, and the update worked for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Crop Issue](https://wordpress.org/support/topic/crop-issue-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/crop-issue-2/#post-14783929)
 * Everything was solved with one line of code:
    $image->maybe_exif_rotate();
 * This function check if a JPEG image has EXIF Orientation tag and rotate it if
   needed.
    Maybe it will help someone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/page/2/#post-14783875)
 * Everything was solved with one line of code in the file class-uploader.php for
   the public function stream_photo :
    $image->maybe_exif_rotate();
 * This function check if a JPEG image has EXIF Orientation tag and rotate it if
   needed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14783403)
 * –
    -  This reply was modified 4 years, 10 months ago by [brening](https://wordpress.org/support/users/brening/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14782852)
 * Hi!
    The problem is in the photos taken on the iPhone. The getimagesize function
   and the get_size method of the WP_Image_Editor class confuse height and width.
   Although if you upload the same photo to the WP admin panel and crop it there,
   everything works. What does WordPress do with a photo that a plugin doesn’t do?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Crop Issue](https://wordpress.org/support/topic/crop-issue-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/crop-issue-2/#post-14777215)
 * I found out that for images with a size of 3024*4032, the wp_get_image_editor
   function confuses the height and width. Therefore, the crop method then incorrectly
   selects the area. But I didn’t find a regularity when exactly the function wp_get_image_editor
   confuses height and width. That’s why I still need help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14777214)
 * I found out that for images with a size of 3024*4032, the wp_get_image_editor
   function confuses the height and width. Therefore, the crop method then incorrectly
   selects the area. But I didn’t find a regularity when exactly the function wp_get_image_editor
   confuses height and width. That’s why I still need help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14775414)
 * I’m having problems with these two photos:
    [https://postimg.cc/VJ11mBw3](https://postimg.cc/VJ11mBw3)
   [https://postimg.cc/WdXRVBXk](https://postimg.cc/WdXRVBXk) These are ordinary
   photos on an iPhone. I’m using the version of UM 2.1.21.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14775287)
 * Hi! I tested a little and it seems to me that the problem is in the $image->crop()
   method in the function stream_photo(); Maybe this will help you and me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14770867)
 * I downloaded the image on the computer. The image is cropped incorrectly:
    [https://ibb.co/WH49Kfq](https://ibb.co/WH49Kfq)
   [https://ibb.co/k3mfnPL](https://ibb.co/k3mfnPL)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14770841)
 * iOS, but yesterday I tested on the computer and sometimes this problem repeats
   on the computer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14770751)
 * I’m a free user of Ultimate Member.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14770717)
 * This is my own WP theme. But the problem is also relevant on your demo.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14769757)
 * Screenshot of the problem with my profile avatar in your demo: [https://ibb.co/xSwRr8y](https://ibb.co/xSwRr8y)
   
   Sorry for the many messages. It is very important for me to solve this problem
   as soon as possible. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Image Upload field](https://wordpress.org/support/topic/image-upload-field-2/)
 *  Thread Starter [brening](https://wordpress.org/support/users/brening/)
 * (@brening)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/image-upload-field-2/#post-14769208)
 * Hello again.
    I registered in your demo and the problem is the same there. The
   image does not correspond to the area that I selected when loading the avatar
   from my phone. And the image is not square. Username: great

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/brening/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/brening/replies/page/2/?output_format=md)