• Resolved charlesalder

    (@charlesalder)


    Just activated the new option to view job stats and now we can’t access job listings at all because a white pop up covers the whole screen and the X doesn’t close the window.

    jm-dialog:not([open])

    Can’t close this pop up.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • christianhughes

    (@christianhughes)

    I have a similar issue, everytime i try to access the dashboard i get a large blank pop up with an x that does not close it. looks like an issue with “jm-dialog” id=”jmDashboardOverlay”

    christianhughes

    (@christianhughes)

    I used the following custom CSS to remove it:

    .jm-dialog {
    display: none;
    }

    Plugin Author Peter Kiss (a11n)

    (@yscik8)

    Hi there!

    My suspect would be another plugin overriding the default styles for <dialog> elements and showing them for some reason when they are not open. We didn’t account for that, will address this in a patch release.

    Meanwhile this CSS will keep the stats dialog usable but hide it when not open:

    .jm-dialog:not([open]) { display: none!important; }

    I’m having the same issue and I’ve tried both CSS solutions above and it isn’t working.
    Sad as I’ve recommended this plugin several times.

    Plugin Support Cara

    (@dcka)

    @cdiazorases Can you check if you might have another plugin that’s overriding the styles for the <dialog> elements? When you’ve narrowed down the plugin, please let us know what it is so we can try replicating the issue on our end.

    Nick Ciske

    (@nickciske)

    Just ran into this — the conflict was in the Genesis parent theme admin.css ~ line 740

    dialog {
    border: 0;
    display: block;
    }
    Plugin Support Cara

    (@dcka)

    Thanks for sharing that, @nickciske! Would be helpful for anyone who might run into the same issue in the future.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.