• Resolved MrBrian

    (@mrbrian)


    Would you mind fixing this javascript error that appears on the job submission page? It doesn’t seem to affect anything or cause any issue that I can see, but i looked at the code and don’t see why Tinymce is necessary here or what purpose it serves:
    Uncaught ReferenceError: tinymce is not defined at job-submission.min.js?ver=1.33.4:formatted:95

Viewing 8 replies - 1 through 8 (of 8 total)
  • @mrbrian what version of WP Job Manager are you using? Please update to the latest version, 1.33.4 which should resolve this issue.

    If your site is live too, can you provide the URL and we can take a look at it for you?

    Thread Starter MrBrian

    (@mrbrian)

    Latest version of WP Job Manager for sure. Site is live and I can share the URL, but not here – can i email or submit it via a form to you?

    Ahh yeah you are using the latest version (I see it in the tag of the file) must have missed that.

    You can sign up on my Zulip server and send it to me on there:
    https://chat.smyl.es

    Just FYI this is fixed in this PR https://github.com/Automattic/WP-Job-Manager/pull/1859

    Plugin Contributor Richard Archambault

    (@richardmtl)

    For anyone following along, I believe this was fixed in https://github.com/Automattic/WP-Job-Manager/pull/1859 which I believe was included in 1.33.5. Are you still seeing the problem on your site?

    Thread Starter MrBrian

    (@mrbrian)

    Appears to be fixed now :).

    What is the purpose of this job-submission JavaScript file anyway? I disabled it (and the css file) and noticed no difference in field validation or anything really.

    @mrbrian you shouldn’t be disabling it, my guess is you’re using my field editor plugin and changed the job description field to a textarea instead of wp editor field … the field editor has code to handle validation and other stuff itself, but the job-submission file handles file uploads and loading spinner on submit button (plus disabling so it can’t be hit multiple times while submitting)

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Javascript error: Tinymce is not defined’ is closed to new replies.