Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #815400

    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

    #815422

    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

    #815520

    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

    #815537

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #815566

    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

    #817095

    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

    #817133

    Hi Victoria
    That works fine. It works when the titles change too.
    many thanks

    Peter

    #817205

    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

    #817216

    Hi Rikard
    The topic is closed for me.
    many thanks
    Peter

    #817578

    Hi Peter,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘permanent caption with image links too’ is closed to new replies.