Admin Custom Login - Version 3.3.3

Version Description

Download this release

Release Info

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

Code changes from version 3.3.2 to 3.3.3

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 3.3.2
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.3.3
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/
css/slider-style1.php CHANGED
@@ -23,7 +23,7 @@ $Slidshow_image = unserialize(get_option('Admin_custome_login_Slidshow'));
23
  height: 100%;
24
  top: 0px;
25
  left: 0px;
26
- z-index: 0;
27
  }
28
 
29
  .cb-slideshow li span {
23
  height: 100%;
24
  top: 0px;
25
  left: 0px;
26
+ z-index: -1;
27
  }
28
 
29
  .cb-slideshow li span {
css/slider-style2.php CHANGED
@@ -22,7 +22,7 @@ $Slidshow_image = unserialize(get_option('Admin_custome_login_Slidshow'));
22
  height: 100%;
23
  top: 0px;
24
  left: 0px;
25
- z-index: 0;
26
  }
27
 
28
  .cb-slideshow li span {
22
  height: 100%;
23
  top: 0px;
24
  left: 0px;
25
+ z-index: -1;
26
  }
27
 
28
  .cb-slideshow li span {
css/slider-style3.php CHANGED
@@ -22,7 +22,7 @@ $Slidshow_image = unserialize(get_option('Admin_custome_login_Slidshow'));
22
  height: 100%;
23
  top: 0px;
24
  left: 0px;
25
- z-index: 0;
26
  }
27
 
28
  .cb-slideshow li span {
22
  height: 100%;
23
  top: 0px;
24
  left: 0px;
25
+ z-index: -1;
26
  }
27
 
28
  .cb-slideshow li span {
css/slider-style4.php CHANGED
@@ -22,7 +22,7 @@ $Slidshow_image = unserialize(get_option('Admin_custome_login_Slidshow'));
22
  height: 100%;
23
  top: 0px;
24
  left: 0px;
25
- z-index: 0;
26
  }
27
 
28
  .cb-slideshow li span {
22
  height: 100%;
23
  top: 0px;
24
  left: 0px;
25
+ z-index: -1;
26
  }
27
 
28
  .cb-slideshow li span {
includes/login-inline-css.php CHANGED
@@ -73,7 +73,7 @@ ob_start(); ?>
73
  width: <?php echo esc_attr($login_page['login_form_width']); ?>px;
74
  }
75
 
76
- .login form {
77
  border-radius: <?php echo esc_attr($login_page['login_form_radius']); ?>px;
78
  border: <?php echo esc_attr($login_page['login_border_thikness']); ?>px <?php echo esc_attr($login_page['login_border_style']); ?> <?php echo esc_attr($login_page['login_border_color']); ?> !important;
79
  -moz-box-shadow: <?php echo esc_attr($login_shadow_color); ?>;
73
  width: <?php echo esc_attr($login_page['login_form_width']); ?>px;
74
  }
75
 
76
+ .login form#loginform {
77
  border-radius: <?php echo esc_attr($login_page['login_form_radius']); ?>px;
78
  border: <?php echo esc_attr($login_page['login_border_thikness']); ?>px <?php echo esc_attr($login_page['login_border_style']); ?> <?php echo esc_attr($login_page['login_border_color']); ?> !important;
79
  -moz-box-shadow: <?php echo esc_attr($login_shadow_color); ?>;
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.8.1
7
- Stable tag: 3.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -189,6 +189,11 @@ 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
  3.3.2 = [29-11-2021]
193
  * Tested: upto wordpress 5.8.1
194
  * Font Icons Added.
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.9
7
+ Stable tag: 3.3.3
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.3.3 = [01-02-2022]
193
+ * Tested: upto wordpress 5.9
194
+ * Tested: PHP 8
195
+ * CSS updated according to language switcher
196
+
197
  3.3.2 = [29-11-2021]
198
  * Tested: upto wordpress 5.8.1
199
  * Font Icons Added.