Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #360087

    In the gallery with preview:
    Is it possible to show the image on click thumbnail, instead of on hover? Without a lightbox?
    tnx

    #360265

    Hi,

    Open /enfold/js/shortcodes.js and look for line 2287:

    gallery.on('mouseenter','.avia-gallery-thumb a', function()
    

    Replace it by this:

    gallery.on('click','.avia-gallery-thumb a', function()
    

    Regards,
    Josue

    #360400

    Thanks Josue!

    #360406

    You are welcome, glad to help :)

    Regards,
    Josue

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