![]() |
|
zpMasonry breadcrumbs - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: zpMasonry breadcrumbs (/thread-8898.html) |
zpMasonry breadcrumbs - NaturalEnquirer - 23-07-2011 gir, I was wondering why you have a different breadcrumb trail on the image.php page when infinite scrolling is enabled / disabled. For example, with scrolling off, breadcrumbs show what I prefer: Gallery Index » Plants » Carnivorous Plants » Pitcherplants » Yellow Pitcherplants With scrolling on, part of the breadcrumbs show the folder name rather than the album title: Gallery Index » Plants » Carnivorous Plants » flora/carnivorous/pitcherplants » Yellow Pitcherplants Currently code has `
` `
` zpMasonry breadcrumbs - gjr - 24-07-2011 Hmm... I shall fix that output on the next release. The reason you should not use the standard code is because if a user clicks and image on "page 2" from the infinite scroll, the breadcrumbs would take them back to page 2, which you do not want with infinite scroll as it would cut off the first page. zpMasonry breadcrumbs - NaturalEnquirer - 24-07-2011 Ok I see what you mean. Thank you for the info. |