• Resolved yoshidesu

    (@yoshidesu)


    hi, i love your easy-fancybox very much. recentlly, i changed to new theme.
    new theme has an own light-box effect. and i already turned em off. but
    when galley load it comes double light box on same page. how can i fix this error ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, it seems like the theme light box cannot be switched off completely. If you can not get support from the theme developer(s) you might be better off using the integrated light box and disable Easy FancyBox…

    Thread Starter yoshidesu

    (@yoshidesu)

    i’d rather use Easy FancyBox. they are using magnific-popup.
    i am tring to quit that themes behaviour. i checked xxx_theme.js
    enabled: false is right ?

    function td_smart_lists_magnific_popup() {
        //magnific popup
        jQuery(".td-lightbox-enabled").magnificPopup({
            delegate: "a",
            type: "image",
            tLoading: "Loading image #%curr%...",
            mainClass: "mfp-img-mobile",
            gallery: {
                enabled: true,
                navigateByImgClick: true,
                preload: [0,1],
                tCounter: tdUtil.getBackendVar('td_magnific_popup_translation_tCounter') // Markup for "1 of 7" counter
            },
    Thread Starter yoshidesu

    (@yoshidesu)

    thanks i got it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘double lightbox showing up in gallery’ is closed to new replies.