• sascharoesner

    (@sascharoesner)


    The gallery ist broken when [nggallery id=3] insert in page. But works fine in latest Firefox, Safari etc.

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter sascharoesner

    (@sascharoesner)

    I checked it with the option “compatibility mode” in IE 8 and it looks fine. Have a look here:

    https://ulrike-hinterberger.de/?page_id=61

    It looks fine in FF, Safari, but in latest IE it is broken. Would appreciate your help !

    Thanks
    Sascha

    Thread Starter sascharoesner

    (@sascharoesner)

    i changed the nggallery.css with the one from version #1.7.3

    No changes. Still such squezed thumbnails

    jimmyeklund

    (@jimmyeklund)

    I’m using the latest version of Nextgen and my image galley does not show in Internet Explorer? Anyone having the same problem?

    jimmyeklund

    (@jimmyeklund)

    Mine looks exactly like yours. How can I solve this??

    Thread Starter sascharoesner

    (@sascharoesner)

    Hi Jimmy,

    I just posted a link to this issue. Hope Alex Rabe will have a look !

    Sascha

    Thread Starter sascharoesner

    (@sascharoesner)

    p.s. please post a ink, Jimmy.

    Which theme are you using ?

    THX

    S.

    jimmyeklund

    (@jimmyeklund)

    I solved it. I put in a new css in the theme style css.
    Try put at width at a 150 or a 120 px and name it nextgen before.

    This worked for mer-.

    Thread Starter sascharoesner

    (@sascharoesner)

    Hi jimmy,

    I didn`t get that !

    can you hand over (paste) the new css paraphs here ?

    Thank you !
    Sascha

    oldmankit

    (@oldmankit)

    Hello,

    I’m having exactly the same problem (in IE8). Compatability mode fixes it.

    @jimmyeklund, do go ahead and post the css code you used, I’d be muchly grateful.
    Kit

    teeriddle

    (@teeriddle)

    Hi everyone,

    I think I’ve found a solution for the gallery image squashing in IE 8. At least this worked for me in my case.

    You’ll need to go to your nggallery.css file. You can access it either via FTP or by going to Gallery > Style within your WordPress dashboard.

    I recommend doing this via FTP for making changes.

    Once you have opened the nggallery.css file, scroll down until you find this code (under the “Gallery style” section of the file):

    .ngg-gallery-thumbnail {
    	float: left;
    	margin-right: 5px;
    	text-align: center;
    }

    and comment out (or remove) the float: left;, so it looks like this:

    .ngg-gallery-thumbnail {
    	/*float: left;*/
    	margin-right: 5px;
    	text-align: center;
    }

    Commenting the float out does the same as removing it.

    Next, you will need to add a height and width for the thumbnail-box. The height and width dimension will depend on your specific image settings for your gallery.

    For me, my gallery thumbnail boxes are 119px in height and 120px in width, so that’s what I’ll add to the CSS.

    In the nggallery.css file, find this code (it should be right above the one you just edited):

    .ngg-gallery-thumbnail-box {
    	float: left;
            margin: 0px 5px 30px 15px;
            border: 3px solid #267026;
    }

    Your specific code may be different than mine because I customized some colors. The main thing you want to find is the .ngg-gallery-thumbnail-box callout.

    Then simply add the height and width dimension for your gallery thumbnail boxes, similar to this:

    .ngg-gallery-thumbnail-box {
    	float: left;
    	height: 119px;
    	width: 120px;
            margin: 0px 5px 30px 15px;
            border: 3px solid #267026;
    }

    That should fix the IE8 display problems.

    Also, remember – you should save this edited file to your hard drive, or where ever you keep files for later, because the next time NextGen Gallery is upgraded it will write over the file, and your changes will be lost.

    You will then need to copy over the new upgraded file with the one you edited and saved.

    I hope this fix helps!

    Thread Starter sascharoesner

    (@sascharoesner)

    Hi teeriddle,

    thanks for that. Will check that out the next days. Don`t have any IE available at the moment…. travelling with MAC ??

    … and I will givefeedback as soon !

    Sascha

    oldmankit

    (@oldmankit)

    How bizarre. I changed the thumbnail size to fixed at 150×230 (yes, that’s portrait) and now it works in IE8. I also deleted a bunch of sections from nggallery.css for things I didn’t use (e.g. slideshows). I guess I will never know which one fixed it…

    Time to try IE6. Let’s crank-up the old virtualbox…yes. Wow.

    Thread Starter sascharoesner

    (@sascharoesner)

    O.k. I checked that out. I managed to get your green box in the size wanted … but the thumbnails inside are still that strange format…

    Aaaaaalexxxxx, help us please !

    teeriddle

    (@teeriddle)

    sascharoesner, did you also remove the float; left; in the .ngg-gallery-thumbnail code?

    The .ngg-gallery-thumbnail code is what controls the image.

    The .ngg-gallery-thumbnail-box code is what controls the box around the image.

    Removing the float from my images corrected the squishing in IE8.

    Thread Starter sascharoesner

    (@sascharoesner)

    Hi teeriddle,

    … did I mention, that i LOOVE YOUU ?!

    Thank you so much, that worked out! Both. In IE 7 and IE 8

    Sascha

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘[Plugin: NextGEN Gallery] gallery broken in Internet Explorer’ is closed to new replies.