When clicking on an image to open the lightbox, the back/forward and close icons are missing. This is reproducible both in my own theme and in the Aesop Story Theme.
Upon a little further investigation, I've found that the stylesheet is looking for this selector:
But there is currently no id of swipebox-action in the markup used by Swipebox. The markup was rewritten in this commit in public/assets/js/swipebox.js.
When clicking on an image to open the lightbox, the back/forward and close icons are missing. This is reproducible both in my own theme and in the Aesop Story Theme.
Upon a little further investigation, I've found that the stylesheet is looking for this selector:
But there is currently no id of
swipebox-action
in the markup used by Swipebox. The markup was rewritten in this commit inpublic/assets/js/swipebox.js
.