• Hi,

    You could do a quick fix to avoid error on IE7. Still might be helpful for some people and this does not break anything. Go to js/front.js file and replace code:

    $('a[rel*="'+rlArgs.selector+'"]').nivoLightbox({
    	effect: rlArgs.effect,
    	keyboardNav: (rlArgs.keyboardNav === '1' ? true : false),
    	errorMessage: rlArgs.errorMessage,
    	});

    with

    $('a[rel*="'+rlArgs.selector+'"]').nivoLightbox({
    	effect: rlArgs.effect,
    	keyboardNav: (rlArgs.keyboardNav === '1' ? true : false),
    	errorMessage: rlArgs.errorMessage
    	});

    https://www.ads-software.com/plugins/responsive-lightbox/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘IE7 compatible quick fix’ is closed to new replies.