-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collection Images; Error when clicking on one #28
Comments
I noticed code in the current repository is different from whats downloaded from PiwiGo's plugin page. Maybe its already fixed... I'll test |
Unfortunately I had no luck fixing this on modus theme and piwigo v 12.2 by just copying the most recent changes from github. |
I was able to fix this by changing the regex and image url to the following:
Also this: Needed changed to: |
Hi, When I modify collectionZoom.js according to the code indicated by AndyJAllen just above, I get an empty screen when I search a collection from the menu bar. collectionZoom.js after modification :$(function () {
Seems like a regression or did I miss something? |
Hello ! My computer is a windows 8.1. PHP: 8.2.12 |
Hi ! $(function () {
}) Now, if you clic on the image, the link goes to the image in it's gallery. It doesn't show the image in the same page, but it's better than waiting indefinitely. it worked on my PIWIGO 12.1 and 14.2 version. |
Hi laurence2605, Thank you, your last solution fixed it for me in 14.2 with modus after restarting Piwigo, even better than you seem to think. I get the mosaic of the collection, then, I can now browse the pictures from the mosaic of the collection, and when I clic on a picture, I get the image on the same screen, from which I can either continue to browse the collection without returning to the collection mosaic or go to the picture in its album. Seems perfect for me. |
You're welcome ! So glad to hear that ! |
I use bootstrap darkroom so perhaps my customization wasn't appropriate for just modus theme. |
Hello. First off thank you for this plugin and I think its great. When clicking on an image from within a collection; it will spawn a popup but the image never loads. I will show the browser error and problematic code below.
file: /plugins/UserCollections/template/js/collectionZoom.js
Thanks,
Andy
The text was updated successfully, but these errors were encountered: