minicomp / wax

Jekyll based framework for minimal exhibitions with IIIF 🐝
https://minicomp.github.io/wax/
MIT License
160 stars 84 forks source link

Multi-page items displaying in random page order #83

Closed ansleyerickson closed 4 years ago

ansleyerickson commented 4 years ago

Hello, All of the multi-image items on my attempted Wax site are displaying in a random order. The raw image files are ordered numerically, but don't appear in that order via openseadragon. This is happening with items that are jpegs and items that are tiffs. Any suggestions on places to start? Thank you. Ansley

mnyrop commented 4 years ago

Hi @ansleyerickson, you're 100% correct on this issue. @pbinkley submitted a fix recently, so I should have a new release for you soon that preserves the order.

I'll leave this ticket open and let you know when a new release is available + how to update it in your wax instance.

ansleyerickson commented 4 years ago

Great news! Thank you!

mnyrop commented 4 years ago

Hi @ansleyerickson, this has been fixed in the newest released wax_tasks. To update your project, open the wax_theme.gemspec file in your project and replace the contents of the file with the new version, available here: https://github.com/minicomp/wax/blob/main/wax_theme.gemspec.

Then run bundle install in the terminal within your project folder to update the dependencies, and regenerate the image derivatives/pages as needed.

Let me know if you have any questions!