Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: LayerSlider image link hover effect does not working #136526

    I found a simple resolution!

    I just replaced a line in avia.js like this. Finally works fine.

    Replace this line

    var elements = $(‘#main a img’).parents(‘a’).not(‘.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a’).add(‘#main .avia-hover-fx’);

    with this

    var elements = $(‘#main a img’).parents(‘a’).not(‘.noLightbox, .noLightbox a, .avia-gallery-thumb a’).add(‘#main .avia-hover-fx’);

Viewing 1 post (of 1 total)