Replies
- Panos on November 27, 2018 at 4:04 am in reply to: [Resolved] MediaPress set Profile Photo: There was a problem cropping your profile photo. #19060
Thanks guys. This worked.
-Panos - Panos on November 27, 2018 at 1:38 am in reply to: [Resolved] MediaPress set Profile Photo: There was a problem cropping your profile photo. #19046
Hi Ravi,
Versions are:
MediaPress: 1.4.3
MediaPress Set Profile Photo: 1.0.0Thanks
- Panos on November 23, 2018 at 7:05 pm in reply to: [Resolved] MediaPress set Profile Photo: There was a problem cropping your profile photo. #18961
Hi Brajesh,
I’m still getting this error. Any ideas?
Thanks That worked like a charm! Perfect solution.
Thank you Brajesh.
-Panos- Panos on April 28, 2018 at 3:18 am in reply to: [Resolved] CSS to hide Gallery tab throws Headers Already Sent error #14795
This worked. Thank you Brajesh!
The code I used (I decided to remove it even when viewing one’s own profile)://Remove Gallery tab function remove_gallery_tab() { if ( !is_super_admin()) { echo '<style>li#gallery-my-gallery-personal-li {Display: none;} </style>'; } } add_action( 'wp_head', 'remove_gallery_tab');
Brajesh,
I didn’t want to create another post since this is the same subject but let me know if I should. Not a big deal but it would be great if it could be done. My question is, can I hook the auto-create Gallery function to the BP Autologin on Activation plugin? That way it just runs once and that’s that.
Thanks for all you do!
-PanosI see what you mean. Got it. Thanks!
- Panos on April 26, 2018 at 11:51 pm in reply to: [Resolved] MediaPress set Profile Photo: There was a problem cropping your profile photo. #14773
Sounds good. Thanks Brajesh.
- Panos on April 26, 2018 at 2:16 am in reply to: [Resolved] MediaPress set Profile Photo: There was a problem cropping your profile photo. #14760
I’m getting the same error. Did you guys figure this out?
Thank you. Hi Brajesh,
Thanks for the reply. So yes, if I hook it up to ‘mpp_actions’ it works fine and you’re right, I’m doing it to optimize database query. I didn’t quite get the part where I store the id in user meta though. Which id? Do you have example code?
Thanks again for your help. It’s getting there!
-Panos