• Resolved Spark Development

    (@ryanajarrett)


    WP Engine has an mu-plugin that adds a stylesheet to the admin pages. One of the elements it styles in .modal-backdrop.fade.in:

    .modal-backdrop.fade.in {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
    }

    This means that the backdrop appears over the dialog. Could you increase the z-index of your dialog to compensate?

    Thanks,

    Ryan

    https://wordpress.org/plugins/wp-nested-pages/

Viewing 1 replies (of 1 total)
  • Plugin Author Kyle Phillips

    (@kylephillips)

    This should be fixed in v1.3.13, just released. I was able to replicate the issue on a site running on WP Engine, and the update cleared it up.

Viewing 1 replies (of 1 total)

The topic ‘Visual Conflict on WPEngine’ is closed to new replies.