cwsdan
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields 2] Thumb field imagehunk,
In my case, if I right-clicked on the broken image icon that displayed where the real image should have displayed and choose View Image it produced the following error:
Fatal error: Out of memory (allocated 19398656) (tried to allocate 9792 bytes) in /home1/boca/public_html/directory/wp-content/plugins/magic-fields-2/MF_thumb.php on line 111
The source produced for the broken image was:
<img id="img_thumb_profile_image_1_1" src="http://xxxxxxx.com/directory/wp-content/plugins/magic-fields-2/thirdparty/phpthumb/phpThumb.php?&w=150&h=120&src=http://xxxxxxx.com/directory/wp-content/uploads/2014/05/William-Kamholtz-e1399427040792.jpg">Forum: Plugins
In reply to: [Magic Fields 2] Thumb field imageIt seemed to fix my problem. Your problem could be different. Anyway, I think it is worth a try. Ultimately, I converted the site to use the Advanced Custom Fields plugin because I also need the images to be cropped and there is an addon to the ACF plugin that allows for that.
Good Luck!
Forum: Plugins
In reply to: [Magic Fields 2] Thumb field imageI have not tried this option (possible workaround) yet but I will tonight. I was going to try:
http://wordpress.org/plugins/resize-image-after-upload/
I will post my findings tomorrow.
Forum: Plugins
In reply to: [Magic Fields 2] Thumb field imageI also have this problem. I believe it has to do with MF not being able to resize a very large photo down to thumbnail size. I was able to get it to display the thumbnail if I uploaded smaller – say 500x500px – images. If I can’t find a better solution, I might try using a plugin that will post process images to resize them. My users are uploading extremely unnecessarily large images in the 2MB+ range.