• Hey, I’m using the OSX theme and I’ve made some modifications to the theme itself. Nothing drastic, mostly removing a couple fields and adding some custom ones.

    The loading box hangs and indefinitely whenever I:

    1. Register a new user successfully. If Registration fails (I require email addresses from a specific domain, so I test by entering a restricted domain) then it prints the error message and everything is fine
    2. Enter a password incorrectly. The box shakes in the iOS like manner, but it doesn’t disappear or revert, just hangs there.
    3. Request a reset password successfully, it will send the email and I can use that email to reset my password, but it doesn’t disappear.

    These errors appear on the JS console. I’ve been looking over them, but I’m stuck. Anyone had this issue before?

    Uncaught TypeError: Cannot read property ‘childNodes’ of undefined
    Uncaught TypeError: Property ‘undefined’ of object #<Object> is not a function

    http://wordpress.org/extend/plugins/simplemodal-login/

Viewing 1 replies (of 1 total)
  • Thread Starter pzuraq

    (@pzuraq)

    So, tinkered around a bit and I know the issue is not coming from the OSX theme, the same issues exist with the standard theme. I would dive into the javascript myself, but the main file is minified so I can’t look at the code… any way I can get the source unminified?

Viewing 1 replies (of 1 total)
  • The topic ‘Modal Failing to Clear (Uncaught TypeError)’ is closed to new replies.