07/06/2018 at 5:54 pm
#467013
Keymaster
@ Marcel
Ok, after taking a second look it is indeed the theme. For some reason it is intentionally hiding all images which do not have a src attribute. Connections uses the HTML5 srcset attribute instead, so all its images are hidden.
Add the following to the theme’s custom CSS area to fix this:
img.cn-image {
visibility: visible;
}
Hope that helps, let me know.
