Erident Custom Login and Dashboard - Version 2.2.1

Version Description

  • Fixed constants Notice.
  • Fixed Image background cut on small screen resolutions.
Download this release

Release Info

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

Code changes from version 2.2.0 to 2.2.1

Files changed (3) hide show
  1. er-custom-login.php +8 -4
  2. readme.txt +8 -4
  3. screenshot-2.jpg +0 -0
er-custom-login.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Erident Custom Login and Dashboard
4
  Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles etc. Customize your Dashboard footer text also for complete branding.
6
- Version: 2.2.0
7
  Author: Libin V Babu
8
  Author URI: http://www.libin.in/
9
  License: GPL
@@ -75,14 +75,14 @@ function er_login_logo() {
75
  $er_login_link_color = get_option('wp_erident_dashboard_link_color');
76
 
77
  $check_shadow = get_option('wp_erident_dashboard_check_shadow');
78
- if($check_shadow == Yes) {
79
  $er_login_link_shadow = get_option('wp_erident_dashboard_link_shadow').' 0 1px 0';
80
  }
81
  else {
82
  $er_login_link_shadow = "none";
83
  }
84
  $check_fshadow = get_option('wp_erident_dashboard_check_form_shadow');
85
- if($check_fshadow == Yes) {
86
  $er_login_form_shadow = '0 4px 10px -1px '.get_option('wp_erident_dashboard_form_shadow');
87
  }
88
  else {
@@ -102,6 +102,10 @@ function er_login_logo() {
102
  $er_login_bg_ypos = get_option('wp_erident_login_bg_ypos');
103
  ?>
104
  <style type="text/css">
 
 
 
 
105
  html body.login {
106
  background: <?php echo $er_top_bg_color ?> url(<?php echo $er_top_bg_image ?>) <?php echo $er_top_bg_repeat ?> <?php echo $er_top_bg_xpos ?> <?php echo $er_top_bg_ypos ?> !important;
107
  background-size: <?php echo $er_top_bg_size ?> !important;
@@ -205,7 +209,7 @@ add_option("wp_erident_dashboard_delete_db", 'No', '', 'yes');
205
 
206
  function wp_erident_dashboard_remove() {
207
  $check_db = get_option('wp_erident_dashboard_delete_db');
208
- if($check_db == Yes) {
209
  /* Deletes the database field */
210
  delete_option('wp_erident_dashboard_data_left');
211
  delete_option('wp_erident_dashboard_data_right');
3
  Plugin Name: Erident Custom Login and Dashboard
4
  Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles etc. Customize your Dashboard footer text also for complete branding.
6
+ Version: 2.2.1
7
  Author: Libin V Babu
8
  Author URI: http://www.libin.in/
9
  License: GPL
75
  $er_login_link_color = get_option('wp_erident_dashboard_link_color');
76
 
77
  $check_shadow = get_option('wp_erident_dashboard_check_shadow');
78
+ if($check_shadow == "Yes") {
79
  $er_login_link_shadow = get_option('wp_erident_dashboard_link_shadow').' 0 1px 0';
80
  }
81
  else {
82
  $er_login_link_shadow = "none";
83
  }
84
  $check_fshadow = get_option('wp_erident_dashboard_check_form_shadow');
85
+ if($check_fshadow == "Yes") {
86
  $er_login_form_shadow = '0 4px 10px -1px '.get_option('wp_erident_dashboard_form_shadow');
87
  }
88
  else {
102
  $er_login_bg_ypos = get_option('wp_erident_login_bg_ypos');
103
  ?>
104
  <style type="text/css">
105
+ /* Styles loading from Erident Custom Login and Dashboard Plugin*/
106
+ html {
107
+ background: none !important;
108
+ }
109
  html body.login {
110
  background: <?php echo $er_top_bg_color ?> url(<?php echo $er_top_bg_image ?>) <?php echo $er_top_bg_repeat ?> <?php echo $er_top_bg_xpos ?> <?php echo $er_top_bg_ypos ?> !important;
111
  background-size: <?php echo $er_top_bg_size ?> !important;
209
 
210
  function wp_erident_dashboard_remove() {
211
  $check_db = get_option('wp_erident_dashboard_delete_db');
212
+ if($check_db == "Yes") {
213
  /* Deletes the database field */
214
  delete_option('wp_erident_dashboard_data_left');
215
  delete_option('wp_erident_dashboard_data_right');
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: libinvbabu
3
  Donate link: http://www.libin.in
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, customize, branding
5
  Requires at least: 3.0.0
6
- Tested up to: 3.8.1
7
- Stable tag: 2.2.0
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -106,6 +106,10 @@ You can edit the plugin's php file through WordPress plugin editor. But once you
106
 
107
  == Changelog ==
108
 
 
 
 
 
109
  = 2.2.0 =
110
  * New Default UI for login page.
111
  * Optimized the backend files.
@@ -151,5 +155,5 @@ You can edit the plugin's php file through WordPress plugin editor. But once you
151
 
152
  == Upgrade Notice ==
153
 
154
- = 2.2.0 =
155
- File optimization for better usability.
3
  Donate link: http://www.libin.in
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, customize, branding
5
  Requires at least: 3.0.0
6
+ Tested up to: 3.9
7
+ Stable tag: 2.2.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
106
 
107
  == Changelog ==
108
 
109
+ = 2.2.1 =
110
+ * Fixed constants Notice.
111
+ * Fixed Image background cut on small screen resolutions.
112
+
113
  = 2.2.0 =
114
  * New Default UI for login page.
115
  * Optimized the backend files.
155
 
156
  == Upgrade Notice ==
157
 
158
+ = 2.2.1 =
159
+ Bug Fixes on login page.
screenshot-2.jpg CHANGED
Binary file