diff --git a/assets/css/um-profile.css b/assets/css/um-profile.css index 1b475d2a..651eb9c7 100644 --- a/assets/css/um-profile.css +++ b/assets/css/um-profile.css @@ -545,4 +545,10 @@ font-weight: normal; .um-profile.um-viewing .um-field-checkbox, .um-profile.um-viewing .um-field-radio{ cursor: default !important; +} + +@media (min-width: 880px) { + .um-profile-nav-item .um-tip-n { + display: none; + } } \ No newline at end of file diff --git a/includes/core/class-user.php b/includes/core/class-user.php index ab52112a..182b0aa1 100644 --- a/includes/core/class-user.php +++ b/includes/core/class-user.php @@ -589,6 +589,8 @@ if ( ! class_exists( 'User' ) ) { update_user_meta( $this->id, 'submitted', $submitted ); + $this->update_profile( $submitted ); + do_action('um_after_save_registration_details', $this->id, $submitted ); } diff --git a/includes/core/um-actions-profile.php b/includes/core/um-actions-profile.php index ca0b15f6..5219d524 100644 --- a/includes/core/um-actions-profile.php +++ b/includes/core/um-actions-profile.php @@ -650,17 +650,40 @@ ?>
- class="um-tip-n" title="" original-title=""> + + - + - 0 ) { ?> - - + 0 ) { ?> + + - + - + + + + + + 0 ) { ?> + + + + + + + + + + 0 ) { ?> + + + + + + +
diff --git a/readme.txt b/readme.txt index 446dce72..a063456f 100644 --- a/readme.txt +++ b/readme.txt @@ -41,6 +41,7 @@ Read about all of the plugin's features at [Ultimate Member](https://ultimatemem Ultimate Member has a range of extensions that allow you to extend the power of the plugin +* [Private Content](https://ultimatemember.com/extensions/private-content/) - Display private content to logged in users that only they can access * [Instagram](https://ultimatemember.com/extensions/instagram/) - Allow users to show their Instagram photos on their profile * [User Tags](https://ultimatemember.com/extensions/user-tags/) - Lets you add a user tag system to your website * [Social Activity](https://ultimatemember.com/extensions/social-activity/) - Let users create public wall posts & see the activity of other users