Installed Safari 9.0. Some images on WordPress-delivered web pages can't be seen. Can see them fine in other browsers, so can't be the WP or the theme. Worked fine before 9.0. Is there any way to get back to pre-9.0? Have tried changing User Agents in Develop menu to no avail.
After Safari 9.0 Some Images Can't Be Seen
Experiencing the same problem. Some images do not show up in Safari 9.0 with WP theme. Did not have a problem pre-9.0. Chrome shows the images with no problems. Looking through the the developer->resources menu shows the image was found and is rendered in the developer window. Not on the page.
This also happens to the mail.app. Images stopped showing up. I am running Public Beta 6.
I have the same problem now, do you have a solution for this?
Hi,
The problem identified and resolved. It is not related to Safari.
Hi Webztyle, do you mind sharing what your solution was for this?
Hello,
You need to add below code in your theme options -> general -> Custom CSS.
html:not(.mobile-true) #main img:not(.animate-element, .ls-s-1),
html:not(.mobile-true) #header img,
html:not(.mobile-true) #bottom-bar img {
opacity: 1 !important;
}
works perfectly!
Here is reference for it : http://support.dream-theme.com/knowledgebase/images-do-not-show-up-with-new-ios/