Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #719013

    Hello. How can I add pause on hover to a content slider?

    I tried the following answer but it didn’t work:
    https://kriesi.at/support/topic/content-slider-pause-on-hover/

    I’m using a child theme in case that makes a difference to your answer.

    Thanks,

    Tom

    #719383

    Answering my own question ;-) Is this the answer I’m looking for hover pause functionality in content slider?
    https://kriesi.at/support/topic/video-is-slideshow-pause-autorotate/

    Thanks.

    #719405

    Hey!

    Yes that can work.
    Please do try it and let us know if it works or not properly for you.

    Thanks a lot

    Regards,
    Basilis

    #1244957

    HI, I am trying to do this too. I have added this code but it is glitchy. My page:

    .avia-content-slider:hover .slide-entry-wrap {
    -webkit-transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    background: #b9808a;
    cursor: pointer;
    }

    .avia-content-slider:hover .slide-entry-wrap:first-child + .slide-entry-wrap {
    -webkit-transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    cursor: pointer;
    }

    #1245330

    Hi amyteslin,

    I looked at the page and did not see the element that you need to pause on hover. Can you please elaborate a bit more?

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.