• Clicking Update won’t cause the Location item to save. After clicking on Update, the page is no longer scrollable (class “modal open” added to body tag) and the location item isn’t saved. No JS errors. Posts & pages update without issues. This is also the case when all other plugins are disabled. Could it be the updated version of WordPress?

Viewing 1 replies (of 1 total)
  • We had a similar issue, it appears to be a syntax issue in the minified file: /simple-locator/assets/js/simple-locator-admin.js

    The first few lines of that should be the following. It can also be deteched if you unminify it and run it through: https://www.jslint.com/ (add the colon after !0; and and remove the plus)

    function gm_authFailure(t) {
    editScreenGoogleApiError = !0;
    } function(t) {
    “use strict”;

Viewing 1 replies (of 1 total)
  • The topic ‘Locations will not update’ is closed to new replies.