• Resolved z3r

    (@z3r)


    I’m using WP Job Manager with Resume Manager extensions on two sites on the same hosting server (different accounts).
    On one site, the file upload in the job form is not working. In Firebug I can see that the file is being uploaded and requested from the server, but it it is not shown in the form and is not processed if the job is previewed or posted. Also the progress bar is missing.
    On the other site the nearly identical modified form works without problems.
    If I reload the site, the image name is shown in the upload field.

    I have already tried to deactivate all other plugins (including resume manager), updated wp-job-manager, tested different browsers and switched to the twenty seventeen theme, but the problem still persists.

    Is there any predecent for this? I couldn’t find anybody who experienced the same problem.
    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same problem. When someone submits a new listing, neither the image shows on the preview or uploads to the library. How can this be fixed?

    Thread Starter z3r

    (@z3r)

    I have found the cause of the problem on my site.

    Somehow, I was not able to remove the wpautop filter (not with plugins or any PHP code), and the wrapping <p>-Tag for the Upload field created the Problem. The ajax-file-upload.js-Script was relying on .parent tags, which now gave the wrong results.

    I modified the JavaScript to encounter for the <p>-tag, I hope to find a way to disable these annoying tags, but this works for now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Uploaded image not displayed in job form’ is closed to new replies.