Hello,
Try the following solution:
Open "Advanced" tab on "ARI Fancy Lightbox -> Settings" page and populate "Custom JS code" parameter with the following code:
Code: |
setTimeout(function() {
if (!n2jQuery) return;
n2jQuery.ready(function($n2j) {
var elements = $n2j('[n2-lightbox]');
elements.off('n2click').off('click').addClass('ari-fancybox');
elements.each(function() {
var $this = $n2j(this);
$this.attr('data-src', $this.attr('data-href'));
});
});
}, 10);
|
We guess it will work with "ARI Fancy Lightbox PRO".
Regards,
ARI Soft