Hi @mikechalmers,
due to the forum downtime this morning I wasn’t able to get back to you earlier.
I realise I’m raising multiple things at this point, would you prefer me to open different threads?
Yes, for future support requests, please open multiple threads.
Thirdly, I would like the slider to move to next slide when the slide itself is clicked (not dragged / no arrows).
I noticed you created a separate thread for this so we should continue there.
And I’ve got a second instance of the gallery running, I’ve displayed none on the img class for this slider so slides don’t appear – but now all captions in this second gallery are visible in one long line.
The FAQ states that captions don’t have styles by default. You need to apply CSS on them manually (in your theme’s Custom CSS part of the customizer). Also, make sure you correctly hide the images.
.slick-slide img {
display: none;
}
Keep me updated whether this solves your problems.