Tagged: featured image, Post Image, Thumbnail
- This topic has 14 replies, 2 voices, and was last updated 6 years, 2 months ago by
bubdev.
-
AuthorPosts
-
-
November 13, 2015 at 8:15 pm #4961
bubdevMemberAnother little bug I just encountered:
Using a piklist field for featured images (‘_thumbnail_id’), the image shows in full size inside the post edit screen’s sidebar. Only after saving/publishing it resizes appropriately.
Thanks!
Stefan -
November 23, 2015 at 3:33 am #5061
bubdevMemberAlso true for the file uplad field, when picking an image. It shows in full size in the backend until it is published.
-
November 23, 2015 at 12:14 pm #5072
-
November 23, 2015 at 12:24 pm #5073
bubdevMemberI’m using version 0.9.9.6
-
November 27, 2015 at 1:19 pm #5111
-
November 27, 2015 at 1:39 pm #5117
bubdevMemberThanks, Steve. Unfortunately the problem remains after a fresh Piklist install (current dev. version), with piklist beeing the only active plugin, the Twenty Fifteen theme active, and inside the demo. So there’s not a single line of code in the mix apart from WordPress itself and Piklist. How’s that possible?
Attachments:
You must be logged in to view attached files. -
November 27, 2015 at 1:46 pm #5120
bubdevMemberAt least I’m not all alone 🙂
https://piklist.com/support/topic/attachment-is-too-large-in-admin/ -
November 27, 2015 at 1:48 pm #5122
SteveKeymasterIn SETTINGS > MEDIA, what dimensions are set for the Thumbnail size?
-
November 27, 2015 at 1:49 pm #5123
bubdevMemberAll zero.
-
November 27, 2015 at 1:51 pm #5124
SteveKeymasterIf you want to show a thumbnail size, you need to tell WordPress what the thumbnail size is.
Try entering, 150 and 150 and check the box to crop. See if that helps.
-
November 27, 2015 at 1:58 pm #5125
bubdevMemberI tried, but nothing has changed. And I’ve never had problems with having everything set to zero. I started doing this years ago to avoid cluttering the uploads folder with duplicates.
-
November 27, 2015 at 2:01 pm #5126
bubdevMemberWhen image sizes ar set to zero, all images are being scaled down automatically to fit where they’re meant to be.
-
November 27, 2015 at 2:17 pm #5130
SteveKeymasterThe file field gets the image dimensions from
wp_get_attachment_image_src. You may want to check what’s being passed here. -
November 27, 2015 at 2:41 pm #5131
bubdevMemberLooks just fine, I guess:
array (size=4)
0 => string ‘http://www.mahlermuseum.dev/wp-content/uploads/wi-01-daruebersprechen.jpg’ (length=73)
1 => int 128
2 => int 96
3 => boolean falseHm. I’ve removed everything that’s not WordPress. I’ll check it on another server next.
-
November 27, 2015 at 3:32 pm #5132
bubdevMemberJust added some custom css, that will do for now:
.piklist-upload-file-preview .attachment, .piklist-upload-file-preview .attachment .attachment-preview { max-width: 62px; max-height: 62px; }
-
-
AuthorPosts
- You must be logged in to reply to this topic.