Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter htown

    (@htown)

    I see now that it is not locking it up, it is just appearing behind the other model box. I need to increase the z-index value. How can I do this?

    Many thanks,
    Houston

    Tyler Johnson

    (@tylerjohnsondesign)

    Hey htown,

    Don’t know if it’s too late, but this is how I fixed it. You have to add this via CSS:

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.wp-dialog.ui-dialog-buttons.ui-draggable.ui-resizable {
        z-index: 999999 !important;
    }
    Thread Starter htown

    (@htown)

    Sorry to say that does not work either. Man this sucks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Snippet not working with Visul Composer’ is closed to new replies.