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
Well, I could not figure proper placing of either PHP opening/closing tags or brackets to make it work like in Effervescence+, where there is a distinction between empty search keyword and no keyword match, so I simply replaced if ($c == 0) with if ($total == 0) and it works now.
Greetings!
I've got a user trying to use the theme (and it works!), but she has one question. You have a place to name the logo.jpg file, but I can't find a place that allows her to upload the file? Everything else she wants to do seems to be fine, just that one thing... If I don't have to teach her how to use ftp to get into that one directory, I'd rather not!
Thanks!
Jason
Greetings Acrylian,
I didn't post the name of the theme, because it was in the description of the topic! Sorry about that... zpFocus, is the theme I'm talking about.
I was hoping, since you have the option to name the logo file that there would be a way (internal to the theme) to upload it, so I don't have to open an sftp link to it and teach her how to do that. Seems "dangerous" to the level of user that could otherwise use zenphoto without problems. If I wanted to add such a button, is there a simple way to do it?
Thanks!
[quote]I didn't post the name of the theme, because it was in the description of the topic!
[/quote]
I don't see that I said anything regarding that... Not knowing the theme means it's 3rd party so I naturally can't directly support it. If you refered to that.. Anyways.
Themes are designs you need to setup. Zenphoto is a CMS which means it manages content and a logo is not really content but part of the design of a site. Especially since a logo is surely added only once..
Of course you can setup a theme to to use an image from a specific hidden image to achieve what you want. But I am not sure if that is worth the work...
Hmm...
Well, apparently I'm very confusing. :}
My original post was for gjr, because he started this post about releasing his (it looks like his, from the format of his post) of zpFocus 1.3. So my question of having a function to upload the file one of his options (logo.png/jpg) points to was directed to him, as I that appears to be the only reason I would have to teach my user how to use sftp for. I was hoping that there would be a similar mechanism to uploading images available for the logo file.
Sorry if I confused anyone else.
Cheers!
No problem. the easiest way is still to setup the theme to use a special album for this if you need it dynamic. Otherwise you need to code a special facility for this. I think this would not make no senses as you normally don't frequently change your logo (or should not..;-)).