Replies
Hello Brejash,
In the meantime I read about this WordPress Issue (https://wordpress.org/support/topic/image-exif-orientation-fix) and found this plugin https://wordpress.org/plugins/image-rotation-fixer/ which is fix this Issue on entire WordPress site.
When you update MediaPress I will implement your fix on website.
Thank you!
Hello Brajesh,
I appreciate your desire to help me.
Biggest Issue I have so far is that MediaPress rotates some (not every) portrait images to became landscape. This Issue appeared me on more different devices and OS (Chrome, Firefox, iOS, Windows, Android). I think that maybe this can be related with “JPEG Rotation and EXIF Orientation”. I just guess, maybe I’m wrong.
You can see one of the “problematic” images from the example in above post:
Before: https://povezise.rs/dev/wp-content/uploads/mediapress/members/10/123/20140816_121308.jpg
After: https://povezise.rs/dev/wp-content/uploads/mediapress/members/10/123/20140816_121308-800×450.jpgAnother Issue I posted in topic “Mediapress – upload image from mobile device”.
Hello Brajesh
That is it, works perfect.
There is just one small issue. I restricted upload to 3 photos. When I try to restrict upload to 4 photos, I fire a message with limit of photos and after that I try to upload 3 photos but queue length is 7 (4+3) instead of 3 and upload doesn’t start. I temporarily “bypassed” this issue with page reload the page and with that I reset the queue. 🙂
Hello,
The guys from Profile Builder gave me this solution:
add_filter('mpp_load_js', 'wppbc_stop_scripts'); function wppbc_stop_scripts( $content ){ if (is_page(48)) { return false; } return $content; }
Removing mpp scripts on registration page. This will work, I think.
- This reply was modified 9 years, 2 months ago by bayshanac.