![]() |
|
Menu Refresh in IE - 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: Menu Refresh in IE (/thread-532.html) |
Menu Refresh in IE - genial - 2006-06-05 Not sure if anyone has had problems with this (or if anyone has a gallery set up like this) but I used Zenphoto to set up a portfolio for a client and the thumbnail menu is constant on the left side of the page with each main image loading in the right. My problem is in Internet Explorer, the menu of thumbnails refreshes each time a new image is clicked. This does not happen in Firefox or Safari from what I can tell. Is there any way I can reduce the page load by having the menu cache like it seems to be properly doing with the other browsers? See site: http://www.williams-studio.com/work Menu Refresh in IE - genial - 2006-09-26 I originally thought maybe this was a one-time occurence but it seems with my latest project the same thing is happening. I have confirmed it is an IE thing that also happens with IE7 now. Does this happen with everyone's albums or am I just extremely unlucky? I can't figure out why the thumbnails would not be caching properly in IE as opposed to everything working right in FF (story of my life as a web designer). For reference here is the gallery I am working on now: http://www.owensdesigns.com/sratte/gallery Any ideas? Menu Refresh in IE - webdev - 2006-10-05 yeah I hear you, I've got the same thing ever since zenphoto changed the way apache handels the thumbnails it does not cache properly with IE. this happens with every thumbnail in any overview. Menu Refresh in IE - trisweb - 2006-10-07 I must admit that the way Zenphoto serves images is rather unusual. The headers should tell the browser to cache them as normal, but that's not always the case, especially in IE (cough as usual). In version 2 of zenphoto I think I'd do the image serving differently; store the direct URLs to cached images instead of always requesting through PHP, as novel as that is. That same idea should still be possible though with modifications to serve images that have already been processed directly. Anyway, that's for the future. Try playing with the headers in i.php (at the bottom) and see if you find anything that helps for IE. Do some research into "image caching in IE" or things like that. Let me know if you get anything to work better. Thanks. Menu Refresh in IE - webdev - 2006-10-08 well I'm actualy still a big fan of IE and could devote a whole page too that especially now that one can add a simple css rule too the stylesheet to cancel the background flicker bug but that would be offtopic the problem like now I'm on my macbook running camino the same cache problem occours here (mozilla render engine) with dynamic cache enabled. even when using the backbutton it still needs to load every thumb again which is pretty wierd. this topic might actually become my favorite Menu Refresh in IE - webdev - 2006-10-08 for those whom are interested; http://ajaxian.com/archives/no-more-ie6-background-flicker it just works ! Menu Refresh in IE - genial - 2006-10-09 trisweb's suggestions are a bit too daunting for me. I've edited quite a bit of the php that gets outputted when designing portfolios using Zenphoto, but I know nothing about editing the actual php code and where I would start. I'm watching this thread with interest to see if anyone comes up with anything. Odd you had problems in Camino webdev, Safari and FF both render fine. I don't have the pleasure of playing with a Mac at the moment so I can't recreate it. Menu Refresh in IE - webdev - 2006-10-12 it daunting to me too I only know my way frondend wise... Menu Refresh in IE - webdev - 2006-10-12 oke fixed the camino thing... its my apple airport thats doing strnge things here when hooking up the cable everything runs smooth.... win/IE to go... |