PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
← All changes | admin/setup-wizard/view-tab-user-pages.php +17 -17 3.15.9 → 4.0.3 View file →
@@ -14,18 +14,18 @@
14 14 <p class="info">
15 15 <?php esc_html_e( 'You can select only one page or all of them. The pages can also be setup later manually.', 'profile-builder' ); ?>
16 16 </p>
17 17
18 -<form class="wppb-setup-form wppb-setup-form-user-pages" method="post">
18 +<form class="wppb-setup-form wppb-setup-form-fields" method="post">
19 19
20 - <div class="wppb-setup-user-pages-field">
21 - <div class="wppb-setup-user-pages-field__icon">
22 - <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
20 + <div class="wppb-setup-field">
21 + <div class="wppb-setup-field__icon">
22 + <svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
23 23 <path fill-rule="evenodd" clip-rule="evenodd" d="M15.5 9.5C16.0523 9.5 16.5 9.05228 16.5 8.5C16.5 7.94772 16.0523 7.5 15.5 7.5C14.9477 7.5 14.5 7.94772 14.5 8.5C14.5 9.05228 14.9477 9.5 15.5 9.5ZM15.5 11C16.8807 11 18 9.88071 18 8.5C18 7.11929 16.8807 6 15.5 6C14.1193 6 13 7.11929 13 8.5C13 9.88071 14.1193 11 15.5 11ZM13.25 17V15C13.25 13.4812 12.0188 12.25 10.5 12.25H6.5C4.98122 12.25 3.75 13.4812 3.75 15V17H5.25V15C5.25 14.3096 5.80964 13.75 6.5 13.75H10.5C11.1904 13.75 11.75 14.3096 11.75 15V17H13.25ZM20.25 15V17H18.75V15C18.75 14.3096 18.1904 13.75 17.5 13.75H15V12.25H17.5C19.0188 12.25 20.25 13.4812 20.25 15ZM9.5 8.5C9.5 9.05228 9.05228 9.5 8.5 9.5C7.94772 9.5 7.5 9.05228 7.5 8.5C7.5 7.94772 7.94772 7.5 8.5 7.5C9.05228 7.5 9.5 7.94772 9.5 8.5ZM11 8.5C11 9.88071 9.88071 11 8.5 11C7.11929 11 6 9.88071 6 8.5C6 7.11929 7.11929 6 8.5 6C9.88071 6 11 7.11929 11 8.5Z" fill="#1E1E1E"/>
24 24 </svg>
25 25 </div>
26 26
27 - <div class="wppb-setup-user-pages-field__title">
27 + <div class="wppb-setup-field__title">
28 28 <h4><?php esc_html_e( 'Registration', 'profile-builder' ); ?></h4>
29 29 <p><?php esc_html_e( 'New users can register, add their information and even automatically login after submitting the form. You can customize it with custom fields like birthday or favorite car brand.', 'profile-builder' ); ?></p>
30 30 </div>
31 31
@@ -40,11 +40,11 @@
40 40 <a class="button button-secondary" href="<?php echo esc_url( get_permalink( $this->user_pages['register_page'] ) ); ?>"><?php esc_html_e( 'View Page', 'profile-builder' ); ?></a>
41 41 <?php endif; ?>
42 42 </div>
43 43
44 - <div class="wppb-setup-user-pages-field">
45 - <div class="wppb-setup-user-pages-field__icon">
46 - <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
44 + <div class="wppb-setup-field">
45 + <div class="wppb-setup-field__icon">
46 + <svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
47 47 <g clip-path="url(#clip0_7_1705)">
48 48 <mask id="path-1-inside-1_7_1705" fill="white">
49 49 <rect x="6" y="10" width="12" height="10" rx="1"/>
50 50 </mask>
@@ -58,9 +58,9 @@
58 58 </defs>
59 59 </svg>
60 60 </div>
61 61
62 - <div class="wppb-setup-user-pages-field__title">
62 + <div class="wppb-setup-field__title">
63 63 <h4><?php esc_html_e( 'Login', 'profile-builder' ); ?></h4>
64 64 <p><?php esc_html_e( 'Once users have an account, they can use the login page to get access to the restricted content you might offer.', 'profile-builder' ); ?></p>
65 65 </div>
66 66
@@ -75,16 +75,16 @@
75 75 <a class="button button-secondary" href="<?php echo esc_url( get_permalink( $this->user_pages['login_page'] ) ); ?>"><?php esc_html_e( 'View Page', 'profile-builder' ); ?></a>
76 76 <?php endif; ?>
77 77 </div>
78 78
79 - <div class="wppb-setup-user-pages-field">
80 - <div class="wppb-setup-user-pages-field__icon">
81 - <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
79 + <div class="wppb-setup-field">
80 + <div class="wppb-setup-field__icon">
81 + <svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
82 82 <path fill-rule="evenodd" clip-rule="evenodd" d="M14 20H20V7.86207L12 4L4 7.86207V20H10H14ZM14 18.5H18.5V8.80358L12 5.66565L5.5 8.80358V18.5H10V13H14V18.5Z" fill="#1E1E1E"/>
83 83 </svg>
84 84 </div>
85 85
86 - <div class="wppb-setup-user-pages-field__title">
86 + <div class="wppb-setup-field__title">
87 87 <h4><?php esc_html_e( 'Edit Profile', 'profile-builder' ); ?></h4>
88 88 <p><?php esc_html_e( 'Through the edit profile page, users can manage their profile information or fill in extra details that we’re not asked during registration.', 'profile-builder' ); ?></p>
89 89 </div>
90 90
@@ -99,11 +99,11 @@
99 99 <a class="button button-secondary" href="<?php echo esc_url( get_permalink( $this->user_pages['edit_profile_page'] ) ); ?>"><?php esc_html_e( 'View Page', 'profile-builder' ); ?></a>
100 100 <?php endif; ?>
101 101 </div>
102 102
103 - <div class="wppb-setup-user-pages-field">
104 - <div class="wppb-setup-user-pages-field__icon">
105 - <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
103 + <div class="wppb-setup-field">
104 + <div class="wppb-setup-field__icon">
105 + <svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
106 106 <circle cx="9" cy="12" r="2.75" stroke="#1E1E1E" stroke-width="2.5"/>
107 107 <rect x="11" y="10.75" width="8" height="2.5" fill="#1E1E1E"/>
108 108 <rect x="15" y="12" width="2.5" height="4" fill="#1E1E1E"/>
109 109 </svg>
@@ -108,9 +108,9 @@
108 108 <rect x="15" y="12" width="2.5" height="4" fill="#1E1E1E"/>
109 109 </svg>
110 110 </div>
111 111
112 - <div class="wppb-setup-user-pages-field__title">
112 + <div class="wppb-setup-field__title">
113 113 <h4><?php esc_html_e( 'Password reset', 'profile-builder' ); ?></h4>
114 114 <p><?php esc_html_e( 'A simple form where users can reset their password in case they forgot it.', 'profile-builder' ); ?></p>
115 115 </div>
116 116