Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
As described in the thread title: In iOS Safari, featured images are not displaying when looking at blog posts. My site is joshwentzphotography.com.
Thank you for any help.
To clarify: I am seeing the issue on my iphone, but not on an ipad. There are no problems when displaying on a MacBook Pro, either in Chrome or Safari.
Update; I disabled the mobile theme plugin in Jetpack, and now the featured images do display; however, they are all cropped horizontally. Some are vertical, and I’d like them all to be displayed without cropping.
Hi Josh,
Glad to hear you got your original issues sorted. I have heard of these sorts of issues coming up from time to time with Jetpack’s Photon module.
By default, Origami does crop your featured images to a specific size. There is a plugin that lets you change the size of these featured images though. It’s fairly easy to use and it’s free. You’ll be able to use it to set the image size you want and disable cropping.
https://wordpress.org/plugins/simple-image-sizes/
Thanks, Greg, that plugin worked!
I have one other problem: On my site’s home page I’m using the Cactus Masonry plugin. The left-most column of the masonry layout is a few pixels higher than the other columns. When I asked Cactus about this, here’s what they said:
“The problem lies with your theme – or more specifically one line in your theme’s style.css file. On lines 634 to 640 of the style.css you will find:
.content *:first-child{
margin-top: 0px;
}
.content *:last-child{
margin-bottom: 0px;
}
These two entries target something very non-specific – which in some cases will affect the wrong elements including the gallery. Perhaps the selectors need to be changed here to target something more specific.”
Do you have ideas about what I should change?
I can see what's happening there. I'll see if I can whip up a fix when I'm at my laptop. Should be easy enough.
Great, thanks!