Foundation theme issue with 4.0

Hi,
I recently upgraded to Omeka S 4.0 and there’s weird little issue in the Foundation theme with the item sort function (the sort attributes dropdown on the left doesn’t work):
image
Also, when I dig into the page a bit, I’m seeing this error:

DevTools failed to load source map: Could not load content for https://www.myomekaSsite/s/themes/foundation/asset/vendor/foundation/foundation.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Could you confirm which version of Foundation you’re using? I’m having trouble reproducing this issue on Foundation v1.3.3.

I’m also on v1.3.3 of Foundation (Omeka S v4.0.1). I am using some custom CSS, but I’m seeing the issue when the CSS is removed as well.

If your site is publicly visible, a link to a page showing the problem would probably be the most helpful thing for us to confirm the problem and/or compare it to what’s “normal.”

https://www.northwestdigitalheritage.org/s/s/oregon-scenic-images/item

The page indicates a problem in the file view/common/sort-selector.phtml in your Foundation theme. There isn’t such a file in version 1.3.3 of Foundation. Probably this is a leftover file from a previous Foundation version you were using.

If you haven’t edited the theme (or can easily reapply your changes), then deleting the theme folder completely and re-unzipping the 1.3.3 zip of Foundation will ensure you have no leftover old files. If retaining your changes is an issue, you could also just delete the file view/common/sort-selector.phtml.

1 Like

That’s worked! Thank you.