Admin Custom Login - Version 3.1.5

Version Description

Download this release

Release Info

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

Code changes from version 3.1.4 to 3.1.5

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Plugin Name: Admin Custom Login
4
- * Version: 3.1.4
5
  * Description: Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profiles, Login Form Positions, Background Image Slide Show
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
@@ -9,7 +9,7 @@
9
  * Text Domain: admin-custom-login
10
  * Domain Path: /languages
11
  */
12
-
13
  /** Exit if accessed directly **/
14
  if ( ! defined( 'ABSPATH' ) ) exit;
15
  define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
@@ -45,12 +45,12 @@ function ACL_WeblizarDoInstallation() {
45
  /*** Add settings link on plugin page ***/
46
  function acl_links($links) {
47
  $acl_pro_link = '<a href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank">'. esc_html__('Go Pro', WEBLIZAR_ACL) .'</a>';
48
- $acl_settings_link = '<a href="admin.php?page=admin_custom_login">'. esc_html__('Settings', WEBLIZAR_ACL) .'</a>';
49
  array_unshift($links, $acl_settings_link);
50
- array_unshift($links, $acl_pro_link);
51
- return $links;
52
- }
53
- $acl_plugin_name = plugin_basename(__FILE__);
54
  add_filter("plugin_action_links_$acl_plugin_name", 'acl_links' );
55
  require_once( WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE . '/init.php' );
56
- ?>
1
  <?php
2
  /**
3
+ * Plugin Name: Admin Custom Login
4
+ * Version: 3.1.5
5
  * Description: Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profiles, Login Form Positions, Background Image Slide Show
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
9
  * Text Domain: admin-custom-login
10
  * Domain Path: /languages
11
  */
12
+
13
  /** Exit if accessed directly **/
14
  if ( ! defined( 'ABSPATH' ) ) exit;
15
  define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
45
  /*** Add settings link on plugin page ***/
46
  function acl_links($links) {
47
  $acl_pro_link = '<a href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank">'. esc_html__('Go Pro', WEBLIZAR_ACL) .'</a>';
48
+ $acl_settings_link = '<a href="admin.php?page=admin_custom_login">'. esc_html__('Settings', WEBLIZAR_ACL) .'</a>';
49
  array_unshift($links, $acl_settings_link);
50
+ array_unshift($links, $acl_pro_link);
51
+ return $links;
52
+ }
53
+ $acl_plugin_name = plugin_basename(__FILE__);
54
  add_filter("plugin_action_links_$acl_plugin_name", 'acl_links' );
55
  require_once( WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE . '/init.php' );
56
+ ?>
css/custom.css CHANGED
@@ -22,7 +22,7 @@ span.input-group-addon {
22
  height: .5em;
23
  }
24
  .ui-widget-content {
25
- border: 0px solid #a6c9e2;
26
  background: #a9acb1;
27
  color: #222222;
28
  }
@@ -49,10 +49,10 @@ span.input-group-addon {
49
  .slider-text-span{
50
  font-size:17px;
51
  }
52
-
53
-
54
  /* Help & Rate */
55
-
56
  .acl-rate-us span.dashicons{
57
  width: 30px;
58
  height: 30px;
@@ -74,9 +74,9 @@ span.input-group-addon {
74
  margin-bottom:5px !important;
75
  font-size: 14px;
76
  }
77
-
78
-
79
- /* content */
80
  ::-webkit-scrollbar{
81
  width: 12px;
82
  }
@@ -119,7 +119,7 @@ span.input-group-addon {
119
  .radio-span{
120
  border-bottom:none;
121
 
122
- }
123
  .dialog-button,.dialog-button7{
124
  display:none;
125
  }
@@ -145,7 +145,7 @@ font-family: 'Lora', serif;
145
 
146
  body{
147
  font-family: 'Nanum Gothic', sans-serif;
148
-
149
  }
150
 
151
  .radio-span{
@@ -322,15 +322,15 @@ a.wb_button-primary:hover,
322
  }
323
  .navbar-static-top{
324
  margin-bottom: 0; background-color:#29282f;
325
- }
326
 
327
  a.logo-cls {
328
- border: 0px !important;
329
  background-color: #29282f !important;
330
  }
331
 
332
  a.logo-cls :hover {
333
- border: 0px !important;
334
  background-color: #29282f !important;
335
  }
336
 
@@ -1151,7 +1151,7 @@ div#TB_ajaxContent {
1151
  width: 100%!important;
1152
  height: 100%!important;
1153
  clear: both;
1154
- padding:0px!important;
1155
  overflow: auto;
1156
  text-align: left;
1157
  line-height: 1.4em;
@@ -1176,7 +1176,7 @@ span.blog-editor-title {
1176
  margin-top: 41px;
1177
  box-shadow: 1px 1px 1px 1px #ccc;
1178
  }
1179
- .settings .sub {
1180
  display: inline;
1181
  width: 10%;
1182
  margin-left: 14px;
@@ -1184,7 +1184,7 @@ span.blog-editor-title {
1184
  font-size: 15px;
1185
  background-color: #00a0d2bd;
1186
  }
1187
- .settings input[type=text] {
1188
  display: inline;
1189
  width: 36%;
1190
  }
@@ -1196,10 +1196,10 @@ span.blog-editor-title {
1196
  padding: 9px 12px;
1197
  border-left: 3px solid #00a0d2;
1198
  text-decoration: none !important;
1199
- transition: all 0.5s;
1200
- -moz-transition: all 0.5s;
1201
- -webkit-transition: all 0.5s;
1202
- -o-transition: all 0.5s;
1203
  }
1204
  .product-tbs.nav>li.active>a, .product-tbs.nav>li>a:focus, .product-tbs.nav>li>a:hover {
1205
  text-decoration: none;
@@ -1209,26 +1209,26 @@ span.blog-editor-title {
1209
  .product-tbs.nav-tabs>li>a {
1210
  color: #333;
1211
  }
1212
- .get_link:hover{
1213
- text-decoration: none!important;
1214
  background: #4a4a4a;
1215
- transition: all 0.5s;
1216
- -moz-transition: all 0.5s;
1217
- -webkit-transition: all 0.5s;
1218
- -o-transition: all 0.5s;
1219
  transition: opacity .25s ease-out;
1220
  -moz-transition: opacity .25s ease-out;
1221
  -webkit-transition: opacity .25s ease-out;
1222
  -o-transition: opacity .25s ease-out;
1223
  }
1224
-
1225
  .get_link:hover i.fa.fa-hand-o-right{
1226
  background: #4a4a4a;
1227
  color: #00a0d2;
1228
- transition: all 0.5s;
1229
- -moz-transition: all 0.5s;
1230
- -webkit-transition: all 0.5s;
1231
- -o-transition: all 0.5s;
1232
  transition: opacity .25s ease-out;
1233
  -moz-transition: opacity .25s ease-out;
1234
  -webkit-transition: opacity .25s ease-out;
@@ -1432,7 +1432,7 @@ margin:0;
1432
  }
1433
  @media (max-width:768px){
1434
  .col-md-12.settings {
1435
- padding: 3px;
1436
  margin-top: 21px;
1437
 
1438
  }
@@ -1481,7 +1481,7 @@ width:100%;
1481
  .price {
1482
  margin: 0px 0px 10px;
1483
  text-align: left;
1484
- display:inline-block;
1485
  }
1486
  .p-box h2 {
1487
  font-size: 20px;
22
  height: .5em;
23
  }
24
  .ui-widget-content {
25
+ border: 0px solid #a6c9e2;
26
  background: #a9acb1;
27
  color: #222222;
28
  }
49
  .slider-text-span{
50
  font-size:17px;
51
  }
52
+
53
+
54
  /* Help & Rate */
55
+
56
  .acl-rate-us span.dashicons{
57
  width: 30px;
58
  height: 30px;
74
  margin-bottom:5px !important;
75
  font-size: 14px;
76
  }
77
+
78
+
79
+ /* content */
80
  ::-webkit-scrollbar{
81
  width: 12px;
82
  }
119
  .radio-span{
120
  border-bottom:none;
121
 
122
+ }
123
  .dialog-button,.dialog-button7{
124
  display:none;
125
  }
145
 
146
  body{
147
  font-family: 'Nanum Gothic', sans-serif;
148
+
149
  }
150
 
151
  .radio-span{
322
  }
323
  .navbar-static-top{
324
  margin-bottom: 0; background-color:#29282f;
325
+ }
326
 
327
  a.logo-cls {
328
+ border: 0px !important;
329
  background-color: #29282f !important;
330
  }
331
 
332
  a.logo-cls :hover {
333
+ border: 0px !important;
334
  background-color: #29282f !important;
335
  }
336
 
1151
  width: 100%!important;
1152
  height: 100%!important;
1153
  clear: both;
1154
+ padding:0px!important;
1155
  overflow: auto;
1156
  text-align: left;
1157
  line-height: 1.4em;
1176
  margin-top: 41px;
1177
  box-shadow: 1px 1px 1px 1px #ccc;
1178
  }
1179
+ .settings .sub {
1180
  display: inline;
1181
  width: 10%;
1182
  margin-left: 14px;
1184
  font-size: 15px;
1185
  background-color: #00a0d2bd;
1186
  }
1187
+ .settings input[type=text] {
1188
  display: inline;
1189
  width: 36%;
1190
  }
1196
  padding: 9px 12px;
1197
  border-left: 3px solid #00a0d2;
1198
  text-decoration: none !important;
1199
+ transition: all 0.5s;
1200
+ -moz-transition: all 0.5s;
1201
+ -webkit-transition: all 0.5s;
1202
+ -o-transition: all 0.5s;
1203
  }
1204
  .product-tbs.nav>li.active>a, .product-tbs.nav>li>a:focus, .product-tbs.nav>li>a:hover {
1205
  text-decoration: none;
1209
  .product-tbs.nav-tabs>li>a {
1210
  color: #333;
1211
  }
1212
+ .get_link:hover{
1213
+ text-decoration: none!important;
1214
  background: #4a4a4a;
1215
+ transition: all 0.5s;
1216
+ -moz-transition: all 0.5s;
1217
+ -webkit-transition: all 0.5s;
1218
+ -o-transition: all 0.5s;
1219
  transition: opacity .25s ease-out;
1220
  -moz-transition: opacity .25s ease-out;
1221
  -webkit-transition: opacity .25s ease-out;
1222
  -o-transition: opacity .25s ease-out;
1223
  }
1224
+
1225
  .get_link:hover i.fa.fa-hand-o-right{
1226
  background: #4a4a4a;
1227
  color: #00a0d2;
1228
+ transition: all 0.5s;
1229
+ -moz-transition: all 0.5s;
1230
+ -webkit-transition: all 0.5s;
1231
+ -o-transition: all 0.5s;
1232
  transition: opacity .25s ease-out;
1233
  -moz-transition: opacity .25s ease-out;
1234
  -webkit-transition: opacity .25s ease-out;
1432
  }
1433
  @media (max-width:768px){
1434
  .col-md-12.settings {
1435
+ padding: 3px;
1436
  margin-top: 21px;
1437
 
1438
  }
1481
  .price {
1482
  margin: 0px 0px 10px;
1483
  text-align: left;
1484
+ display:inline-block;
1485
  }
1486
  .p-box h2 {
1487
  font-size: 20px;
includes/content.php CHANGED
@@ -22,21 +22,21 @@ require_once('get_value.php');
22
  <ul class="nav navbar-top-links navbar-right coming-soon-top">
23
  <!-- Code for prev Login page-->
24
  <?php add_thickbox(); ?>
25
-
26
  <!-- /.dropdown -->
27
  <li class="dropdown" style="display:none">
28
  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
29
- <i class="fa fa-bell fa-fw"></i>
30
  </a>
31
  <!-- /.dropdown-alerts -->
32
  </li>
33
  <!-- /.dropdown -->
34
  <li class="dropdown" style="display:none">
35
  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
36
- <i class="fa fa-info fa-fw"></i>
37
  </a>
38
  </li>
39
- <!-- /.dropdown -->
40
  </ul>
41
  <!-- /.navbar-top-links -->
42
  <div class="navbar-default sidebar" role="navigation">
@@ -46,7 +46,7 @@ require_once('get_value.php');
46
  <span class="sidebar-profile-picture">
47
  <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>
48
  </span>
49
-
50
  <h5 style="color:#fff" class="acl-rate"><?php esc_html_e('Show Us Some Love (Rate Us)', WEBLIZAR_ACL); ?></h5>
51
  <a class="acl-rate-us" style="" href="https://wordpress.org/plugins/admin-custom-login/#reviews" target="_blank">
52
  <span class="dashicons dashicons-star-filled"></span>
@@ -54,7 +54,7 @@ require_once('get_value.php');
54
  <span class="dashicons dashicons-star-filled"></span>
55
  <span class="dashicons dashicons-star-filled"></span>
56
  <span class="dashicons dashicons-star-filled"></span>
57
- </a>
58
  </li>
59
 
60
  <li>
@@ -109,7 +109,7 @@ require_once('get_value.php');
109
  <span class="sidebar-item-title"><?php esc_html_e('Logo Settings', WEBLIZAR_ACL); ?></span>
110
  <span class="sidebar-item-subtitle"><?php esc_html_e('customize logo settings here', WEBLIZAR_ACL); ?></span>
111
  </a>
112
-
113
  <!-- /.nav-second-level -->
114
  </li>
115
  <li>
@@ -129,11 +129,11 @@ require_once('get_value.php');
129
  <i class="fa fa-square fa-stack-2x text-primary"></i>
130
  <i class="fab fa-google fa-stack-1x fa-inverse"></i>
131
  </span>
132
- <span class="sidebar-item-title"><?php esc_html_e('Google Captcha', WEBLIZAR_ACL); ?></span>
133
  <span class="sidebar-item-subtitle"><?php esc_html_e('configure captcha settings', WEBLIZAR_ACL); ?></span>
134
  </a>
135
  </li>
136
-
137
  <li>
138
  <a href="#" id="ui-id-4">
139
  <span class="sidebar-item-icon fa-stack">
@@ -160,7 +160,7 @@ require_once('get_value.php');
160
  <i class="fa fa-square fa-stack-2x text-primary"></i>
161
  <i class="fab fa-angellist fa-stack-1x fa-inverse"></i>
162
  </span>
163
- <span class="sidebar-item-title"><?php esc_html_e('Our Offers', WEBLIZAR_ACL); ?></span>
164
  <span class="sidebar-item-subtitle"><?php esc_html_e('weblizar premium products', WEBLIZAR_ACL); ?></span>
165
  </a>
166
  </li>
@@ -170,7 +170,7 @@ require_once('get_value.php');
170
  <i class="fa fa-square fa-stack-2x text-primary"></i>
171
  <i class="fa fa-star fa-stack-1x fa-inverse"></i>
172
  </span>
173
- <span class="sidebar-item-title"><?php esc_html_e('Rate & Donate to Us', WEBLIZAR_ACL); ?></span>
174
  <span class="sidebar-item-subtitle"><?php esc_html_e('if you like us', WEBLIZAR_ACL); ?></span>
175
  </a>
176
  </li>
@@ -181,7 +181,7 @@ require_once('get_value.php');
181
  <!-- /.navbar-static-side -->
182
  </nav>
183
 
184
- <div class="page-wrapper ui-tabs-panel active" id="option-ui-id-1">
185
  <?php require_once('dashboard/dashboard.php'); ?>
186
  </div>
187
  <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-3">
22
  <ul class="nav navbar-top-links navbar-right coming-soon-top">
23
  <!-- Code for prev Login page-->
24
  <?php add_thickbox(); ?>
25
+
26
  <!-- /.dropdown -->
27
  <li class="dropdown" style="display:none">
28
  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
29
+ <i class="fa fa-bell fa-fw"></i>
30
  </a>
31
  <!-- /.dropdown-alerts -->
32
  </li>
33
  <!-- /.dropdown -->
34
  <li class="dropdown" style="display:none">
35
  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
36
+ <i class="fa fa-info fa-fw"></i>
37
  </a>
38
  </li>
39
+ <!-- /.dropdown -->
40
  </ul>
41
  <!-- /.navbar-top-links -->
42
  <div class="navbar-default sidebar" role="navigation">
46
  <span class="sidebar-profile-picture">
47
  <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>
48
  </span>
49
+
50
  <h5 style="color:#fff" class="acl-rate"><?php esc_html_e('Show Us Some Love (Rate Us)', WEBLIZAR_ACL); ?></h5>
51
  <a class="acl-rate-us" style="" href="https://wordpress.org/plugins/admin-custom-login/#reviews" target="_blank">
52
  <span class="dashicons dashicons-star-filled"></span>
54
  <span class="dashicons dashicons-star-filled"></span>
55
  <span class="dashicons dashicons-star-filled"></span>
56
  <span class="dashicons dashicons-star-filled"></span>
57
+ </a>
58
  </li>
59
 
60
  <li>
109
  <span class="sidebar-item-title"><?php esc_html_e('Logo Settings', WEBLIZAR_ACL); ?></span>
110
  <span class="sidebar-item-subtitle"><?php esc_html_e('customize logo settings here', WEBLIZAR_ACL); ?></span>
111
  </a>
112
+
113
  <!-- /.nav-second-level -->
114
  </li>
115
  <li>
129
  <i class="fa fa-square fa-stack-2x text-primary"></i>
130
  <i class="fab fa-google fa-stack-1x fa-inverse"></i>
131
  </span>
132
+ <span class="sidebar-item-title"><?php esc_html_e('Google Captcha', WEBLIZAR_ACL); ?></span>
133
  <span class="sidebar-item-subtitle"><?php esc_html_e('configure captcha settings', WEBLIZAR_ACL); ?></span>
134
  </a>
135
  </li>
136
+
137
  <li>
138
  <a href="#" id="ui-id-4">
139
  <span class="sidebar-item-icon fa-stack">
160
  <i class="fa fa-square fa-stack-2x text-primary"></i>
161
  <i class="fab fa-angellist fa-stack-1x fa-inverse"></i>
162
  </span>
163
+ <span class="sidebar-item-title"><?php esc_html_e('Our Offers', WEBLIZAR_ACL); ?></span>
164
  <span class="sidebar-item-subtitle"><?php esc_html_e('weblizar premium products', WEBLIZAR_ACL); ?></span>
165
  </a>
166
  </li>
170
  <i class="fa fa-square fa-stack-2x text-primary"></i>
171
  <i class="fa fa-star fa-stack-1x fa-inverse"></i>
172
  </span>
173
+ <span class="sidebar-item-title"><?php esc_html_e('Rate & Donate to Us', WEBLIZAR_ACL); ?></span>
174
  <span class="sidebar-item-subtitle"><?php esc_html_e('if you like us', WEBLIZAR_ACL); ?></span>
175
  </a>
176
  </li>
181
  <!-- /.navbar-static-side -->
182
  </nav>
183
 
184
+ <div class="page-wrapper ui-tabs-panel active" id="option-ui-id-1">
185
  <?php require_once('dashboard/dashboard.php'); ?>
186
  </div>
187
  <div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-3">
includes/design/background.php CHANGED
@@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
- <?php esc_html_e('Background Settings', WEBLIZAR_ACL)?>
16
  </div>
17
  </div>
18
  </div>
@@ -34,7 +34,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
34
  <optgroup label="<?php esc_html_e('Select Background', WEBLIZAR_ACL)?>">
35
  <option value="static-background-color" ><?php esc_html_e('Static Background Color', WEBLIZAR_ACL)?></option>
36
  <option value="static-background-image" ><?php esc_html_e('Static Background Image', WEBLIZAR_ACL)?></option>
37
- <option value="slider-background"><?php esc_html_e('Background SlideShow', WEBLIZAR_ACL)?></option>
38
  </optgroup>
39
  </select>
40
  </td>
@@ -61,7 +61,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
61
  </tr>
62
  </table>
63
  </div>
64
- </div>
65
  </div>
66
 
67
  <div id="div-bakground-image" class="no-background">
@@ -90,8 +90,9 @@ if ( ! defined( 'ABSPATH' ) ) exit;
90
  <div class="modal-dialog">
91
  <div class="modal-content">
92
  <div class="modal-header">
93
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
94
  <h4 class="modal-title" id="myModalLabel"><?php esc_html_e('Background Image', WEBLIZAR_ACL)?></h4>
 
95
  </div>
96
 
97
  <div class="modal-body">
@@ -126,7 +127,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
126
  </table>
127
  </div>
128
  </div>
129
-
130
  <div id="div-on-strech">
131
  <div class="panel panel-primary panel-default content-panel">
132
  <div class="panel-body">
@@ -276,7 +277,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
276
  </table>
277
  </div>
278
  </div>
279
- </div>
280
 
281
  <button data-dialog1="somedialog1" class="dialog-button1"><?php esc_html_e('Open Dialog', WEBLIZAR_ACL)?></button>
282
  <div id="somedialog1" class="dialog">
@@ -307,7 +308,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
307
  </div>
308
  </div>
309
  </div>
310
-
311
  <div class="panel panel-primary save-button-block">
312
  <div class="panel-body">
313
  <div class="pull-left">
@@ -321,7 +322,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
321
 
322
  </div>
323
  <!-- /row -->
324
- <?php
325
 
326
  ?>
327
 
@@ -347,13 +348,13 @@ if(isset($_POST['Action'])) {
347
  $Slidshow_image_4 =sanitize_text_field($_POST['Slidshow_image_4']);
348
  $Slidshow_image_5 =sanitize_text_field($_POST['Slidshow_image_5']);
349
  $Slidshow_image_6 =sanitize_text_field($_POST['Slidshow_image_6']);
350
-
351
  $image_label_1 =sanitize_text_field($_POST['image_label_1']);
352
  $image_label_2 =sanitize_text_field($_POST['image_label_2']);
353
  $image_label_3 =sanitize_text_field($_POST['image_label_3']);
354
  $image_label_4 =sanitize_text_field($_POST['image_label_4']);
355
  $image_label_5 =sanitize_text_field($_POST['image_label_5']);
356
- $image_label_6 =sanitize_text_field($_POST['image_label_6']);
357
 
358
  // Save Values in Option Table
359
  $top_page= serialize(array(
@@ -381,7 +382,7 @@ if(isset($_POST['Action'])) {
381
  'Slidshow_image_label_3'=> $image_label_3 ,
382
  'Slidshow_image_label_4'=> $image_label_4 ,
383
  'Slidshow_image_label_5'=> $image_label_5 ,
384
- 'Slidshow_image_label_6'=> $image_label_6
385
  ));
386
  update_option('Admin_custome_login_Slidshow', $Slidshow_image);
387
  }
@@ -411,9 +412,9 @@ if(isset($_POST['Action'])) {
411
  'Slidshow_image_label_3'=> '' ,
412
  'Slidshow_image_label_4'=> '' ,
413
  'Slidshow_image_label_5'=> '' ,
414
- 'Slidshow_image_label_6'=> ''
415
  ));
416
  update_option('Admin_custome_login_Slidshow', $Slidshow_image);
417
  }
418
  }
419
- ?>
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
+ <?php esc_html_e('Background Settings', WEBLIZAR_ACL)?>
16
  </div>
17
  </div>
18
  </div>
34
  <optgroup label="<?php esc_html_e('Select Background', WEBLIZAR_ACL)?>">
35
  <option value="static-background-color" ><?php esc_html_e('Static Background Color', WEBLIZAR_ACL)?></option>
36
  <option value="static-background-image" ><?php esc_html_e('Static Background Image', WEBLIZAR_ACL)?></option>
37
+ <option value="slider-background"><?php esc_html_e('Background SlideShow', WEBLIZAR_ACL)?></option>
38
  </optgroup>
39
  </select>
40
  </td>
61
  </tr>
62
  </table>
63
  </div>
64
+ </div>
65
  </div>
66
 
67
  <div id="div-bakground-image" class="no-background">
90
  <div class="modal-dialog">
91
  <div class="modal-content">
92
  <div class="modal-header">
93
+
94
  <h4 class="modal-title" id="myModalLabel"><?php esc_html_e('Background Image', WEBLIZAR_ACL)?></h4>
95
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
96
  </div>
97
 
98
  <div class="modal-body">
127
  </table>
128
  </div>
129
  </div>
130
+
131
  <div id="div-on-strech">
132
  <div class="panel panel-primary panel-default content-panel">
133
  <div class="panel-body">
277
  </table>
278
  </div>
279
  </div>
280
+ </div>
281
 
282
  <button data-dialog1="somedialog1" class="dialog-button1"><?php esc_html_e('Open Dialog', WEBLIZAR_ACL)?></button>
283
  <div id="somedialog1" class="dialog">
308
  </div>
309
  </div>
310
  </div>
311
+
312
  <div class="panel panel-primary save-button-block">
313
  <div class="panel-body">
314
  <div class="pull-left">
322
 
323
  </div>
324
  <!-- /row -->
325
+ <?php
326
 
327
  ?>
328
 
348
  $Slidshow_image_4 =sanitize_text_field($_POST['Slidshow_image_4']);
349
  $Slidshow_image_5 =sanitize_text_field($_POST['Slidshow_image_5']);
350
  $Slidshow_image_6 =sanitize_text_field($_POST['Slidshow_image_6']);
351
+
352
  $image_label_1 =sanitize_text_field($_POST['image_label_1']);
353
  $image_label_2 =sanitize_text_field($_POST['image_label_2']);
354
  $image_label_3 =sanitize_text_field($_POST['image_label_3']);
355
  $image_label_4 =sanitize_text_field($_POST['image_label_4']);
356
  $image_label_5 =sanitize_text_field($_POST['image_label_5']);
357
+ $image_label_6 =sanitize_text_field($_POST['image_label_6']);
358
 
359
  // Save Values in Option Table
360
  $top_page= serialize(array(
382
  'Slidshow_image_label_3'=> $image_label_3 ,
383
  'Slidshow_image_label_4'=> $image_label_4 ,
384
  'Slidshow_image_label_5'=> $image_label_5 ,
385
+ 'Slidshow_image_label_6'=> $image_label_6
386
  ));
387
  update_option('Admin_custome_login_Slidshow', $Slidshow_image);
388
  }
412
  'Slidshow_image_label_3'=> '' ,
413
  'Slidshow_image_label_4'=> '' ,
414
  'Slidshow_image_label_5'=> '' ,
415
+ 'Slidshow_image_label_6'=> ''
416
  ));
417
  update_option('Admin_custome_login_Slidshow', $Slidshow_image);
418
  }
419
  }
420
+ ?>
includes/login-form-setting/login-form-background.php CHANGED
@@ -11,7 +11,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
11
  <div class="post-social post-social-xs" id="post-social-5">
12
  <div class="text-center padding-all text-center">
13
  <div class="textbox text-white margin-bottom settings-title">
14
- <?php esc_html_e('Login Settings', WEBLIZAR_ACL); ?>
15
  </div>
16
  </div>
17
  </div>
@@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
19
  </div>
20
  </div>
21
  </div>
22
-
23
  <div class="panel panel-primary panel-default content-panel">
24
  <div class="panel-body">
25
  <table class="form-table">
@@ -38,7 +38,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
38
  </tr>
39
  </table>
40
  </div>
41
- </div>
42
 
43
  <div id="div-login-float" class="lf_float_style" style="display:none;">
44
  <table class="form-table">
@@ -54,7 +54,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
54
  <span>
55
  <input type="radio" name="login_form_float" value="center" id="login_form_float" <?php if($login_form_float=="center")echo "checked"; ?> />&nbsp;<?php esc_html_e('Center', WEBLIZAR_ACL)?><br>
56
  </span>
57
- <span>
58
  <input type="radio" name="login_form_float" value="right" id="login_form_float" <?php if($login_form_float=="right")echo "checked"; ?> />&nbsp;<?php esc_html_e('Right', WEBLIZAR_ACL)?><br>
59
  </span>
60
  </td>
@@ -62,7 +62,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
62
  </table>
63
  </div>
64
 
65
- <div id="div-login-custom" class="lf_customize_style" style="display:none;">
66
  <table class="form-table">
67
  <tr>
68
  <th scope="row" ><?php esc_html_e('Floating With Customization Settings', WEBLIZAR_ACL); ?></th>
@@ -86,7 +86,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
86
  </tr>
87
  <tr>
88
  <td>
89
- <p><?php esc_html_e('Note: This form position setting will be not responsive.', WEBLIZAR_ACL); ?></p>
90
  </td>
91
  </tr>
92
  </table>
@@ -101,10 +101,10 @@ if ( ! defined( 'ABSPATH' ) ) exit;
101
  </tr>
102
  <tr class="radio-span" style="border-bottom:none;">
103
  <td>
104
- <select id="select-login-bg" class="standard-dropdown" name="select-background" onchange='loginbgchange()'>
105
  <optgroup label="<?php esc_html_e('Select background', WEBLIZAR_ACL); ?>">
106
  <option value="static-background-color" ><?php esc_html_e('Static Background Color', WEBLIZAR_ACL); ?></option>
107
- <option value="static-background-image" ><?php esc_html_e('Static Background Image', WEBLIZAR_ACL); ?></option>
108
  </optgroup>
109
  </select>
110
  </td>
@@ -164,9 +164,9 @@ if ( ! defined( 'ABSPATH' ) ) exit;
164
  <td>
165
  <input type="text" class="pro_text" id="login_bg_image" placeholder="<?php esc_attr_e('No media selected!', WEBLIZAR_ACL)?>" name="upload_image" disabled="disabled" value="<?php echo esc_attr($login_bg_image); ?>"/>
166
  <input type="button" value="<?php esc_attr_e('Upload', WEBLIZAR_ACL)?>" id="upload-logo" class="button-primary rcsp_media_upload"/>
167
-
168
  <input type="button" value="<?php esc_attr_e('Preview', WEBLIZAR_ACL)?>" data-toggle="modal" data-target="#about_us_image_builder" id="login-image-previewer" title="Font Awesome Icons" class="button " onclick="Acl_show_Image_2()" />
169
-
170
  <input type="button" id="display-logo" value="<?php esc_attr_e('Remove', WEBLIZAR_ACL)?>" class="button " onclick="Acl_login_img_clear();" />
171
 
172
  <!-- Modal -->
@@ -174,8 +174,9 @@ if ( ! defined( 'ABSPATH' ) ) exit;
174
  <div class="modal-dialog">
175
  <div class="modal-content">
176
  <div class="modal-header">
177
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
178
  <h4 class="modal-title" id="myModalLabel"><?php esc_html_e('Login Background Image', WEBLIZAR_ACL)?></h4>
 
179
  </div>
180
  <div class="modal-body">
181
  <img class="show_prev_img" src="" style="width:100%; height:50%" id="img"/>
@@ -237,7 +238,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
237
  </table>
238
  </div>
239
  </div>
240
- </div>
241
  <div class="panel panel-primary panel-default content-panel">
242
  <div class="panel-body">
243
  <table class="form-table">
@@ -260,7 +261,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
260
  </table>
261
  </div>
262
  </div>
263
-
264
  <div class="panel panel-primary panel-default content-panel">
265
  <div class="panel-body">
266
  <table class="form-table">
@@ -347,7 +348,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
347
  </tr>
348
  </table>
349
  </div>
350
- </div>
351
  <div class="panel panel-primary panel-default content-panel">
352
  <div class="panel-body">
353
  <table class="form-table">
@@ -368,7 +369,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
368
  </table>
369
  </div>
370
  </div>
371
-
372
  <div class="panel panel-primary panel-default content-panel">
373
  <div class="panel-body">
374
  <table class="form-table">
@@ -401,7 +402,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
401
  </table>
402
  </div>
403
  </div>
404
-
405
  <!--Username Placeholder Text-->
406
  <div class="panel panel-primary panel-default content-panel">
407
  <div class="panel-body">
@@ -417,8 +418,8 @@ if ( ! defined( 'ABSPATH' ) ) exit;
417
  </tr>
418
  </table>
419
  </div>
420
- </div>
421
-
422
  <!-- Login Form Password Field Label Text -->
423
  <div class="panel panel-primary panel-default content-panel">
424
  <div class="panel-body">
@@ -451,9 +452,9 @@ if ( ! defined( 'ABSPATH' ) ) exit;
451
  </tr>
452
  </table>
453
  </div>
454
- </div>
455
-
456
-
457
  <div class="panel panel-primary panel-default content-panel">
458
  <div class="panel-body">
459
  <table class="form-table">
@@ -483,7 +484,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
483
  <select id="login_redirect_force" class="standard-dropdown" name="login_redirect_force">
484
  <option value="yes" ><?php esc_html_e('Yes', WEBLIZAR_ACL)?> </option>
485
  <option value="no" ><?php esc_html_e('No', WEBLIZAR_ACL)?> </option>
486
-
487
  </select>
488
  </td>
489
  </tr>
@@ -529,7 +530,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
529
  </tr>
530
  </table>
531
  </div>
532
- </div>
533
  <!-- Message Display Above Login Form end-->
534
 
535
  <div class="panel panel-primary panel-default content-panel">
@@ -581,7 +582,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
581
  </tr>
582
  </table>
583
  </div>
584
- </div>
585
  <!-- Tagline message Display Below Login Form end-->
586
 
587
  <div class="panel panel-primary panel-default content-panel">
@@ -713,7 +714,7 @@ if(isset($_POST['Action'])){
713
  $label_username = sanitize_option('label_username', $_POST['label_username']);
714
  $label_password = sanitize_option('label_password', $_POST['label_password']);
715
  $label_loginButton = sanitize_option('label_loginButton', $_POST['label_loginButton']);
716
-
717
  // Save Values in Option Table
718
  $login_page= serialize(array(
719
  'login_form_position' => $login_form_position,
@@ -752,7 +753,7 @@ if(isset($_POST['Action'])){
752
  ));
753
  update_option('Admin_custome_login_login', $login_page);
754
  }
755
-
756
  if($Action == "loginbgReset") {
757
  $login_page= serialize(array(
758
  'login_form_position'=>'default',
@@ -783,13 +784,13 @@ if(isset($_POST['Action'])){
783
  'login_msg_font_color' => '#000000',
784
  'login_tagline_text_color' => '#ffffff',
785
  'login_tagline_link_color' => '#f00',
786
- 'user_cust_lbl' => 'Type Username or Email',
787
- 'pass_cust_lbl' => 'Type Password',
788
  'label_username' => 'Username / Email',
789
  'label_password' => 'Password',
790
- 'label_loginButton' => 'Log In',
791
  ));
792
  update_option('Admin_custome_login_login', $login_page);
793
  }
794
  }
795
- ?>
11
  <div class="post-social post-social-xs" id="post-social-5">
12
  <div class="text-center padding-all text-center">
13
  <div class="textbox text-white margin-bottom settings-title">
14
+ <?php esc_html_e('Login Settings', WEBLIZAR_ACL); ?>
15
  </div>
16
  </div>
17
  </div>
19
  </div>
20
  </div>
21
  </div>
22
+
23
  <div class="panel panel-primary panel-default content-panel">
24
  <div class="panel-body">
25
  <table class="form-table">
38
  </tr>
39
  </table>
40
  </div>
41
+ </div>
42
 
43
  <div id="div-login-float" class="lf_float_style" style="display:none;">
44
  <table class="form-table">
54
  <span>
55
  <input type="radio" name="login_form_float" value="center" id="login_form_float" <?php if($login_form_float=="center")echo "checked"; ?> />&nbsp;<?php esc_html_e('Center', WEBLIZAR_ACL)?><br>
56
  </span>
57
+ <span>
58
  <input type="radio" name="login_form_float" value="right" id="login_form_float" <?php if($login_form_float=="right")echo "checked"; ?> />&nbsp;<?php esc_html_e('Right', WEBLIZAR_ACL)?><br>
59
  </span>
60
  </td>
62
  </table>
63
  </div>
64
 
65
+ <div id="div-login-custom" class="lf_customize_style" style="display:none;">
66
  <table class="form-table">
67
  <tr>
68
  <th scope="row" ><?php esc_html_e('Floating With Customization Settings', WEBLIZAR_ACL); ?></th>
86
  </tr>
87
  <tr>
88
  <td>
89
+ <p><?php esc_html_e('Note: This form position setting will be not responsive.', WEBLIZAR_ACL); ?></p>
90
  </td>
91
  </tr>
92
  </table>
101
  </tr>
102
  <tr class="radio-span" style="border-bottom:none;">
103
  <td>
104
+ <select id="select-login-bg" class="standard-dropdown" name="select-background" onchange='loginbgchange()'>
105
  <optgroup label="<?php esc_html_e('Select background', WEBLIZAR_ACL); ?>">
106
  <option value="static-background-color" ><?php esc_html_e('Static Background Color', WEBLIZAR_ACL); ?></option>
107
+ <option value="static-background-image" ><?php esc_html_e('Static Background Image', WEBLIZAR_ACL); ?></option>
108
  </optgroup>
109
  </select>
110
  </td>
164
  <td>
165
  <input type="text" class="pro_text" id="login_bg_image" placeholder="<?php esc_attr_e('No media selected!', WEBLIZAR_ACL)?>" name="upload_image" disabled="disabled" value="<?php echo esc_attr($login_bg_image); ?>"/>
166
  <input type="button" value="<?php esc_attr_e('Upload', WEBLIZAR_ACL)?>" id="upload-logo" class="button-primary rcsp_media_upload"/>
167
+
168
  <input type="button" value="<?php esc_attr_e('Preview', WEBLIZAR_ACL)?>" data-toggle="modal" data-target="#about_us_image_builder" id="login-image-previewer" title="Font Awesome Icons" class="button " onclick="Acl_show_Image_2()" />
169
+
170
  <input type="button" id="display-logo" value="<?php esc_attr_e('Remove', WEBLIZAR_ACL)?>" class="button " onclick="Acl_login_img_clear();" />
171
 
172
  <!-- Modal -->
174
  <div class="modal-dialog">
175
  <div class="modal-content">
176
  <div class="modal-header">
177
+
178
  <h4 class="modal-title" id="myModalLabel"><?php esc_html_e('Login Background Image', WEBLIZAR_ACL)?></h4>
179
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
180
  </div>
181
  <div class="modal-body">
182
  <img class="show_prev_img" src="" style="width:100%; height:50%" id="img"/>
238
  </table>
239
  </div>
240
  </div>
241
+ </div>
242
  <div class="panel panel-primary panel-default content-panel">
243
  <div class="panel-body">
244
  <table class="form-table">
261
  </table>
262
  </div>
263
  </div>
264
+
265
  <div class="panel panel-primary panel-default content-panel">
266
  <div class="panel-body">
267
  <table class="form-table">
348
  </tr>
349
  </table>
350
  </div>
351
+ </div>
352
  <div class="panel panel-primary panel-default content-panel">
353
  <div class="panel-body">
354
  <table class="form-table">
369
  </table>
370
  </div>
371
  </div>
372
+
373
  <div class="panel panel-primary panel-default content-panel">
374
  <div class="panel-body">
375
  <table class="form-table">
402
  </table>
403
  </div>
404
  </div>
405
+
406
  <!--Username Placeholder Text-->
407
  <div class="panel panel-primary panel-default content-panel">
408
  <div class="panel-body">
418
  </tr>
419
  </table>
420
  </div>
421
+ </div>
422
+
423
  <!-- Login Form Password Field Label Text -->
424
  <div class="panel panel-primary panel-default content-panel">
425
  <div class="panel-body">
452
  </tr>
453
  </table>
454
  </div>
455
+ </div>
456
+
457
+
458
  <div class="panel panel-primary panel-default content-panel">
459
  <div class="panel-body">
460
  <table class="form-table">
484
  <select id="login_redirect_force" class="standard-dropdown" name="login_redirect_force">
485
  <option value="yes" ><?php esc_html_e('Yes', WEBLIZAR_ACL)?> </option>
486
  <option value="no" ><?php esc_html_e('No', WEBLIZAR_ACL)?> </option>
487
+
488
  </select>
489
  </td>
490
  </tr>
530
  </tr>
531
  </table>
532
  </div>
533
+ </div>
534
  <!-- Message Display Above Login Form end-->
535
 
536
  <div class="panel panel-primary panel-default content-panel">
582
  </tr>
583
  </table>
584
  </div>
585
+ </div>
586
  <!-- Tagline message Display Below Login Form end-->
587
 
588
  <div class="panel panel-primary panel-default content-panel">
714
  $label_username = sanitize_option('label_username', $_POST['label_username']);
715
  $label_password = sanitize_option('label_password', $_POST['label_password']);
716
  $label_loginButton = sanitize_option('label_loginButton', $_POST['label_loginButton']);
717
+
718
  // Save Values in Option Table
719
  $login_page= serialize(array(
720
  'login_form_position' => $login_form_position,
753
  ));
754
  update_option('Admin_custome_login_login', $login_page);
755
  }
756
+
757
  if($Action == "loginbgReset") {
758
  $login_page= serialize(array(
759
  'login_form_position'=>'default',
784
  'login_msg_font_color' => '#000000',
785
  'login_tagline_text_color' => '#ffffff',
786
  'login_tagline_link_color' => '#f00',
787
+ 'user_cust_lbl' => 'Type Username or Email',
788
+ 'pass_cust_lbl' => 'Type Password',
789
  'label_username' => 'Username / Email',
790
  'label_password' => 'Password',
791
+ 'label_loginButton' => 'Log In',
792
  ));
793
  update_option('Admin_custome_login_login', $login_page);
794
  }
795
  }
796
+ ?>
includes/settings/page-settings.php CHANGED
@@ -31,16 +31,16 @@ if ( ! defined( 'ABSPATH' ) ) exit;
31
  <td>
32
  <input type="text" class="pro_text" id="logo-image" placeholder="<?php esc_attr_e('No media selected!',WEBLIZAR_ACL)?>" name="upload_image" disabled="disabled" value="<?php echo esc_attr($logo_image); ?>"/>
33
  <input type="button" value="<?php esc_attr_e('Upload',WEBLIZAR_ACL)?>" id="upload-logo" class="button-primary rcsp_media_upload"/>
34
-
35
  <input type="button" id="display-logo" value="<?php esc_attr_e('Preview',WEBLIZAR_ACL)?>" data-toggle="modal" data-target="#logo_about_us_image_builder" class="button " onclick="Acl_show_Image_3()"/>
36
-
37
  <!-- Modal -->
38
  <div class="modal " id="logo_about_us_image_builder" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
39
  <div class="modal-dialog">
40
  <div class="modal-content">
41
  <div class="modal-header">
42
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
43
  <h4 class="modal-title" id="myModalLabel"><?php esc_html_e('Login Background Image',WEBLIZAR_ACL)?></h4>
 
44
  </div>
45
  <div class="modal-body">
46
  <img class="show_prev_img" src="" style="width:100%; height:50%" id="logo_img_prev"/>
@@ -78,7 +78,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
78
  </div>
79
  <div class="panel panel-primary panel-default content-panel">
80
  <div class="panel-body">
81
-
82
  <table class="form-table">
83
  <tr>
84
  <th scope="row" ><?php esc_html_e('Logo Image Width',WEBLIZAR_ACL)?><p class="font-italic"> (Use your left and right arrow keys to select the exact number)</p></th>
@@ -182,7 +182,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
182
  </div>
183
  <?php
184
  if(isset($_POST['Action'])) {
185
- $Action = sanitize_text_field($_POST['Action']);
186
  //Save Page Values
187
  if($Action == "logoSave") {
188
  $logo_image = sanitize_option('logo_image', $_POST['logo_image']);
@@ -191,7 +191,7 @@ if(isset($_POST['Action'])) {
191
  $logo_height = sanitize_option('logo_height', $_POST['logo_height']);
192
  $logo_url = esc_url_raw($_POST['logo_url']);
193
  $logo_url_title = sanitize_text_field($_POST['logo_url_title']);
194
-
195
  // save values in option table
196
  $logo_page= serialize(array(
197
  'logo_image' => $logo_image,
@@ -217,4 +217,4 @@ if(isset($_POST['Action'])) {
217
  update_option('Admin_custome_login_logo', $logo_page);
218
  }
219
  }
220
- ?>
31
  <td>
32
  <input type="text" class="pro_text" id="logo-image" placeholder="<?php esc_attr_e('No media selected!',WEBLIZAR_ACL)?>" name="upload_image" disabled="disabled" value="<?php echo esc_attr($logo_image); ?>"/>
33
  <input type="button" value="<?php esc_attr_e('Upload',WEBLIZAR_ACL)?>" id="upload-logo" class="button-primary rcsp_media_upload"/>
34
+
35
  <input type="button" id="display-logo" value="<?php esc_attr_e('Preview',WEBLIZAR_ACL)?>" data-toggle="modal" data-target="#logo_about_us_image_builder" class="button " onclick="Acl_show_Image_3()"/>
36
+
37
  <!-- Modal -->
38
  <div class="modal " id="logo_about_us_image_builder" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
39
  <div class="modal-dialog">
40
  <div class="modal-content">
41
  <div class="modal-header">
 
42
  <h4 class="modal-title" id="myModalLabel"><?php esc_html_e('Login Background Image',WEBLIZAR_ACL)?></h4>
43
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
44
  </div>
45
  <div class="modal-body">
46
  <img class="show_prev_img" src="" style="width:100%; height:50%" id="logo_img_prev"/>
78
  </div>
79
  <div class="panel panel-primary panel-default content-panel">
80
  <div class="panel-body">
81
+
82
  <table class="form-table">
83
  <tr>
84
  <th scope="row" ><?php esc_html_e('Logo Image Width',WEBLIZAR_ACL)?><p class="font-italic"> (Use your left and right arrow keys to select the exact number)</p></th>
182
  </div>
183
  <?php
184
  if(isset($_POST['Action'])) {
185
+ $Action = sanitize_text_field($_POST['Action']);
186
  //Save Page Values
187
  if($Action == "logoSave") {
188
  $logo_image = sanitize_option('logo_image', $_POST['logo_image']);
191
  $logo_height = sanitize_option('logo_height', $_POST['logo_height']);
192
  $logo_url = esc_url_raw($_POST['logo_url']);
193
  $logo_url_title = sanitize_text_field($_POST['logo_url_title']);
194
+
195
  // save values in option table
196
  $logo_page= serialize(array(
197
  'logo_image' => $logo_image,
217
  update_option('Admin_custome_login_logo', $logo_page);
218
  }
219
  }
220
+ ?>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: https://www.weblizar.com/
4
  Tags: admin login page, 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: 5.3.2
7
- Stable tag: 3.1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,7 +12,7 @@ Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profi
12
 
13
  == Description ==
14
 
15
- Admin custom login plugin give ability to customize your WordPress admin login page according to you. Create unique login design or admin login design with admin custom login plugin, Almost every element on login page is customize-able with admin custom login plugin. Design beautiful and eye catching login page styles in few Minutes .
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
 
@@ -46,7 +46,7 @@ Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
46
  * **Background Slide Show:** - This is our most key feature of this plugin. We have provide you our best to add slide show on your custom login background without any hesitation.
47
 
48
  * **Social Link Connectivity:** - In this plugin you will able to add social icon to link your social profile with your login form. Social profiles names are
49
- * Twitter
50
  * Facebook
51
  * Linkedin
52
  * Google+
@@ -60,13 +60,13 @@ Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
60
 
61
  * **Slide Show Animation Effect:** - We have provide you 4 types of animation in background slide show.
62
 
63
- * **Powerful And Easy Setting Panel:** -PLugin Setting Panel very simple and user friendly. There your able to design your login page without any hesitation.
64
 
65
- * **Responsive Design:** - Plugin Design is totally mobile compatible.
66
 
67
  * **Google Font Integrated:** -Plugin is integrated with 500+ google fonts. So add beautiful font styles fro you form panel.
68
 
69
- * **Unlimited Colour Scheme:** -Theere you able update plugin design with unlimited colours. Colour option is available for both login form panel and background
70
 
71
  #### Admin Custom Login Demo
72
 
@@ -104,7 +104,7 @@ Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
104
 
105
  * **Social Media Profile** - Show 10+ social media icon with profile link at the inner or outer part of login form with square and circle share.
106
 
107
- * **Login Form Design Customization** - You can change your login form design with position, height & width, colors, background colors, icons, placeholder text, label text and buttons.
108
 
109
  * **Google Fonts** - Use 700+ Google and General Fonts to apply on login form label and link text.
110
 
@@ -122,7 +122,7 @@ Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
122
 
123
  * **Multilingual Translation Ready**
124
 
125
- = Live Admin Custom Login Pro Demos =
126
 
127
  * [Admin Custom Login Pro Demo](http://demo.weblizar.com/admin-custom-login-pro/wp-admin/)
128
  * [Admin Custom Login Pro Admin Demo](http://demo.weblizar.com/admin-custom-login-pro-admin-demo/wp-admin/)
@@ -143,7 +143,7 @@ Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
143
 
144
  Please help us to translate this plugin in all WordPress available languages and send us your translated file to us at *lizarweb at gmail dot com*.
145
 
146
- If you have any question contact us at here: [Plugin Support Forum ](http://wordpress.org/support/plugin/admin-custom-login)
147
 
148
  == Installation ==
149
 
@@ -189,6 +189,9 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/admin-c
189
 
190
  For more information, see [Weblizar](http://www.weblizar.com/)
191
 
 
 
 
192
  3.1.4 = [25-02-2020]
193
  * Link Font size bug Fixed.
194
  * Form Border bug Fixed.
@@ -206,7 +209,7 @@ For more information, see [Weblizar](http://www.weblizar.com/)
206
 
207
  3.0.0 = [19-12-2019]
208
  * Updated : version + Compatible with wordpress 5.3.2
209
- * fixed : admin login panel login inputs IDs confliction and IDs of multiple form elements fixed.
210
 
211
  2.9.9 = [16-11-2019]
212
  * Added new settings to hide/show for remember me text.
@@ -238,7 +241,7 @@ For more information, see [Weblizar](http://www.weblizar.com/)
238
 
239
  = 2.9.3 =
240
  * version update + Compatible with wordpress 5.2.1
241
- * handler issue fixed
242
 
243
  = 2.9.2 =
244
  * Login Button font Color setting option added
@@ -270,7 +273,7 @@ For more information, see [Weblizar](http://www.weblizar.com/)
270
  = 2.8.5 =
271
  * Minor issue fixed
272
  * version update + Compatible with wordpress 5.1.1
273
- * Compatible with php7
274
 
275
  = 2.8.4 =
276
  * Minor issue fixed
@@ -279,17 +282,17 @@ For more information, see [Weblizar](http://www.weblizar.com/)
279
  * translate file update.
280
 
281
  = 2.8.2 =
282
- * update background image url input field issue
283
  * Minor issue fixed
284
 
285
  = 2.8.1 =
286
  * Add preview option for login page
287
- * Readme file text update
288
  * Social media open new tan option added
289
 
290
  = 2.8.0 =
291
  * Version update + Compatible with wordpress 5.1
292
- * Readme file text update
293
  * Minor issue fixed
294
 
295
  = 2.7.9 =
@@ -362,7 +365,7 @@ For more information, see [Weblizar](http://www.weblizar.com/)
362
  * Login Form Social Icons Margin Fixed
363
 
364
  = 2.6.3 =
365
- * Add Donate Link tab in dashboard setting
366
  * Generate new token of google web-font
367
  * Version Update + Compatible upto wp 4.9.7
368
 
@@ -386,10 +389,10 @@ For more information, see [Weblizar](http://www.weblizar.com/)
386
  = 2.4.9 - More secure code structure added
387
  = 2.4.8 - All setting fields are sanitizied, Plugin setting are now more seciure from malicious script
388
  = 2.4.7.1 - Language file updated (some text string was missing in lang file and updated in 2.4.7.1)
389
- = 2.4.7 =
390
  * update
391
 
392
- = 2.4.6 =
393
  * Dutch Translation Added
394
  = Version 2.4.5.4 10/10/2016 =
395
  * Small Update
@@ -409,7 +412,7 @@ For more information, see [Weblizar](http://www.weblizar.com/)
409
 
410
  = Version 2.4.5 15/04/2016 =
411
  * Compatible and Tested upto WordPress 4.5
412
- * New: Portuguese language translation added
413
  * Hard-coded input box place holder value has been removed.
414
  * Sorry!!! it was accidentally remain into code by developer during testing a language conversion issue.
415
 
@@ -484,4 +487,4 @@ For more information, see [Weblizar](http://www.weblizar.com/)
484
  * Setting panel icon now visible on first installation.
485
 
486
  = Version 1.0 =
487
- * This is first and basic version of slider plugin.
3
  Donate link: https://www.weblizar.com/
4
  Tags: admin login page, 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: 5.4
7
+ Stable tag: 3.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ Admin custom login plugin give ability to customize your WordPress admin login page according to you. Create unique login design or admin login design with admin custom login plugin, Almost every element on login page is customize-able with admin custom login plugin. Design beautiful and eye catching login page styles in few Minutes .
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
 
46
  * **Background Slide Show:** - This is our most key feature of this plugin. We have provide you our best to add slide show on your custom login background without any hesitation.
47
 
48
  * **Social Link Connectivity:** - In this plugin you will able to add social icon to link your social profile with your login form. Social profiles names are
49
+ * Twitter
50
  * Facebook
51
  * Linkedin
52
  * Google+
60
 
61
  * **Slide Show Animation Effect:** - We have provide you 4 types of animation in background slide show.
62
 
63
+ * **Powerful And Easy Setting Panel:** -PLugin Setting Panel very simple and user friendly. There your able to design your login page without any hesitation.
64
 
65
+ * **Responsive Design:** - Plugin Design is totally mobile compatible.
66
 
67
  * **Google Font Integrated:** -Plugin is integrated with 500+ google fonts. So add beautiful font styles fro you form panel.
68
 
69
+ * **Unlimited Colour Scheme:** -Theere you able update plugin design with unlimited colours. Colour option is available for both login form panel and background
70
 
71
  #### Admin Custom Login Demo
72
 
104
 
105
  * **Social Media Profile** - Show 10+ social media icon with profile link at the inner or outer part of login form with square and circle share.
106
 
107
+ * **Login Form Design Customization** - You can change your login form design with position, height & width, colors, background colors, icons, placeholder text, label text and buttons.
108
 
109
  * **Google Fonts** - Use 700+ Google and General Fonts to apply on login form label and link text.
110
 
122
 
123
  * **Multilingual Translation Ready**
124
 
125
+ = Live Admin Custom Login Pro Demos =
126
 
127
  * [Admin Custom Login Pro Demo](http://demo.weblizar.com/admin-custom-login-pro/wp-admin/)
128
  * [Admin Custom Login Pro Admin Demo](http://demo.weblizar.com/admin-custom-login-pro-admin-demo/wp-admin/)
143
 
144
  Please help us to translate this plugin in all WordPress available languages and send us your translated file to us at *lizarweb at gmail dot com*.
145
 
146
+ If you have any question contact us at here: [Plugin Support Forum ](http://wordpress.org/support/plugin/admin-custom-login)
147
 
148
  == Installation ==
149
 
189
 
190
  For more information, see [Weblizar](http://www.weblizar.com/)
191
 
192
+ 3.1.5 = [16-03-2020]
193
+ * Minor bug fix.
194
+
195
  3.1.4 = [25-02-2020]
196
  * Link Font size bug Fixed.
197
  * Form Border bug Fixed.
209
 
210
  3.0.0 = [19-12-2019]
211
  * Updated : version + Compatible with wordpress 5.3.2
212
+ * fixed : admin login panel login inputs IDs confliction and IDs of multiple form elements fixed.
213
 
214
  2.9.9 = [16-11-2019]
215
  * Added new settings to hide/show for remember me text.
241
 
242
  = 2.9.3 =
243
  * version update + Compatible with wordpress 5.2.1
244
+ * handler issue fixed
245
 
246
  = 2.9.2 =
247
  * Login Button font Color setting option added
273
  = 2.8.5 =
274
  * Minor issue fixed
275
  * version update + Compatible with wordpress 5.1.1
276
+ * Compatible with php7
277
 
278
  = 2.8.4 =
279
  * Minor issue fixed
282
  * translate file update.
283
 
284
  = 2.8.2 =
285
+ * update background image url input field issue
286
  * Minor issue fixed
287
 
288
  = 2.8.1 =
289
  * Add preview option for login page
290
+ * Readme file text update
291
  * Social media open new tan option added
292
 
293
  = 2.8.0 =
294
  * Version update + Compatible with wordpress 5.1
295
+ * Readme file text update
296
  * Minor issue fixed
297
 
298
  = 2.7.9 =
365
  * Login Form Social Icons Margin Fixed
366
 
367
  = 2.6.3 =
368
+ * Add Donate Link tab in dashboard setting
369
  * Generate new token of google web-font
370
  * Version Update + Compatible upto wp 4.9.7
371
 
389
  = 2.4.9 - More secure code structure added
390
  = 2.4.8 - All setting fields are sanitizied, Plugin setting are now more seciure from malicious script
391
  = 2.4.7.1 - Language file updated (some text string was missing in lang file and updated in 2.4.7.1)
392
+ = 2.4.7 =
393
  * update
394
 
395
+ = 2.4.6 =
396
  * Dutch Translation Added
397
  = Version 2.4.5.4 10/10/2016 =
398
  * Small Update
412
 
413
  = Version 2.4.5 15/04/2016 =
414
  * Compatible and Tested upto WordPress 4.5
415
+ * New: Portuguese language translation added
416
  * Hard-coded input box place holder value has been removed.
417
  * Sorry!!! it was accidentally remain into code by developer during testing a language conversion issue.
418
 
487
  * Setting panel icon now visible on first installation.
488
 
489
  = Version 1.0 =
490
+ * This is first and basic version of slider plugin.