Erident Custom Login and Dashboard - Version 2.1.1

Version Description

  • Fixed Background property overriding problem with some themes and plugins.
Download this release

Release Info

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

Code changes from version 2.1.0 to 2.1.1

Files changed (2) hide show
  1. er-custom-login.php +4 -4
  2. readme.txt +7 -6
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.1.0
7
  Author: Libin V Babu
8
  Author URI: http://www.libin.in/
9
  License: GPL
@@ -107,9 +107,9 @@ function er_login_logo() {
107
  $er_login_bg_ypos = get_option('wp_erident_login_bg_ypos');
108
  ?>
109
  <style type="text/css">
110
- body.login {
111
- 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 ?>;
112
- background-size: <?php echo $er_top_bg_size ?>;
113
  }
114
  body.login div#login h1 a {
115
  background-image: url(<?php echo $er_logo ?>);
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.1.1
7
  Author: Libin V Babu
8
  Author URI: http://www.libin.in/
9
  License: GPL
107
  $er_login_bg_ypos = get_option('wp_erident_login_bg_ypos');
108
  ?>
109
  <style type="text/css">
110
+ html body.login {
111
+ 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;
112
+ background-size: <?php echo $er_top_bg_size ?> !important;
113
  }
114
  body.login div#login h1 a {
115
  background-image: url(<?php echo $er_logo ?>);
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.1.0
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,9 +14,7 @@ Dashboard footer etc.
14
 
15
  == Description ==
16
 
17
- TOP RATED PLUGIN for Login Page Customization!!! Customize completely your WordPress Login Screen and
18
-
19
- Dashboard easily. Add your company logo to login screen, change background images, colors, styles etc. Customize your Dashboard footer text also for complete branding.
20
 
21
  Fastest support for the plugin. If you have any queries,
22
  visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
@@ -112,6 +110,9 @@ make sure to backup your changes before updating. Or inform us [Suggestions/requ
112
 
113
  == Changelog ==
114
 
 
 
 
115
  = 2.1.0 =
116
  * Added Login Screen Background size Property
117
 
@@ -150,5 +151,5 @@ make sure to backup your changes before updating. Or inform us [Suggestions/requ
150
 
151
  == Upgrade Notice ==
152
 
153
- = 2.1.0 =
154
- Added new feature.
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.1.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  == Description ==
16
 
17
+ TOP RATED PLUGIN for Login Page Customization!!! Customize completely your WordPress Login Screen and Dashboard easily. Add your company logo to login screen, change background images, colors, styles etc. Customize your Dashboard footer text also for complete branding.
 
 
18
 
19
  Fastest support for the plugin. If you have any queries,
20
  visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
110
 
111
  == Changelog ==
112
 
113
+ = 2.1.1 =
114
+ * Fixed Background property overriding problem with some themes and plugins.
115
+
116
  = 2.1.0 =
117
  * Added Login Screen Background size Property
118
 
151
 
152
  == Upgrade Notice ==
153
 
154
+ = 2.1.1 =
155
+ Bug Fix.