You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keyboard shortcuts are turned on (!0). When I try to go to the next image, prettyPhoto simply reloads the same image.
I've done a bit of digging around, and logging responses. It would seem that the array pp_images which should store links for img elements is not being filled beyond the first such element found - this can be seen by inspecting the document, and removing display:none from .pp_nav while the lightbox is open.
I've tried to override a part of what prettyphoto is doing in the background, by disabling keyboard shortcuts, and using this hacky solution:
Unfortunately, this doesn't work. The logging occurs, but nothing what I'd expect - prettyPhoto still reloads the same image, and never goes on to open the following or the previous one.
If the project is not dead, I'd appreciate any help on discovering (and solving) why the array isn't being filled with img links.
The text was updated successfully, but these errors were encountered:
Keyboard shortcuts are turned on (!0). When I try to go to the next image, prettyPhoto simply reloads the same image.
I've done a bit of digging around, and logging responses. It would seem that the array pp_images which should store links for img elements is not being filled beyond the first such element found - this can be seen by inspecting the document, and removing
display:none
from.pp_nav
while the lightbox is open.I've tried to override a part of what prettyphoto is doing in the background, by disabling keyboard shortcuts, and using this hacky solution:
Unfortunately, this doesn't work. The logging occurs, but nothing what I'd expect - prettyPhoto still reloads the same image, and never goes on to open the following or the previous one.
If the project is not dead, I'd appreciate any help on discovering (and solving) why the array isn't being filled with img links.
The text was updated successfully, but these errors were encountered: