Admin Custom Login - Version 3.0.0

Version Description

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Admin Custom Login
Version 3.0.0
Comparing to
See all releases

Code changes from version 2.9.9 to 3.0.0

Files changed (4) hide show
  1. admin-custom-login.php +1 -1
  2. init.php +10 -8
  3. login-form-screen.php +1 -1
  4. readme.txt +6 -2
admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.9.9
5
  * Description: Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profiles, Login Form Positions, Background Image Slide Show
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 3.0.0
5
  * Description: Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profiles, Login Form Positions, Background Image Slide Show
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
init.php CHANGED
@@ -185,19 +185,21 @@ function acl_footer_func() {
185
  <script>
186
  jQuery(document).ready(function(){
187
  jQuery('html body').attr('id', 'screen');
188
- jQuery('#loginform label[for="user_login"]').attr('id', 'log_input_lable');
189
- jQuery('#loginform label[for="user_pass"]').attr('id', 'pwd_input_lable');
190
- jQuery('#loginform p').attr('id', 'log_input_lable');
191
- jQuery('#loginform .user-pass-wrap').attr('id', 'pwd_input_lable');
 
 
192
 
193
  <?php if($enable_inputbox_icon=='yes'){ ?>
194
- if (jQuery('#log_input_lable').length) {
195
- document.getElementById("log_input_lable").innerHTML="<?php echo esc_attr($label_username); ?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo esc_attr($user_input_icon); ?>'></i></div> <input id='user_login' name='log' class='input' type='text' placeholder='<?php echo esc_attr($user_cust_lbl); ?>'></div>";
196
- document.getElementById("pwd_input_lable").innerHTML="<?php echo esc_attr($label_password); ?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo esc_attr($password_input_icon); ?>'></i></div> <input id='user_pass' name='pwd' class='input' type='password' placeholder='<?php echo esc_attr($pass_cust_lbl); ?>'></div>";
197
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 45px');
198
  }
199
  <?php } else { ?>
200
- if (jQuery('#log_input_lable').length) {
201
  jQuery('#loginform #user_login').attr('placeholder', '<?php echo esc_attr($user_cust_lbl); ?>');
202
  jQuery('#loginform #user_pass').attr('placeholder', '<?php echo esc_attr($pass_cust_lbl); ?>');
203
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 5px');
185
  <script>
186
  jQuery(document).ready(function(){
187
  jQuery('html body').attr('id', 'screen');
188
+ jQuery('#loginform label[for="user_login"]').attr('id', 'lable_login_input');
189
+ jQuery('#loginform label[for="user_pass"]').attr('id', 'lable_password_input');
190
+ jQuery('#loginform p').attr('id', 'lable_login_input');
191
+ jQuery('#loginform p.forgetmenot').attr('id', 'forgetmenot_input');
192
+ jQuery('#loginform p.submit').attr('id', 'submit_input');
193
+ jQuery('#loginform .user-pass-wrap').attr('id', 'lable_password_input');
194
 
195
  <?php if($enable_inputbox_icon=='yes'){ ?>
196
+ if (jQuery('#lable_login_input').length) {
197
+ document.getElementById("lable_login_input").innerHTML="<?php echo esc_attr($label_username); ?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo esc_attr($user_input_icon); ?>'></i></div> <input id='user_login' name='log' class='input' type='text' placeholder='<?php echo esc_attr($user_cust_lbl); ?>'></div>";
198
+ document.getElementById("lable_password_input").innerHTML="<?php echo esc_attr($label_password); ?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo esc_attr($password_input_icon); ?>'></i></div> <input id='user_pass' name='pwd' class='input' type='password' placeholder='<?php echo esc_attr($pass_cust_lbl); ?>'></div>";
199
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 45px');
200
  }
201
  <?php } else { ?>
202
+ if (jQuery('#lable_login_input').length) {
203
  jQuery('#loginform #user_login').attr('placeholder', '<?php echo esc_attr($user_cust_lbl); ?>');
204
  jQuery('#loginform #user_pass').attr('placeholder', '<?php echo esc_attr($pass_cust_lbl); ?>');
205
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 5px');
login-form-screen.php CHANGED
@@ -240,7 +240,7 @@ function acl_er_login_logo() {
240
  color:<?php echo esc_attr($text_and_color_page['input_font_color']); ?>;
241
  }
242
 
243
- body.login div#login form p label, body.login div#login form #pwd_input_lable label, body.login div#login form #log_input_lable, body.login div#login form .user-pass-wrap {
244
  color:<?php echo esc_attr($text_and_color_page['heading_font_color']); ?>;
245
  font-size:<?php echo esc_attr($text_and_color_page['heading_font_size']); ?>px;
246
  font-family:<?php echo esc_attr($text_and_color_page['heading_font_style']); ?>;
240
  color:<?php echo esc_attr($text_and_color_page['input_font_color']); ?>;
241
  }
242
 
243
+ body.login div#login form p label, body.login div#login form #lable_password_input label, body.login div#login form #lable_login_input, body.login div#login form .user-pass-wrap, body.login div#login form #forgetmenot_input, body.login div#login form #submit_input {
244
  color:<?php echo esc_attr($text_and_color_page['heading_font_color']); ?>;
245
  font-size:<?php echo esc_attr($text_and_color_page['heading_font_size']); ?>px;
246
  font-family:<?php echo esc_attr($text_and_color_page['heading_font_style']); ?>;
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: https://www.weblizar.com/
4
  Tags: admin login page, custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
5
  Requires at least: 4.0
6
- Tested up to: 5.3
7
- Stable tag: 2.9.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -189,6 +189,10 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/admin-c
189
 
190
  For more information, see [Weblizar](http://www.weblizar.com/)
191
 
 
 
 
 
192
  2.9.9 = [16-11-2019]
193
  * Added new settings to hide/show for remember me text.
194
  * Added new settings to hide/show for back to site link text.
3
  Donate link: https://www.weblizar.com/
4
  Tags: admin login page, custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
5
  Requires at least: 4.0
6
+ Tested up to: 5.3.2
7
+ Stable tag: 3.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
189
 
190
  For more information, see [Weblizar](http://www.weblizar.com/)
191
 
192
+ 3.0.0 = [19-12-2019]
193
+ * Updated : version + Compatible with wordpress 5.3.2
194
+ * fixed : admin login panel login inputs IDs confliction and IDs of multiple form elements fixed.
195
+
196
  2.9.9 = [16-11-2019]
197
  * Added new settings to hide/show for remember me text.
198
  * Added new settings to hide/show for back to site link text.