• I am having an issue with Post Snippets dilaog box coming up BEHIND another dialog box. All I need to do is change the z-index to 160001 but overiding this with css with !important is not working.

    I am using this css
    body .ui-dialog {
    z-index: 160001 !important;
    }

    But I can get it to come to the front using firebig so i know it will work. I can not even find “z-index” anywhere in your code either.

    Where can this be changed or is there a better way to fix this?

    Many thanks,
    Houston

    https://wordpress.org/plugins/post-snippets/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    The plugin doesn’t have it’s own styling for the jQuery dialog, but uses WordPress’ default jQuery UI styling (ie, wp-jquery-ui-dialog). What dialog box does it come up behind?

    Thread Starter htown

    (@htown)

    The media dialog.

    http://grab.by/EZf0

    Thread Starter htown

    (@htown)

    This is a gallery dialog for EnviraGallery. I have to have Snippets show up in front or my client will not be able to put in the necessary code for captions. I can get it to work live using firebug but not css. Arghhhh.

    Thread Starter htown

    (@htown)

    I am also needing to give the label titles more room but I can not get that to move either. I can with firebug, but putting in this css has no effect. Man, what am i doing wrong.
    http://grab.by/EZfu

    body #post-snippets-dialog label {
        display: inline-block;
        width: 110px !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bring dialog to front’ is closed to new replies.