![]() |
|
1.0.6 + stoppeddesign + IE7 -getting white blocks - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: 1.0.6 + stoppeddesign + IE7 -getting white blocks (/thread-1008.html) |
1.0.6 + stoppeddesign + IE7 -getting white blocks - Estevon - 2006-12-23 This was posted back in June... I'm having the same issue and it was never resolved. "There are problems with the mouse overs in IE7. With the LEFT and RIGHT, it causes big white blocks on each side of the image. Any chance of fixing? Works great otherwise. 1.0.6 + stoppeddesign + IE7 -getting white blocks - trisweb - 2006-12-23 That is rather blaringly bad isn't it? Sorry about it first of all, and for not seeing it sooner. It's definitely a CSS issue of some kind. (And they thought IE7 was getting better... pffh). It might take some tweaking but I'm sure it won't be too hard to fix... if I can't then I'll figure out some other way to arrange it for IE... 1.0.6 + stoppeddesign + IE7 -getting white blocks - Estevon - 2006-12-24 I changed over to a different template untill a fix if found. I'm having all sorts of issues with IE7 .. exspecially with image sizing on some of my sites. 1.0.6 + stoppeddesign + IE7 -getting white blocks - Daxeno - 2006-12-24 So how did you fix this Estevon? This is the reason i did not upgrade from 1.0.3. 1.0.6 + stoppeddesign + IE7 -getting white blocks - thinkdreams - 2006-12-24 @Dax- Are you referring to the theme or zenphoto itself? This isn't a problem with the core zenphoto code, just an issue with the stoppeddesign theme. Just needs a bit of css care and feeding I would imagine so it will work with IE7. But I have been running 1.0.5 since it was released, and then I just upgraded to 1.0.6 and have had no trouble with it at all. Just wanted to clarify as to why you aren't considering the upgrade, and wanted to allay your fears. 1.0.6 + stoppeddesign + IE7 -getting white blocks - Estevon - 2006-12-25 I changed to Stopdesign Theme instead of stoppeddesign. I like stoppeddesign much better, and didnt get anything fixed. I'm hopeing someone will play with it and post a fix. 1.0.6 + stoppeddesign + IE7 -getting white blocks - pablop - 2007-02-06 Bummer. I don't use IE and I didn't check compatibility, so it wasn't until someone told me about the bug that I knew it was there. I've switched back to stopesign for now. Really like the stoppedesign though, hope it gets modified to work wit IE7. 1.0.6 + stoppeddesign + IE7 -getting white blocks - sonicparke - 2007-02-06 I think I've found a temporary fix for this. What's happening is that the css that places the "FULL VIEW" text on top of the image doesn't play nice with IE7. Or rather IE7 doesn't like it. Until we figure out an acutal fix you can just comment this out and remove it all together if you don't mind not having the "FULL VIEW" text show up. Here is the code causing the problem: fullc p a em {
} ` Edited because I didn't know how to use conditional comments for IE. Now I do. So you can comment it out or make an IE7 specific stylesheet and link to it using conditional comments. It's not that important to me so I'm just going to delete it. 1.0.6 + stoppeddesign + IE7 -getting white blocks - trisweb - 2007-02-06 A FIX! Line 729 in `#prev.slides p a em, #next.slides p a em, #fullc p a em {
}` Take out the Who would have thought it was as stupid as that? This CSS is a mess... IE is still a POS that can't render, but I don't blame it for choking on this. There are a million simpler ways to do text link overlays... There are still some issues, but this'll work for now. More fixes are in SVN, which you can see here (gotta love Trac!): http://www.zenphoto.org/trac/changeset/335 Then you can download the whole fixed new file here: http://www.zenphoto.org/trac/browser/trunk/themes/stoppeddesign/css/photos.css?format=raw 1.0.6 + stoppeddesign + IE7 -getting white blocks - sonicparke - 2007-02-06 Well there you have it! I just didn't look hard enough for it. Thanks trisweb! 1.0.6 + stoppeddesign + IE7 -getting white blocks - pablop - 2007-02-07 Hey trisweb, 1.0.6 + stoppeddesign + IE7 -getting white blocks - pablop - 2007-02-07 Also:
1.0.6 + stoppeddesign + IE7 -getting white blocks - pablop - 2007-02-07 The tag information in the lower left of the browser is kind of unstable as well, as the pointer is moved about the image. Very stable in Firefox, but jittery in IE7 1.0.6 + stoppeddesign + IE7 -getting white blocks - trisweb - 2007-02-07 Yep, I noticed the same jitters in IE7. Very messy. The whole theme's CSS could be rewritten, that may help... Those three lines are just whitespace changes. I fix every badly indented code block I see, it's a pet peeve of mine. Check off "Ignore White space changes" to make them go away. |