Hi
Regarding zenpage theme installed on my site: www.outzeal.com, I request/suggest:
For an option that can make it possible to put a cover photo right at the top of the page (above the black strip). The search box can then come down on the black strip (aligned right). There's a lot of space wasted at the top just to cater for the title and a search box.
Size of the gallery thumb nails to be a bit bigger. Album thumbnails are ok.
Thanks
Please open a request (new "issue") on GitHub.
You can change the thumb size by changing the parameters in printCustomAlbumThumbImage(getBareAlbumTitle(), NULL, 95, 95, 95, 95)
in gallery.php
EDIT: Sorry I did not read correctly.
2) You can change the image thumb size by replacing
printImageThumb(getBareImageTitle())
by
printCustomSizedImage()
in album.php
See http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintCustomSizedImage
on how to use the function.
Thanks
I could not find the proper place where features requests are to be made on github, can u please send me the link.
I had a try at printCustomSizedImage() along with the template function help but was unable to get the results e.g. How would you write this function to show a thumbnail for a size 150x150.
regards
You have to register with GitHub first.
You can then open an "issue" here:
https://github.com/zenphoto/zenphoto/issues
Try this for your image thumbnails:
``
But you could open a ticket on that repository so I could add an general image selection maybe as an admin overview page utility button. In any case you would have to modify the theme. I thought about that and if there is demand I might add that.
thanks
i am already registered. i thought the suggestion page was somewhere else. thanks for the link anyway.
This
will infringe on the album description area I think.
Anyway thanks for the help but I've customized all the design I was requesting through style sheet. Its working ok
see the new look www.outzeal.com
regards