If not using fancybox, this is the fix
-
Like others, I would use photoswipe on my phone and see this at the top of my blog:
\wp-content\plugins\photoswipe-for-nextgen-gallery\ngg-photoswipe.php on line 41To fix this, go to that file, edit it and change lines 41-43 to:
// if (1 == $options[‘fancybox’]) {
// wp_enqueue_script(‘ngg-photoswipe-disable-fancybox.js’, plugins_url(‘p$
// }This disables the check for fancybox. If you’re using fancybox, you’re on your own.
- The topic ‘If not using fancybox, this is the fix’ is closed to new replies.