![]() |
|
stopdesign theme questions - 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: stopdesign theme questions (/thread-5673.html) |
stopdesign theme questions - xemino - 14-08-2009 hey, i really like the stopdesign theme but there are two things i just can't figure out.
help is gladly appreciated. stopdesign theme questions - ZeBoxx - 14-08-2009 removing the fullsize link should be as simple as removing the following lines from image.php: if (isImagePhoto()) {
` ===== The image size, however, is a more difficult one. You will have to adjust every mention of '480'... image.php:38 setOption('image_size', 480, false); ` image.php:51 ` css/photos.csseveral lines. For details, see css/custom.css which describes which dimensions you will have to adjust if you want a different-sized photo. I'm working on my own variant of the stopdesign theme that I hope to make available at -some- point, that accommodates different-sized images directly, after giving up on customizing stopdesign; if you know some web editing, it might be worth looking into building a theme from scratch yourself as well (not for the faint of heart, though). stopdesign theme questions - xemino - 14-08-2009 thanks a lot for that detailed help! that would be wonderful, stopdesign theme questions - ZeBoxx - 14-08-2009 a click on the main image? remove whatever link there might be on it now, and replace it with... ` |