Hi everyone,
I’m also using MetaSlider with Fast Velocity Minify. Recently, image captions stopped working. After some debugging, I’ve found an issue of why captions weren’t showing up. They were just showing outside the slider. Here’s a temporary solution:
.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
position: relative;
}
Cheers,
Renat