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); // <<== Problem occurs here.
}
_PAGE_ :
/page/? <<== NG
/page/gallery/? <<== OK
Side note:
I tested two themes under the same conditions.
Libratus is OK (This theme does not support pagination on breadcrumb).
zpMobile is NG (This theme support pagination on breadcrumb).
Thanks again.