Erident Custom Login and Dashboard - Version 3.5.8

Version Description

(27 May 2020) = * Password Label field color fix * Compatibility with latest WordPress version

Download this release

Release Info

Developer libinvbabu
Plugin Icon 128x128 Erident Custom Login and Dashboard
Version 3.5.8
Comparing to
See all releases

Code changes from version 3.5.7 to 3.5.8

Files changed (2) hide show
  1. er-custom-login.php +13 -13
  2. readme.txt +9 -5
er-custom-login.php CHANGED
@@ -5,13 +5,13 @@ Plugin URI: http://www.libin.in/
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles, button color etc. Customize your Dashboard footer text also for complete branding.
6
  Text Domain: erident-custom-login-and-dashboard
7
  Domain Path: /languages
8
- Version: 3.5.7
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
12
  */
13
 
14
- /* Copyright 2017 Libin V Babu (email : libin@libin.in)
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
@@ -168,42 +168,42 @@ function er_login_logo() {
168
  width:<?php echo $er_options['dashboard_login_width'] ?>px;
169
  }
170
  .login form {
171
- border-radius:<?php echo $er_options['dashboard_login_radius'] ?>px;
172
- border:<?php echo $er_options['dashboard_border_thick'] ?>px <?php echo $er_options['dashboard_login_border'] ?> <?php echo $er_options['dashboard_border_color'] ?>;
173
  background:rgba(<?php echo $loginbg['red'];?>,<?php echo $loginbg['green']?>,<?php echo $loginbg['blue']?>,<?php echo $er_login_default_opacity; ?>) url(<?php echo $er_options['login_bg_image'] ?>) <?php echo $er_options['login_bg_repeat'] ?> <?php echo $er_options['login_bg_xpos'] ?> <?php echo $er_options['login_bg_ypos'] ?> !important;
174
  -moz-box-shadow: <?php echo $er_login_form_shadow ?> !important;
175
  -webkit-box-shadow: <?php echo $er_login_form_shadow ?> !important;
176
  box-shadow: <?php echo $er_login_form_shadow ?> !important;
177
  }
178
- body.login div#login form p label, p#reg_passmail {
179
- color:<?php echo $er_options['dashboard_text_color'] ?>;
180
- font-size:<?php echo $er_options['dashboard_label_text_size'] ?>px;
181
  }
182
  body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary {
183
  background: <?php echo $er_options['dashboard_button_color'] ?> !important;
184
  color: <?php echo isset($er_options['dashboard_button_text_color']) ? $er_options['dashboard_button_text_color'] : '#ffffff' ; ?> !important;
185
  border: none !important;
186
- text-shadow: <?php echo $er_login_link_shadow ?>;
187
  }
188
  body.login #loginform p.submit .button-primary:hover, body.login #loginform p.submit .button-primary:focus, body.wp-core-ui .button-primary:hover {
189
  background: rgba(<?php echo $btnrgba['red'];?>,<?php echo $btnrgba['green']?>,<?php echo $btnrgba['blue']?>, 0.9) !important;
190
  }
191
  body.login div#login form .input, .login input[type="text"] {
192
- color: <?php echo $er_options['dashboard_input_text_color'] ?>;
193
- font-size:<?php echo $er_options['dashboard_input_text_size'] ?>px;
194
  }
195
  body.login #nav a, body.login #backtoblog a {
196
  color: <?php echo $er_options['dashboard_link_color'] ?> !important;
197
  }
198
  body.login #nav, body.login #backtoblog {
199
- text-shadow: <?php echo $er_login_link_shadow ?>;
200
  }
201
  .login form .input, .login input[type=text], .wp-core-ui .button-primary:focus {
202
  box-shadow: none !important;
203
  }
204
  body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary { box-shadow: none; }
205
- body.login p#nav { display: <?php echo $er_login_lost_pass ?>; }
206
- body.login #backtoblog { display: <?php echo $er_login_backtoblog ?>; }
207
  </style>
208
  <?php
209
  }
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles, button color etc. Customize your Dashboard footer text also for complete branding.
6
  Text Domain: erident-custom-login-and-dashboard
7
  Domain Path: /languages
8
+ Version: 3.5.8
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
12
  */
13
 
14
+ /* Copyright 2020 Libin V Babu (email : libin@libin.in)
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
168
  width:<?php echo $er_options['dashboard_login_width'] ?>px;
169
  }
170
  .login form {
171
+ border-radius:<?php echo $er_options['dashboard_login_radius'] ?>px !important;
172
+ border:<?php echo $er_options['dashboard_border_thick'] ?>px <?php echo $er_options['dashboard_login_border'] ?> <?php echo $er_options['dashboard_border_color'] ?> !important;
173
  background:rgba(<?php echo $loginbg['red'];?>,<?php echo $loginbg['green']?>,<?php echo $loginbg['blue']?>,<?php echo $er_login_default_opacity; ?>) url(<?php echo $er_options['login_bg_image'] ?>) <?php echo $er_options['login_bg_repeat'] ?> <?php echo $er_options['login_bg_xpos'] ?> <?php echo $er_options['login_bg_ypos'] ?> !important;
174
  -moz-box-shadow: <?php echo $er_login_form_shadow ?> !important;
175
  -webkit-box-shadow: <?php echo $er_login_form_shadow ?> !important;
176
  box-shadow: <?php echo $er_login_form_shadow ?> !important;
177
  }
178
+ body.login div#login form label, p#reg_passmail {
179
+ color:<?php echo $er_options['dashboard_text_color'] ?> !important;
180
+ font-size:<?php echo $er_options['dashboard_label_text_size'] ?>px !important;
181
  }
182
  body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary {
183
  background: <?php echo $er_options['dashboard_button_color'] ?> !important;
184
  color: <?php echo isset($er_options['dashboard_button_text_color']) ? $er_options['dashboard_button_text_color'] : '#ffffff' ; ?> !important;
185
  border: none !important;
186
+ text-shadow: <?php echo $er_login_link_shadow ?> !important;
187
  }
188
  body.login #loginform p.submit .button-primary:hover, body.login #loginform p.submit .button-primary:focus, body.wp-core-ui .button-primary:hover {
189
  background: rgba(<?php echo $btnrgba['red'];?>,<?php echo $btnrgba['green']?>,<?php echo $btnrgba['blue']?>, 0.9) !important;
190
  }
191
  body.login div#login form .input, .login input[type="text"] {
192
+ color: <?php echo $er_options['dashboard_input_text_color'] ?> !important;
193
+ font-size:<?php echo $er_options['dashboard_input_text_size'] ?>px !important;
194
  }
195
  body.login #nav a, body.login #backtoblog a {
196
  color: <?php echo $er_options['dashboard_link_color'] ?> !important;
197
  }
198
  body.login #nav, body.login #backtoblog {
199
+ text-shadow: <?php echo $er_login_link_shadow ?> !important;
200
  }
201
  .login form .input, .login input[type=text], .wp-core-ui .button-primary:focus {
202
  box-shadow: none !important;
203
  }
204
  body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary { box-shadow: none; }
205
+ body.login p#nav { display: <?php echo $er_login_lost_pass ?> !important; }
206
+ body.login #backtoblog { display: <?php echo $er_login_backtoblog ?> !important; }
207
  </style>
208
  <?php
209
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: libinvbabu
3
  Donate link: https://www.paypal.me/LibinVBabu/25
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom login, form, logo, customize, branding, login customizer, CSS, admin login, white label, login background, custom login page
5
  Requires at least: 3.0.0
6
- Tested up to: 5.2.2
7
- Stable tag: 3.5.7
8
  Requires PHP: 5.2
9
  License: GPLv2
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -132,6 +132,10 @@ You can achieve it by either using a transparent png/gif image or you can use th
132
 
133
  == Changelog ==
134
 
 
 
 
 
135
  = 3.5.7 (23 Jun 2019) =
136
  * Complete shadow removal for forms
137
  * Updating deprecated function login_headertitle
@@ -247,6 +251,6 @@ You can achieve it by either using a transparent png/gif image or you can use th
247
 
248
  == Upgrade Notice ==
249
 
250
- = 3.5.7 =
251
- Complete shadow removal for forms.
252
- Updating deprecated function login_headertitle
3
  Donate link: https://www.paypal.me/LibinVBabu/25
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom login, form, logo, customize, branding, login customizer, CSS, admin login, white label, login background, custom login page
5
  Requires at least: 3.0.0
6
+ Tested up to: 5.4.1
7
+ Stable tag: 3.5.8
8
  Requires PHP: 5.2
9
  License: GPLv2
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
132
 
133
  == Changelog ==
134
 
135
+ = 3.5.8 (27 May 2020) =
136
+ * Password Label field color fix
137
+ * Compatibility with latest WordPress version
138
+
139
  = 3.5.7 (23 Jun 2019) =
140
  * Complete shadow removal for forms
141
  * Updating deprecated function login_headertitle
251
 
252
  == Upgrade Notice ==
253
 
254
+ = 3.5.8 =
255
+ Password Label field color fix
256
+ Compatibility with latest WordPress version