Thread Starter
airayn
(@airayn)
It seems to be working now, don’t know what happened.
I think this might only happen when updating a plugin, I saw what I think you described this morning when I updated something. The full screen version still appears when you upload a new plugin though.
The SSH uploader still works, but you cannot hit the submit button and have to rely on the browser doing an auto-submit when you hit the return key.
Here’s how to adjust the visual so it doesn’t look so broken when trying update a plugin.
Open up the file sftp.php in the plugin directory.
Look around line 143 for this:
jQuery(‘form input[value=””]:first’).focus();
Add this line immediately afterwards:
jQuery(“.notification-dialog”).css({“top”:”2%”,”width”:”600px”});
This will move the div dialog up the page a bit and make it wide enough to accommodate the form fields. Quick fix…