First, thanks for developing this nice theme. I've played it a little bit and created my first photo gallery site by simply adopting this theme. Everything looks just great except for one problem. All my landscape orientation of the thumbnails on the gallery doesn't seem to format right so they kind of blocking the text descriptions (and the date) while all portrait orientation formats just fine. I am not sure if the problem is on the theme setup or on the Zenphoto image setup. I am rather naive on the php coding things but I will appreciate any suggestion. If you don't bother, please check my website at http://cycphoto.net
Thanks a lot for the theme and any help!!
@cyc - This is controlled on line 29 of gallery.php:
``
Make sure you haven't edited this line. It should size all thumbs to 160 longest side. Not really sure why it would be doing it on portraits and not landscapes....
I purged the cache on the demo to verify and it seems to be working on the demo.
Hi gjr,
Thanks for the message however I didn't change line 29 of gallery.php. I also tried a clean reinstall for both Zenphoto (1.3) and the ZPfocus theme but still the landscape thumbs don't get the right sized. It looks like for landscape, it actually sizes the shortest side but with portrait, it sizes the longest side as I tried different number to conclude that.
I was wondering if the problem is on my photos or on the sizing engine that Zenphoto uses.
Thanks for the help in any way.
That is strange!! I did not do anything to the previous post. Hmm....
Please look at my recent created web site at
http://cycphoto.net
Thanks!!
It's really a great theme, really neat! Mon coeur balance...
Two questions:
1- When I use Zenpage theme, I have a register form, and also a login form. Where are they on ZPfocus ?
2- When playing a SlideShow, would it be possible, in some way, to also display the description of the photo?
Thanks
Gaston
nvm, found it under header.php:
$(document).ready(function(){
$("a[rel='zoom']").colorbox({slideshow:false,transition:'fade',maxHeight:'90%',photo:true });
$("a[rel='slideshow']").colorbox({slideshow:true,transition:'fade',slideshowSpeed:2000,maxHeight:'90%',photo:true });
$(".inline").colorbox({width:"400px", inline:true, href:"#exif"});
});
Thanks,
Carlos