Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author dFactory

    (@dfactory)

    Yeah, but Fancybox v. 1.x is not developed anymore. Fancybox 2.x is under licence that’s not allowed to use in WP repository.

    Are you sure the issue you are having comes from jQUery 1.11.x?

    Thread Starter Jory Hogeveen

    (@keraweb)

    Thanks for your fast responce!

    And that explanes a lot, I didn’t know about the licence.

    And yes I’m quite sure. It all works fine until 1.9.x, after that I get errors so I can’t use the “build-in” jQuery version with WP 4.0.
    I have no other lightbox-like plugins or anything and have the latest version of your plugin.

    Plugin Author dFactory

    (@dfactory)

    Jory, we have tested Faancybox shipping with RL with WP 4.0

    No issues at all. So I believe there must be a different reason for this.

    Maybe other JS scripts you have on your site do not work properly with jQUery 1.11.x but what you see at the first glance is lightbox issue – that’s just easiest to notice.

    Thread Starter Jory Hogeveen

    (@keraweb)

    That’s odd, I’ll have a look, thanks again for your help. I’ve change my “broken” vote to “works”.

    I think this is related (otherwise I’ll open a new thread):

    I got Uncaught TypeError: Cannot read property 'msie' of undefined when I chose Fancybox, causing it to not work. I found this question about it and the answer confirmed that Fancybox 1.3.4 does not work with jQuery v1.9.0.

    The suggested solution was to patch the jquery.fancybox-1.3.4.js file, changing
    isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest,
    to:
    isIE6 = navigator.userAgent.match(/msie [6]/i) && !window.XMLHttpRequest,

    I tried this and it worked. If we can’t have Fancybox v2.1.4 (which has fixed this issue) because of license issues, then maybe the jquery.fancybox-1.3.4.js provided by this plugin could be patched the same way?

    There is a patch here and a conversation here. i hope it works!

    Yeah, that’s the same Stack Overflow link as I posted above ??

    Plugin Author dFactory

    (@dfactory)

    The patch is applied and will be in use in the next RL update.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fancybox update’ is closed to new replies.