Admin Custom Login - Version 1.2

Version Description

Download this release

Release Info

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

Code changes from version 1.1 to 1.2

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Costum Login
4
- * Version: 1.1
5
  * Responsive Login Form Allow You Setting Of login Form.
6
  * Author: weblizar
7
  * Author URI: http://www.weblizar.com
1
  <?php
2
  /**
3
  * Plugin Name: Admin Costum Login
4
+ * Version: 1.2
5
  * Responsive Login Form Allow You Setting Of login Form.
6
  * Author: weblizar
7
  * Author URI: http://www.weblizar.com
includes/content.php CHANGED
@@ -62,13 +62,8 @@ Fonts
62
  <ul class="nav navbar-top-links navbar-right coming-soon-top">
63
  <!-- Code for prev Login page-->
64
  <?php add_thickbox(); ?>
65
- <div id="my-content-id" style="display:none;">
66
- <iframe src="<?php echo site_url().'/wp-login.php'; ?> " width="750px" height="700px" style="border:5px solid white"></iframe>
67
- </div>
68
 
69
- <li class="dropdown">
70
- <a href="#TB_inline?width=600&height=550&inlineId=my-content-id" style="padding:3px" class="thickbox"><button type="button" class="btn btn-info btn-lg"><i class="fa fa-desktop fa-fw"style="font-size:20px"></i><?php _e(' Login Preview','WEBLIZAR_ACL')?></button> </a>
71
- </li>
72
  <!-- /.dropdown -->
73
  <li class="dropdown" style="display:none">
74
  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
@@ -98,6 +93,35 @@ Fonts
98
  <?php _e('Powered By','WEBLIZAR_ACL')?>
99
  </p>
100
  <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>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  </li>
102
 
103
  <li>
@@ -165,6 +189,16 @@ Fonts
165
  <span class="sidebar-item-subtitle"><?php _e('Connect with your social profile','WEBLIZAR_ACL')?></span>
166
  </a>
167
  </li>
 
 
 
 
 
 
 
 
 
 
168
  </ul>
169
  </div>
170
  <!-- /.sidebar-collapse -->
@@ -190,6 +224,9 @@ Fonts
190
  <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-9">
191
  <?php require_once('social/social.php'); ?>
192
  </div>
 
 
 
193
  </div>
194
  <!-- /#wrapper -->
195
  <script>
62
  <ul class="nav navbar-top-links navbar-right coming-soon-top">
63
  <!-- Code for prev Login page-->
64
  <?php add_thickbox(); ?>
 
 
 
65
 
66
+
 
 
67
  <!-- /.dropdown -->
68
  <li class="dropdown" style="display:none">
69
  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
93
  <?php _e('Powered By','WEBLIZAR_ACL')?>
94
  </p>
95
  <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>
96
+
97
+
98
+ <style>
99
+ .acl-rate-us span.dashicons{
100
+ width: 30px;
101
+ height: 30px;
102
+ }
103
+ .acl-rate-us span.dashicons-star-filled:before {
104
+ content: "\f155";
105
+ font-size: 30px;
106
+ }
107
+ .acl-rate-us {
108
+ color : #FBD229 !important;
109
+ padding-top:5px !important;
110
+ }
111
+ .acl-rate{
112
+ color:#fff;
113
+ margin-top:10px !important;
114
+ margin-bottom:5px !important;
115
+ }
116
+ </style>
117
+ <h5 style="color:#fff" class="acl-rate">Show Us Some Love (Rate Us)</h5>
118
+ <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">
119
+ <span class="dashicons dashicons-star-filled"></span>
120
+ <span class="dashicons dashicons-star-filled"></span>
121
+ <span class="dashicons dashicons-star-filled"></span>
122
+ <span class="dashicons dashicons-star-filled"></span>
123
+ <span class="dashicons dashicons-star-filled"></span>
124
+ </a>
125
  </li>
126
 
127
  <li>
189
  <span class="sidebar-item-subtitle"><?php _e('Connect with your social profile','WEBLIZAR_ACL')?></span>
190
  </a>
191
  </li>
192
+ <li>
193
+ <a href="#" id="ui-id-2">
194
+ <span class="sidebar-item-icon fa-stack">
195
+ <i class="fa fa-square fa-stack-2x text-primary"></i>
196
+ <i class="fa fa-question fa-stack-1x fa-inverse"></i>
197
+ </span>
198
+ <span class="sidebar-item-title"><?php _e('Help And Support','WEBLIZAR_ACL')?></span>
199
+ <span class="sidebar-item-subtitle"><?php _e('Ask your query','WEBLIZAR_ACL')?></span>
200
+ </a>
201
+ </li>
202
  </ul>
203
  </div>
204
  <!-- /.sidebar-collapse -->
224
  <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-9">
225
  <?php require_once('social/social.php'); ?>
226
  </div>
227
+ <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-2">
228
+ <?php require_once('help/help.php'); ?>
229
+ </div>
230
  </div>
231
  <!-- /#wrapper -->
232
  <script>
includes/dashboard/dashboard.php CHANGED
@@ -45,7 +45,9 @@
45
  </tr>
46
  <tr class="radio-span" style="border-bottom:none;">
47
  <td>
48
- <span> <a href="<?php echo get_bloginfo( 'url' ); ?>/wp-login.php" target="_blank"><?php _e( 'Open Your WP Login Page in a New Tab', 'WEBLIZAR_ACL' ); ?></a></span>
 
 
49
  </td>
50
  </tr>
51
  </table>
45
  </tr>
46
  <tr class="radio-span" style="border-bottom:none;">
47
  <td>
48
+ <h4>Copy below link and open in another browser where you are not logged in</h4>
49
+ <br>
50
+ <span style="color:#ef4238"> <?php echo wp_login_url(); ?> </span>
51
  </td>
52
  </tr>
53
  </table>
includes/help/help.php ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- Dashboard Settings panel content --- >
2
+ <!---------------------------------------->
3
+ <div class="row">
4
+ <div class="post-social-wrapper clearfix">
5
+ <div class="col-md-12 post-social-item">
6
+ <div class="panel panel-default">
7
+ <div class="panel-heading padding-none">
8
+ <div class="post-social post-social-xs" id="post-social-5">
9
+ <div class="text-center padding-all text-center">
10
+ <div class="textbox text-white margin-bottom settings-title">
11
+ <?php _e('Help And Support','WEBLIZAR_ACL')?>
12
+ </div>
13
+ </div>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ <div class="panel panel-primary panel-default content-panel">
20
+ <div class="panel-body">
21
+ <table class="form-table">
22
+
23
+ <tr class="radio-span" style="border-bottom:none;">
24
+ <td>
25
+ <a href="https://wordpress.org/support/plugin/admin-custom-login" target="_new" type="button" class="btn btn-info btn-lg" style="color:#fff"><?php _e('View Support Docs or Open a Ticket','')?></a>
26
+
27
+ </td>
28
+ </tr>
29
+ </table>
30
+ </div>
31
+ </div>
32
+ <div class="panel panel-primary panel-default content-panel">
33
+ <div class="panel-body">
34
+ <table class="form-table">
35
+ <tr>
36
+ <th scope="row" ><?php _e('Rate Us','WEBLIZAR_ACL')?></th>
37
+ <td></td>
38
+ </tr>
39
+ <tr class="radio-span" style="border-bottom:none;">
40
+ <td>
41
+
42
+ <style>
43
+ .acl-rate-us span.dashicons{
44
+ width: 30px;
45
+ height: 30px;
46
+ }
47
+ .acl-rate-us span.dashicons-star-filled:before {
48
+ content: "\f155";
49
+ font-size: 30px;
50
+ }
51
+ .acl-rate-us {
52
+ color : #FBD229 !important;
53
+ padding-top:5px !important;
54
+ }
55
+
56
+ .acl-rate-us span{
57
+ display:inline-block;
58
+ }
59
+ </style>
60
+ <h4 >If you are enjoying using our Admin Custom Login plugin and find it useful, then please consider writing a positive feedback. Your feedback will help us to encourage and support the plugin's continued development and better user support.</h4>
61
+ <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">
62
+ <span class="dashicons dashicons-star-filled"></span>
63
+ <span class="dashicons dashicons-star-filled"></span>
64
+ <span class="dashicons dashicons-star-filled"></span>
65
+ <span class="dashicons dashicons-star-filled"></span>
66
+ <span class="dashicons dashicons-star-filled"></span>
67
+ </a>
68
+ </td>
69
+ </tr>
70
+ </table>
71
+ </div>
72
+ </div>
73
+
74
+ <div class="panel panel-primary panel-default content-panel">
75
+ <div class="panel-body">
76
+ <table class="form-table">
77
+ <tr>
78
+ <th scope="row" ><?php _e('Share Us Your Suggestion','WEBLIZAR_ACL')?></th>
79
+ <td></td>
80
+ </tr>
81
+ <tr class="radio-span" style="border-bottom:none;">
82
+ <td>
83
+
84
+ <h4 > If you have any suggestion or features in your mind then please share us. We will try our best to add them in this plugin. </h4>
85
+
86
+
87
+ </td>
88
+ </tr>
89
+ </table>
90
+ </div>
91
+ </div>
92
+
93
+ <div class="panel panel-primary panel-default content-panel">
94
+ <div class="panel-body">
95
+ <table class="form-table">
96
+ <tr>
97
+ <th scope="row" ><?php _e('Language Contribution ','WEBLIZAR_ACL')?></th>
98
+ <td></td>
99
+ </tr>
100
+ <tr class="radio-span" style="border-bottom:none;">
101
+ <td>
102
+
103
+ <h4 > Translate this plugin into your language </h4>
104
+ <h4>Question : How to convert Plguin into My Language ? </h4>
105
+ <a href="http://weblizar.com/customize-your-wordpress-login-page" target="_new" type="button" class="btn btn-info btn-lg" style="color:#fff"><?php _e('here is solution','')?></a>
106
+
107
+ </td>
108
+ </tr>
109
+ </table>
110
+ </div>
111
+ </div>
112
+
113
+ </div>
114
+ <!-- /row -->
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: 3.3
6
  Tested up to: 4.1.1
7
- Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -16,6 +16,9 @@ Admin custom login plugin give ability to customize your WordPress admin login p
16
 
17
  Pugin allows to change background color, background image, background slide show, login form color, login form font size, login form position, add social media icon on form and many more features.
18
 
 
 
 
19
  > **Standard Features**
20
  >
21
  > * Add Your Own Custom Logo On Login Form
@@ -34,6 +37,44 @@ Pugin allows to change background color, background image, background slide show
34
  > * Social Media Icon Color
35
  > * Social Media Icon Size
36
  > * Interactive Plugin Dashboard
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  If you have any question contact us at here: [Plugin Support Forum ](http://wordpress.org/support/plugin/admin-custom-login)
39
 
@@ -59,6 +100,12 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
59
 
60
  For more information, see [Weblizar](http://wwww.weblizar.com/)
61
 
 
 
 
 
 
 
62
  = Version 1.1 07/04/2015 =
63
 
64
  * Resolve issue loading the fonts with SSL.
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: 3.3
6
  Tested up to: 4.1.1
7
+ Stable tag: 1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
16
 
17
  Pugin allows to change background color, background image, background slide show, login form color, login form font size, login form position, add social media icon on form and many more features.
18
 
19
+ **Live Demo:** [Admin Custom Login Live Demo](http://demo.weblizar.com/admin-custom-login/wp-login.php)
20
+
21
+
22
  > **Standard Features**
23
  >
24
  > * Add Your Own Custom Logo On Login Form
37
  > * Social Media Icon Color
38
  > * Social Media Icon Size
39
  > * Interactive Plugin Dashboard
40
+ >
41
+
42
+ ### Background Slideshow:
43
+ This is our most key feature of this plugin. We have provide you our best to add slideshow on your custom login background without any hesitation.
44
+
45
+ ### Social Link Connectivity:
46
+ In this plugin you will able to add social icon to link your social profile with your login form. Socile profiles names are
47
+
48
+ * Twitter
49
+ * Facebook
50
+ * Linkedin
51
+ * Google+
52
+ * Pinterest
53
+
54
+ ### Slideshow Animation:
55
+ We have provide you 4 types of animation in background slideshow
56
+ We have provide you 4 types of animation in background slideshow.
57
+
58
+ ### Powerful And Easy Setting Panel:
59
+ PLugin Setting Panel very simple and user friendly. There your able to design your login page without any hesitation.
60
+
61
+ ### Responsive Design:
62
+ Plugin Design is totally mobile compatible.
63
+
64
+ ### Google Font Integrated
65
+ Plugin is integrated with 500+ google fonts. So add beautiful font styles fro you form panel.
66
+
67
+ ### Unlimited colour Scheme
68
+ Theere you able update plugin design with unlimited colours. Colour option is available for both login form panel and background
69
+
70
+ > #### **Admin Demo**
71
+ > * [Admin Demo](http://demo.weblizar.com/admin-custom-login-admin-demo/wp-login.php)
72
+ >
73
+ > **Username:** userdemo
74
+ >
75
+ > **Password:** userdemo
76
+ >
77
+
78
 
79
  If you have any question contact us at here: [Plugin Support Forum ](http://wordpress.org/support/plugin/admin-custom-login)
80
 
100
 
101
  For more information, see [Weblizar](http://wwww.weblizar.com/)
102
 
103
+ = Version 1.2 08/04/2015 =
104
+
105
+ * Remove preview option.
106
+ * Add help section.
107
+
108
+
109
  = Version 1.1 07/04/2015 =
110
 
111
  * Resolve issue loading the fonts with SSL.