Backup Now
-
I’ve been using Updraft Plus (free) “Backup Now” heaps during a long debugging process. It has worked perfectly throughout. Just now I click “Backup Now” and the options “window” (really just a div) is coming up as a thing vertical slither. Inspecting in the borwser leads me to plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css which has
.updraft-container {
position: absolute;
top: 0;
width: 1px;
height: 1px;
z-index: 99999;
}In the browser if I change that 1px to 610px I get a nice wide window with all the options, and I can proceed. Where would this 1px have come from, or why would it just started acting this way? It makes no sense to me. I’ve not touched any Updraft css.
The topic ‘Backup Now’ is closed to new replies.