Support » Plugin: Photoswipe for NextGEN Gallery » photo grayed out on mobile

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Guillermo

    (@gsenas)

    You are using a non-standard version of fancybox.

    Edit the file ngg-photoswipe-disable-fancybox.js, and replace line 3 for this content:

    jQuery('a.myfancybox').unbind('click.fb').addClass('nolightbox').removeClass('myfancybox');

    Tick the checkbox to disable Fancybox in the plugin options.

    Thread Starter cmontague7

    (@cmontague7)

    I just made that change, but when I click “disable fancybox” and then refresh the page, the “disable fancybox” box is unchecked. It doesn’t stay checked, and the problem with the graying out on the ipad is still occurring.

    Here is the full code I now have in the file ngg-photoswipe-disable-fancybox.js

    jQuery(document).ready(function(){
    //Remove fancybox effect:
    jQuery('a.myfancybox').unbind('click.fb').addClass('nolightbox').removeClass('myfancybox');
    });

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘photo grayed out on mobile’ is closed to new replies.