I have a slight problem with slider revolution plugin, where on page load, I can see for half second captions for all slides. They disappear after that and then the first slides loads normally (first the dummy loader and then actual image with captions and animations). Is there a quick fix to get rid of this problem? Thanks
Set a height on the containing div and put 'overflow-y:hidden'. What this will do is only show the first loaded slide, and the others that load won't be visible.
If you match the height of the containing div to the height of a slide, then it should only show the first slide.
When it scrolls (assuming that the slides are all the same size and the carousel doesn't resize on each slide), it should then show the next slide in the correct height.