Unable to edit posts
-
Hello,
Users are unable to edit posts when they previously had been able to.
At first, when I look at web dev tools and inspect the Post Update button, I see the following:
<input type="submit" class="wpuf-submit-button" name="submit" value="Update">This code works fine. However, when I try to upload a new image, the new image loads correctly but that line of code changes to this:
<input type="submit" class="wpuf-submit-button" name="submit" value="Update" disabled="disabled">At this point, the Update button becomes unclickable and as a result, the post cannot be updated.
I hope you can help.
Damien
The topic ‘Unable to edit posts’ is closed to new replies.