Plugin Author
Helen Hou-Sandi
(@helen)
Core Lead Developer and 4.0, 4.7, and 5.6 Release Lead
What is the theme’s custom image size named? I have a suspicion about what’s going on, but not completely sure.
Thread Starter
Mr Papa
(@usermrpapa)
add_image_size(‘Home Bottom’, 65, 65, TRUE);
add_image_size(‘Home Thumbnail’, 175, 125, TRUE);
add_image_size(‘Portfolio Thumbnail’, 200, 130, TRUE);
add_image_size(‘Portfolio Full’, 600, 300, TRUE);
using medium (wp one) and portfolio full in widgets…
oddly, looking at the storage in options table, it seems to have 3 entries… digging further to see what is up there…
Plugin Author
Helen Hou-Sandi
(@helen)
Core Lead Developer and 4.0, 4.7, and 5.6 Release Lead
Okay, my suspicion is correct π I added some extra data sanity in 1.2 and it assumes that image sizes are named key-style; that is, all-lowercase without spaces. I’ll change it so it doesn’t make that assumption anymore.
Thread Starter
Mr Papa
(@usermrpapa)
my bad… I do have three… π
using medium, portfolio full and home thumbnail
Plugin Author
Helen Hou-Sandi
(@helen)
Core Lead Developer and 4.0, 4.7, and 5.6 Release Lead
Just tagged 1.3. If it doesn’t show up for update right away, give it a few minutes. Let me know if it solves the issue.
Thread Starter
Mr Papa
(@usermrpapa)
yup, see it… cant wait for the update to see it π will ftp it up…
hmmm… fixed the saving and the display of images… but seems you changed the layout of the display?
from simple div > a > img
to a dl > dt > a > img
will need to update the css, I guess…
Plugin Author
Helen Hou-Sandi
(@helen)
Core Lead Developer and 4.0, 4.7, and 5.6 Release Lead
Yes, markup was changed to be more semantic, especially with captions. It’s modeled after default themes like Twenty Twelve. It was noted in the changelog and the upgrade notice for 1.2.
Thread Starter
Mr Papa
(@usermrpapa)
making it hard on me to display the images horizontally vs vertically… π
Thread Starter
Mr Papa
(@usermrpapa)
thanks for the quick turn on the fix! appreciate it…