hyunsupul/aesop-core

Broken Swipebox controls

Closed this issue · 1 comments

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:

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close

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.

I restored the javascript file. Thank you very much for pointing this out to me.