Viewing 5 replies - 1 through 5 (of 5 total)
  • The plugin Easy FancyBox and NextGEN Gallery can be made to work nicely together. See https://www.ads-software.com/extend/plugins/easy-fancybox/faq/ for tips.

    Thread Starter wotnow

    (@wotnow)

    Wow thanks for answering. One waits weeks/months for an answer that is absolutely of no help whatsoever but thanks for trying.

    @ravan its not working – using NGG + NG Image Flow + easy fancybox

    Thread Starter wotnow

    (@wotnow)

    Sorry but I don’t understand your answer either.

    use different header for page that you use as gallery and change this code
    <?php

    if ( is_singular() && get_option( ‘thread_comments’ ) )
    wp_enqueue_script( ‘comment-reply’ );

    wp_head();
    ?>

    to hard code and find this code and delete,

    jQuery(document).ready(function($){
    		var select = $('a[href$=".bmp"],a[href$=".gif"],a[href$=".jpg"],a[href$=".jpeg"],a[href$=".png"],a[href$=".BMP"],a[href$=".GIF"],a[href$=".JPG"],a[href$=".JPEG"],a[href$=".PNG"]');
    		select.attr('rel', 'fancybox');
    		select.fancybox();
    });

    so your header will not load fancybox.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘NextGEN and fancy box conflict’ is closed to new replies.