Hello, i have some Problems with ZpMinimal using the latest Version of zenphoto. 1) Login is not possible because only the Password is requested and not the users Name. But it works withe the other themes 2) if i have more then 6 Albums a second page is generated but Zpminimal can not find the Albums on the second page. Only if i increase the possible number on the first page all the Albums are to be seen again. But it works with the other themes . 3) on the first page there is a random Picture visible. But i like to have a static Picture instead of the random one.
Can you help me please. Best regards
Comments
`<?php printPasswordForm($hint); ?>`
to
`<?php printPasswordForm($hint, true); ?>`
2) Don't know why.
3) There is a dropdown in your theme options where you can choose another type of image.
If you want a true static image you'll have to modify the theme
You can download the theme again from https://github.com/zenphoto/Unsupported
or copy the file directly from https://raw.githubusercontent.com/zenphoto/Unsupported/master/themes/zpminimal/functions.php and add it to the theme folder files.
(the file must be named functions.php)