Okay
  Public Ticket #2790858
Thumbnail Navigation
Closed

Comments

  • Föger Emil started the conversation

    Hello!

    I really enjoy your slider buy I am trying to turn one aspect of the thumbnail navigation:

    I have Thumbnail Navigation ON, but I don't want the thumbnails to automatically scroll left/right when my mouse hovers them. 

    Hovering the mouse from left-to-right over the thumbnail container scrolls through all the available thumbnails automatically. Leaving the area scrolls back to the selected picture, trying to center in the thumbnail bar if possible. Because I use 25-30 pictures, this scroll-on-hover is way too fast and very "jerky".

    I would like to turn scroll-on-hover off. Can this be done?

    P.S. I don't mind if the proposed solution is a hack, as long as it turns off the behavior I described above. Surely there's some JS or CSS switch one could address.


    Best Regards!

  •  244
    Kreatura Support replied

    Hello,

    Thank you for getting in touch with us!

    You should try to use this custom CSS code, which will prevent the scrolling on the thumbnails.

    .ls-thumbnail {
    pointer-events: none;
    }

    However, in this case the clicking will not working on the thumbnails, so it will only a design element.
    Unfortunately, it is not possible to disable the scrolling in other way.

    Best Regards,
    Andrea | Kreatura Support Team

  • Föger Emil replied

    Key Kristof!

    Thank you for the swift reply!

    You might want to consider adding a scroll-on-hover switch for the thumbnails in a future update. Keeping the clicking working would make your already awesome plugin even more awesome. :)

    Thank you!

  •  244
    Kreatura Support replied

    Thank you for your feedback!
    I will forward your idea to the developers.

    Best Regards,
    Andrea | Kreatura Support Team

  • Föger Emil replied

    Thank you for your support!

  •  244
    Kreatura Support replied

    You are welcome!

    Best Regards,
    Andrea | Kreatura Support Team