Admin Custom Login - Version 2.6.6

Version Description

  • Directory & Filename Mismatch bug fix
  • Add new logo at dashboard page
Download this release

Release Info

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

Code changes from version 2.6.5 to 2.6.6

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.6.5
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.6.6
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
css/img/weblizarlogo.png ADDED
Binary file
css/smartech.css CHANGED
@@ -820,10 +820,7 @@ display:none !important;
820
  -ms-transition: all 0.5s ease;
821
  transition: all 0.5s ease; }
822
  .sidebar .sidebar-profile .sidebar-profile-picture img {
823
- max-width: 100%;
824
- -moz-border-radius: 100%;
825
- -webkit-border-radius: 100%;
826
- border-radius: 100%;
827
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
828
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
829
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
820
  -ms-transition: all 0.5s ease;
821
  transition: all 0.5s ease; }
822
  .sidebar .sidebar-profile .sidebar-profile-picture img {
823
+ max-width: 85%;
 
 
 
824
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
825
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
826
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
includes/content.php CHANGED
@@ -57,15 +57,9 @@ Fonts
57
  <ul class="nav " id="side-menu">
58
  <li class="sidebar-profile text-center">
59
  <span class="sidebar-profile-picture">
60
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'css/img/photo.jpg'; ?>" alt="Profile Picture"/>
61
  </span>
62
- <p class="sidebar-profile-description">
63
- <?php _e('Powered By', WEBLIZAR_ACL); ?>
64
- </p>
65
- <h3 class="sidebar-profile-name"><a href="http://weblizar.com/" target="_blank" style="background-color: #29282f; border-left:0px ; "><?php _e( 'Weblizar', WEBLIZAR_ACL ); ?></a></h3>
66
-
67
-
68
-
69
  <h5 style="color:#fff" class="acl-rate"><?php _e('Show Us Some Love (Rate Us)', WEBLIZAR_ACL); ?></h5>
70
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login/" target="_blank">
71
  <span class="dashicons dashicons-star-filled"></span>
@@ -224,7 +218,7 @@ Fonts
224
  <?php require_once('design/text_and_color.php'); ?>
225
  </div>
226
  <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-8">
227
- <?php require_once('Login-form-setting/login-form-background.php'); ?>
228
  </div>
229
  <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-9">
230
  <?php require_once('social/social.php'); ?>
@@ -260,4 +254,15 @@ Fonts
260
  mustAccept:false,
261
  });
262
  });
263
- </script>
 
 
 
 
 
 
 
 
 
 
 
57
  <ul class="nav " id="side-menu">
58
  <li class="sidebar-profile text-center">
59
  <span class="sidebar-profile-picture">
60
+ <a class="logo-cls" href="https://www.weblizar.com" target="_blank"><img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'css/img/weblizarlogo.png'; ?>" alt="Profile Picture"/></a>
61
  </span>
62
+
 
 
 
 
 
 
63
  <h5 style="color:#fff" class="acl-rate"><?php _e('Show Us Some Love (Rate Us)', WEBLIZAR_ACL); ?></h5>
64
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login/" target="_blank">
65
  <span class="dashicons dashicons-star-filled"></span>
218
  <?php require_once('design/text_and_color.php'); ?>
219
  </div>
220
  <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-8">
221
+ <?php require_once('login-form-setting/login-form-background.php'); ?>
222
  </div>
223
  <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-9">
224
  <?php require_once('social/social.php'); ?>
254
  mustAccept:false,
255
  });
256
  });
257
+ </script>
258
+ <style type="text/css">
259
+ a.logo-cls {
260
+ border: 0px !important;
261
+ background-color: #29282f !important;
262
+ }
263
+
264
+ a.logo-cls :hover {
265
+ border: 0px !important;
266
+ background-color: #29282f !important;
267
+ }
268
+ </style>
includes/dashboard/dashboard.php CHANGED
@@ -51,7 +51,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
51
  <td>
52
  <h4><?php _e('Copy below link and open in another browser where you are not logged in', WEBLIZAR_ACL)?></h4>
53
  <br>
54
- <span style="color:#ef4238"><?php echo wp_login_url(); ?></span>
55
  </td>
56
  </tr>
57
  </table>
51
  <td>
52
  <h4><?php _e('Copy below link and open in another browser where you are not logged in', WEBLIZAR_ACL)?></h4>
53
  <br>
54
+ <pre><span style="color:#ef4238"><?php echo wp_login_url(); ?></span></pre>
55
  </td>
56
  </tr>
57
  </table>
includes/login-form-setting/{Login-form-background.php → login-form-background.php} RENAMED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.weblizar.com/
4
  Tags: 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: 4.9.7
7
- Stable tag: 2.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -124,6 +124,10 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
124
 
125
  For more information, see [Weblizar](http://www.weblizar.com/)
126
 
 
 
 
 
127
  = 2.6.5 =
128
  * google fonts library URL update http to https
129
  * mix contents error fixed
4
  Tags: 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: 4.9.7
7
+ Stable tag: 2.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
124
 
125
  For more information, see [Weblizar](http://www.weblizar.com/)
126
 
127
+ = 2.6.6 =
128
+ * Directory & Filename Mismatch bug fix
129
+ * Add new logo at dashboard page
130
+
131
  = 2.6.5 =
132
  * google fonts library URL update http to https
133
  * mix contents error fixed