Admin Custom Login - Version 2.4.9.1

Version Description

  • Social icons position bug fixed, Logo fade in bug fixed with background slide show
Download this release

Release Info

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

Code changes from version 2.4.9 to 2.4.9.1

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.4.9
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: http://weblizar.com/plugins/
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.4.9.1
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: http://weblizar.com/plugins/
css/acl-custom.css CHANGED
@@ -1,37 +1,42 @@
1
- /* login-form-screen */
2
- .fa{
3
- line-height:1.5 !important;
4
- }
5
- p{
6
- position:relative !important;
7
- }
8
- body.login div#login h1 a,#login_error{
9
- position:relative !important;
10
- }
11
-
12
- .icon-ph {
13
- display: inline-block;
14
- width: 15px;
15
- height: 15px;
16
- min-width: 16px;
17
- padding: 4px 5px;
18
- font-size: 20px;
19
- font-weight: normal;
20
- line-height: 20px;
21
- text-align: center;
22
- text-shadow: 0 1px 0 #ffffff;
23
- background-color: transparent;
24
- position:absolute;
25
- left:6px;
26
- top:4px;
27
- bottom:3px;
28
- z-index:3;
29
- }
30
-
31
- .custom-text {
32
- padding:6px 6px 6px 30px ;
33
- }
34
-
35
- .input-container {
36
- position:relative;
37
- }
 
 
 
 
 
1
+ /* login-form-screen */
2
+ p{
3
+ position:relative !important;
4
+ }
5
+ body.login div#login h1 a,#login_error{
6
+ position:relative !important;
7
+ }
8
+
9
+ .icon-ph {
10
+ display: inline-block;
11
+ width: 15px;
12
+ height: 15px;
13
+ min-width: 16px;
14
+ padding: 4px 5px;
15
+ font-size: 20px;
16
+ font-weight: normal;
17
+ line-height: 20px;
18
+ text-align: center;
19
+ text-shadow: 0 1px 0 #ffffff;
20
+ background-color: transparent;
21
+ position:absolute;
22
+ left:6px;
23
+ top:4px;
24
+ bottom:3px;
25
+ z-index:3;
26
+ }
27
+
28
+ .custom-text {
29
+ padding:6px 6px 6px 30px ;
30
+ }
31
+
32
+ .input-container {
33
+ position:relative;
34
+ }
35
+ .cb-slideshow li span{
36
+ z-index:-1 !important;
37
+ }
38
+
39
+ /* social icon gap */
40
+ .divsocial a {
41
+ margin: 2px;
42
+ }
includes/design/text_and_color.php CHANGED
@@ -2857,10 +2857,10 @@ if(isset($_POST['Action'])) {
2857
  'button_font_size'=>'14',
2858
  'enable_link_shadow'=>'yes',
2859
  'link_shadow_color'=>'#ffffff',
2860
- 'heading_font_style'=>'Arial',
2861
- 'input_font_style'=>'Arial',
2862
- 'link_font_style'=>'Arial',
2863
- 'button_font_style'=>'Arial',
2864
  'enable_inputbox_icon'=>'yes',
2865
  'user_input_icon'=>'fa-user',
2866
  'password_input_icon'=>'fa-key'
2857
  'button_font_size'=>'14',
2858
  'enable_link_shadow'=>'yes',
2859
  'link_shadow_color'=>'#ffffff',
2860
+ 'heading_font_style'=>'Open Sans',
2861
+ 'input_font_style'=>'Open Sans',
2862
+ 'link_font_style'=>'Open Sans',
2863
+ 'button_font_style'=>'Open Sans',
2864
  'enable_inputbox_icon'=>'yes',
2865
  'user_input_icon'=>'fa-user',
2866
  'password_input_icon'=>'fa-key'
includes/social/social.php CHANGED
@@ -455,15 +455,15 @@ if(isset($_POST['Action'])) {
455
  'social_icon_bg_onhover'=> '#ffffff' ,
456
  'social_facebook_link'=> 'http://facebook.com' ,
457
  'social_twitter_link'=> 'https://twitter.com/minimalmonkey',
458
- 'social_linkedin_link'=> 'https://in.linkedin.com/' ,
459
  'social_google_plus_link'=> 'http://plus.google.com' ,
460
- 'social_pinterest_link'=> 'https://in.pinterest.com/',
461
- 'social_digg_link'=> 'https://digg.com/',
462
  'social_youtube_link'=> 'https://youtube.com/',
463
  'social_flickr_link'=> 'https://flickr.com/',
464
- 'social_tumblr_link'=> 'https://tumblr.com/',
465
- 'social_vkontakte_link'=> 'https://vkontakte.com/',
466
- 'social_skype_link'=> 'https://skype.com/',
467
  'social_instagram_link'=> 'https://instagram.com/',
468
  ));
469
  update_option('Admin_custome_login_Social', $Social_page);
455
  'social_icon_bg_onhover'=> '#ffffff' ,
456
  'social_facebook_link'=> 'http://facebook.com' ,
457
  'social_twitter_link'=> 'https://twitter.com/minimalmonkey',
458
+ 'social_linkedin_link'=> '' ,
459
  'social_google_plus_link'=> 'http://plus.google.com' ,
460
+ 'social_pinterest_link'=> '',
461
+ 'social_digg_link'=> '',
462
  'social_youtube_link'=> 'https://youtube.com/',
463
  'social_flickr_link'=> 'https://flickr.com/',
464
+ 'social_tumblr_link'=> '',
465
+ 'social_vkontakte_link'=> '',
466
+ 'social_skype_link'=> '',
467
  'social_instagram_link'=> 'https://instagram.com/',
468
  ));
469
  update_option('Admin_custome_login_Social', $Social_page);
installation.php CHANGED
@@ -63,10 +63,10 @@ if(!isset($Version)){
63
  'button_font_size'=>'14',
64
  'enable_link_shadow'=>'yes',
65
  'link_shadow_color'=>'#ffffff',
66
- 'heading_font_style'=>'Arial',
67
- 'input_font_style'=>'Arial',
68
- 'link_font_style'=>'Arial',
69
- 'button_font_style'=>'Arial',
70
  'enable_inputbox_icon'=>'yes',
71
  'user_input_icon'=>'fa-user',
72
  'password_input_icon'=>'fa-key'
@@ -92,15 +92,15 @@ if(!isset($Version)){
92
  'social_icon_bg_onhover' => '#ffffff' ,
93
  'social_facebook_link' => 'http://facebook.com' ,
94
  'social_twitter_link' => 'https://twitter.com/minimalmonkey',
95
- 'social_linkedin_link' => 'https://in.linkedin.com/' ,
96
  'social_google_plus_link' => 'http://plus.google.com' ,
97
- 'social_pinterest_link' => 'https://in.pinterest.com/',
98
- 'social_digg_link' => 'https://digg.com',
99
  'social_youtube_link' => 'https://youtube.com',
100
  'social_flickr_link' => 'https://flickr.com',
101
- 'social_tumblr_link' => 'https://tumblr.com',
102
- 'social_vkontakte_link' => 'https://vkontakte.com',
103
- 'social_skype_link' => 'https://skype.com',
104
  'social_instagram_link' => 'https://instagram.com',
105
  ));
106
  add_option("Admin_custome_login_Social", $Social_page);
63
  'button_font_size'=>'14',
64
  'enable_link_shadow'=>'yes',
65
  'link_shadow_color'=>'#ffffff',
66
+ 'heading_font_style'=>'Open Sans',
67
+ 'input_font_style'=>'Open Sans',
68
+ 'link_font_style'=>'Open Sans',
69
+ 'button_font_style'=>'Open Sans',
70
  'enable_inputbox_icon'=>'yes',
71
  'user_input_icon'=>'fa-user',
72
  'password_input_icon'=>'fa-key'
92
  'social_icon_bg_onhover' => '#ffffff' ,
93
  'social_facebook_link' => 'http://facebook.com' ,
94
  'social_twitter_link' => 'https://twitter.com/minimalmonkey',
95
+ 'social_linkedin_link' => '' ,
96
  'social_google_plus_link' => 'http://plus.google.com' ,
97
+ 'social_pinterest_link' => '',
98
+ 'social_digg_link' => '',
99
  'social_youtube_link' => 'https://youtube.com',
100
  'social_flickr_link' => 'https://flickr.com',
101
+ 'social_tumblr_link' => '',
102
+ 'social_vkontakte_link' => '',
103
+ 'social_skype_link' => '',
104
  'social_instagram_link' => 'https://instagram.com',
105
  ));
106
  add_option("Admin_custome_login_Social", $Social_page);
login-form-screen.php CHANGED
@@ -285,5 +285,4 @@ $dashboard_status = $dashboard_page['dashboard_status'];
285
  if($dashboard_status == "enable") {
286
  add_action( 'login_enqueue_scripts', 'acl_er_login_logo' );
287
  }
288
-
289
  ?>
285
  if($dashboard_status == "enable") {
286
  add_action( 'login_enqueue_scripts', 'acl_er_login_logo' );
287
  }
 
288
  ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.weblizar.com/
4
  Tags: admin, admin login, admin login page, customize, admin custom login, custom login, branding, custom login, custom login pro, customization, error, login, login error, logo, customization, themes, wordpress login, login form, admin login form, wordpress login, plugin, jquery form, jquery, customization, customizer, custom login plugin, background , sideshow, social form, social connect, social share, facebook, twitter, google plug, linkedin, background slideshow, image, logo, custom logo, wordpress admin login, wp login, wp-login, log in, admin, role, subscriber, captcha, security login, customize wordpress login form, wp login form, login form plugin, ogin page, logo, style log in, style login, themes, custom login page, css , html, form style,
5
  Requires at least: 4.0
6
  Tested up to: 4.7.3
7
- Stable tag: 2.4.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -119,6 +119,7 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
119
 
120
  For more information, see [Weblizar](http://wwww.weblizar.com/)
121
 
 
122
  = 2.4.9 - More secure code structure added
123
  = 2.4.8 - All setting fields are sanitizied, Plugin setting are now more seciure from malicious script
124
  = 2.4.7.1 - Language file updated (some text string was missing in lang file and updated in 2.4.7.1)
4
  Tags: admin, admin login, admin login page, customize, admin custom login, custom login, branding, custom login, custom login pro, customization, error, login, login error, logo, customization, themes, wordpress login, login form, admin login form, wordpress login, plugin, jquery form, jquery, customization, customizer, custom login plugin, background , sideshow, social form, social connect, social share, facebook, twitter, google plug, linkedin, background slideshow, image, logo, custom logo, wordpress admin login, wp login, wp-login, log in, admin, role, subscriber, captcha, security login, customize wordpress login form, wp login form, login form plugin, ogin page, logo, style log in, style login, themes, custom login page, css , html, form style,
5
  Requires at least: 4.0
6
  Tested up to: 4.7.3
7
+ Stable tag: 2.4.9.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
119
 
120
  For more information, see [Weblizar](http://wwww.weblizar.com/)
121
 
122
+ = 2.4.9.1 - Social icons position bug fixed, Logo fade in bug fixed with background slide show
123
  = 2.4.9 - More secure code structure added
124
  = 2.4.8 - All setting fields are sanitizied, Plugin setting are now more seciure from malicious script
125
  = 2.4.7.1 - Language file updated (some text string was missing in lang file and updated in 2.4.7.1)