• Resolved auduns

    (@auduns)


    I’ve just downloaded this plugin, and I like it because it is simple and easy to style but yet elegant.
    But I have two questions:
    First: The CLOSE button in lightbox view is almost disappearing. Only a little part on the top is showing.
    Second: The keyboard shortcuts for NEXT and PREV (‘n’ and ‘f’) are wrong in Norwegian (should be ‘n’ and ‘f’). I suppose it is in the js-file this is set, but I’m not familiar with javascript programming and not sure how to find the commands in the file(s).

Viewing 2 replies - 1 through 2 (of 2 total)
  • In magic-gallery/css/lightbox.css try to change the padding-bottom value from 0.7em to 1.7em. Worked for me.

    #imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 1.7em; outline: none; background: url(../images/closelabel.gif) left 15% no-repeat;}

    Still, in Internet Explorer 8 the close-button looks funny. Like there’s a broken link image 28×30 on top of the close-image.

    Plugin Author gerbenvandijk

    (@gerbenvandijk)

    Just fixed this error in the upcoming update.

    Working on the IE fix, if you want to fix it manually, go to /js and edit lines 49 and 50 of lightbox.js and change the image url to the hard path of those files on your server.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Magic Gallery] Only top of CLOSE button is showing in lightbox’ is closed to new replies.