Hi
I realise that if I check the ‘Use first slides caption as permanent caption’ all other slideshow link settings are ignored. Is there a way to override this? I want the images on all the slides to work as links.
many thanks
Peter
Hey envapk2,
Yes, this setting assumes that the first caption and buttons / links are the only ones to use.
Uncheck that setting and set a caption for each slide.
Best regards,
Mike
Hi Mike
Thanks, I should have thought of that. The only problem is though that the caption fades in and out with each slide. Is it possible to stop that animation so that the title and caption stay static as the slides change behind?
many thanks
Peter
Hi,
Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hi Mike
Here is an example in the link below. This is a fullscreen slider with autorotation where all three slides have the same title and caption. As you see, the title and caption fades in and out as each slide changes.
many thanks
Peter
Hi Peter,
Some code like this will make those stay:
.avia_transform .av_fullscreen .avia-caption-title, .avia_transform .av_fullscreen .avia-caption-content {
visibility: visible !important;
-webkit-animation: none !important;
animation: none !important;
}
But then, they might all stay visible all the time. Try changing titles and see what happens.
Best regards,
Victoria
Hi Victoria
That works fine. It works when the titles change too.
many thanks
Peter
Hi Peter,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard
The topic is closed for me.
many thanks
Peter