Hi,
I have latest builds of Zenphoto 1.4.3.1 and the theme
The problems are:
1/ Album slideshows are not working. When I press on the button - just get a direct link to the full image of the 1st thumb (without colorbox), and nothing happens further.
2/ Colorbox in albums behaves strangely. If the album consists of just a few thumbs, no colorbox at all, even when you click on the upper left corner of the thumb - you get a direct link to the full image. BUT: if i enable infinite scroll, and it works once on the album page - colorbox becomes available for all thumbs, even for the first ones, that could not load colorbox initially, before the infinite scroll acts.
Some tweaks required I guess. Can smb point me?
Thanks!
Comments
installed zenphoto 1.4.3.2 - no changes.
slideshow is useless, colorbox not showing in albums until infinite scroll acts once on the page.
colorbox plugin of zenphoto is enabled, but unchecked for albums and images. tried different setting here - makes only worse, colorbox disappears from thumbs also.
slideshow works normally with other themes, however.
http://gjr-web.com/forum/
He does read here but probably less often.
did a full clean reinstall of everything, dropped all tables from the DB except images and albums, then installed the theme and it WORKS now.
Still don't know what was the cause of failure.
Case closed, the theme is wonderful.
so, simply remove or change the line of:
`$imageName = $randomImage->getTitle();`
in index.php in theme folder (around line 46)
to
`$imageName = $randomImage->getImageLink();`
hope if help you too