• Resolved MattKlotz

    (@mattklotz)


    Hi,

    I have a problem when I click on a thumb of an album with IE9 : lightbox start to open, but IE9 close the lightbox and display the fullsize image in a blank window instead of the image inside the lightbox. I do not have this problem with Firefox.

    Is there someone who have encounter this issue and find a way to repair it please ? (I use the latest version of wppa)

    An other thing, i have find some bad urls in the file wppa-non-admin.php

    Line 81-82

    echo "\n"."fileLoadingImage:        'wp-content/plugins/wp-photo-album-plus/lightbox/images/loading.gif',   ";
    echo "\n"."fileBottomNavCloseImage: 'wp-content/plugins/wp-photo-album-plus/lightbox/images/cross.png',"; //closelabel.gif',";

    Need to be replace by :

    echo "\n"."fileLoadingImage:        '/wp-content/plugins/wp-photo-album-plus/lightbox/images/loading.gif',   ";
    echo "\n"."fileBottomNavCloseImage: '/wp-content/plugins/wp-photo-album-plus/lightbox/images/cross.png',"; //closelabel.gif',";

    Thanks for your reply,
    Best regards,
    Matthieu

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter MattKlotz

    (@mattklotz)

    I have found the reason of this bug : wordpress use an old version of Protoype and Scriptaculous…
    After updating the two scripts in th wp-includes of WordPress, Lightbox works well with IE9.

    Best Regards,
    Matthieu

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Are you sure about thos urls? If so, i will change them.
    Can you report the outdated scripts as bug to the wp people?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you change the urls into:

    echo "\n"."fileLoadingImage:        '".WPPA_URL."/lightbox/images/loading.gif',   ";
    echo "\n"."fileBottomNavCloseImage: '".WPPA_URL."/lightbox/images/cross.png',"; //closelabel.gif',";

    they will work under all circumstances.

    The latest versions of scriptaculous and prototype are included with wppa+ for completelyness. They should do it.
    See: wp-photo-album-plus/lightbox/js/*.js

    Let’s hope the forthcoming release of WP will have updated Protoype and Scriptaculous.

    Hi! thank you for this plugin.
    I download version 4.2.10 and I get an issue with lightbox.
    My thumbnails open the slideshow.
    What I would like is that thumbnail opens respective large images.
    I duplicate protype.js, scriptaculous.js, effects.js, builder.js from plugin folder to wp-include folder (I replace scripts).
    But it does not work yet.

    Please I need help on this!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Set Table IV item 12 off (thumbnail popup cannot be combined with lightbox, as lightbox is seen as the extreme popup).

    Set Table VI item 2 to lightbox.

    Thank you a lot for the quick answer.
    So I’ve replaced older versions of js files in the wp-include folder.

    Set Table IV item 12 off (thumbnail popup cannot be combined with lightbox, as lightbox is seen as the extreme popup).

    Set Table VI item 2 to lightbox.

    If I do this I still get FS not in lightbox but in a full window in MS Explorere 9.

    Any suggestions ?

    After tearing out my hair trying to get WordPress lightbox working in IE9 for weeks I finally (at the suggestion of opajaap) installed an alternative Lightbox plugin and Voila! It works. The problem lies with the WordPress built in Lightbox. I think you’ll need to to go to section IX Item 9 in WP Photo Album Plus settings and untick ‘Use WordPress Lightbox’ first. I can’t remember the exact wording of item 9 as I’m not at my Admin PC at present but I’m sure opajaap will correct me.
    By the way opajaap, you’re a star, extremely patient with dunderheads such as myself. WP Photo Album Plus is an excellent utility.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    On WP 3.3:

    I copied

    .../wp-content/plugins/wp-photo-album-plus/lightbox/prototype.js

    to

    .../wp-includes/js/prototype.js

    that fixed it.

    Ha, great… finally consistency.

    Thanks,

    Update. Everything worked until I updated to the latest version 4.2.11.
    I want revert to WP Photo Album Plus 4.2.10. How do I do this?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Lightbox does not work with IE9’ is closed to new replies.