After upgrading today, slider images would not appear if using “Scroll Horizontal” or “Scroll Vertical” transitions. “Fade” transition is working correctly. I found a css fix.
soliloquy.css line 104 has this:
.soliloquy-container .soliloquy-item {
min-height: 1px;
min-width: 1px;
display: none;
}
overriding display to block fixes the issue for me and no apparent side effects yet