Quantcast
Channel: Topic Tag: bug | WordPress.org
Viewing all articles
Browse latest Browse all 23376

Tribalpixel on "[Plugin: Photoswipe for NextGEN Gallery] Disable Checkbox Possible Bug"

$
0
0

or you can simply disable fancybox in your theme directly:
and dont't care of the option in option page ;)

by using something like that:

if( wp_is_mobile() ) {
  wp_enqueue_script('ngg-photoswipe-disable-fancybox.js',get_template_directory_uri().'/js/ngg-photoswipe-disable-fancybox.js', array( 'jquery' );
}

n.b.
copy ngg-photoswipe-disable-fancybox.js from plugin directory in your theme directory


Viewing all articles
Browse latest Browse all 23376

Trending Articles