- fixed forms preview by overlay;

- fixed profile submit and wrong $user_id from um_user();
This commit is contained in:
nikitasinelnikov
2019-11-29 19:08:17 +02:00
parent ed334bdf0b
commit 31e84f3e11
6 changed files with 29 additions and 17 deletions
+2 -1
View File
@@ -1054,7 +1054,8 @@ if ( ! class_exists( 'um\admin\core\Admin_Builder' ) ) {
UM()->fields()->editing = true;
}
$output = do_shortcode('[ultimatemember form_id="' . $arg1 . '" /]');
$output = '<div class="um-admin-preview-overlay"></div>';
$output .= do_shortcode('[ultimatemember form_id="' . $arg1 . '" /]');
break;