Thank you for your great product. I am a engineer to use this system for the first time. Now, I am testing it with zpMobile theme. I was confirmed one problem.
Issue summary:
When I click the first links to gallery pages in the breadcrumb, it becomes 404 error.
Occurrence condition:
2 or more pages of links to gallery pages (First page is OK). Pagination is moving correctly. But, breadcrumb is moving incorrectly.
My investigation:
getGalleryIndexURL() in zp-core/template-functions.php (around L534)
if (($page = $album->getGalleryPage()) > 1) {
$link = rewrite_path('/' . _PAGE_ . '/' . $page, "/index.php?" . "page=" . $page); //