Custom Login Page Customizer by Colorlib - Version 1.3.0

Version Description

Download this release

Release Info

Developer giucu91
Plugin Icon wp plugin Custom Login Page Customizer by Colorlib
Version 1.3.0
Comparing to
See all releases

Code changes from version 1.2.99 to 1.3.0

colorlib-login-customizer.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Colorlib Login Customizer
4
- * Version: 1.2.99
5
  * Description: Colorlib Login Customizer is an awesome and intuitive plugin that helps you personalize your login form directly from the Customizer. The plugin fully supports the Live Customizer feature and you can see all the changes in real time and edit them.
6
  * Author: Colorlib
7
  * Author URI: https://colorlib.com/
@@ -48,7 +48,7 @@ require_once 'includes/class-colorlib-login-customizer-backwards-compatibility.p
48
  * @return object Colorlib_Login_Customizer
49
  */
50
  function colorlib_login_customizer() {
51
- $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2.99' );
52
 
53
  if (is_null($instance->settings)) {
54
  $instance->settings = Colorlib_Login_Customizer_Settings::instance($instance);
1
  <?php
2
  /**
3
  * Plugin Name: Colorlib Login Customizer
4
+ * Version: 1.3.0
5
  * Description: Colorlib Login Customizer is an awesome and intuitive plugin that helps you personalize your login form directly from the Customizer. The plugin fully supports the Live Customizer feature and you can see all the changes in real time and edit them.
6
  * Author: Colorlib
7
  * Author URI: https://colorlib.com/
48
  * @return object Colorlib_Login_Customizer
49
  */
50
  function colorlib_login_customizer() {
51
+ $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.3.00' );
52
 
53
  if (is_null($instance->settings)) {
54
  $instance->settings = Colorlib_Login_Customizer_Settings::instance($instance);
includes/class-colorlib-login-customizer.php CHANGED
@@ -307,6 +307,7 @@ class Colorlib_Login_Customizer {
307
  * Background section
308
  */
309
  'custom-background' => '',
 
310
  'custom-background-form' => '',
311
  'custom-background-color' => '',
312
  'custom-background-color-form' => '',
307
  * Background section
308
  */
309
  'custom-background' => '',
310
+ 'custom-background-link' => '',
311
  'custom-background-form' => '',
312
  'custom-background-color' => '',
313
  'custom-background-color-form' => '',
includes/lib/class-colorlib-login-customizer-css-customization.php CHANGED
@@ -757,10 +757,19 @@ class Colorlib_Login_Customizer_CSS_Customization {
757
  echo '<style type="text/css" id="clc-columns-style">' . $columns_css . '</style>';
758
  echo '<style type="text/css" id="clc-logo-style">' . $logo_css . '</style>';
759
  echo '<style type="text/css" id="clc-custom-css">' . $custom_css . '</style>';
 
760
  }
761
 
762
  public function add_extra_div() {
763
- echo '<div class="ml-container"><div class="ml-extra-div"></div><div class="ml-form-container">';
 
 
 
 
 
 
 
 
764
  }
765
 
766
  public function close_extra_div() {
757
  echo '<style type="text/css" id="clc-columns-style">' . $columns_css . '</style>';
758
  echo '<style type="text/css" id="clc-logo-style">' . $logo_css . '</style>';
759
  echo '<style type="text/css" id="clc-custom-css">' . $custom_css . '</style>';
760
+ echo '<style type="text/css" id="clc-custom-background-link"> body .ml-container .ml-extra-div .clc-custom-background-link {display:block; width:100%; height:100%;} </style>';
761
  }
762
 
763
  public function add_extra_div() {
764
+
765
+ $options = get_option( 'clc-options');
766
+
767
+ if( isset( $options['custom-background'] ) && '' != $options['custom-background'] && isset( $options['custom-background-link'] ) && '' != $options['custom-background-link'] ) {
768
+ echo '<div class="ml-container"><div class="ml-extra-div"><a class="clc-custom-background-link" href="' . $options['custom-background-link'] . '"></a></div><div class="ml-form-container">';
769
+ } else {
770
+
771
+ echo '<div class="ml-container"><div class="ml-extra-div"></a></div><div class="ml-form-container">';
772
+ }
773
  }
774
 
775
  public function close_extra_div() {
includes/lib/class-colorlib-login-customizer-customizer.php CHANGED
@@ -466,6 +466,13 @@ class Colorlib_Login_Customizer_Customizer {
466
  'type' => 'image',
467
  'default' => '',
468
  ),
 
 
 
 
 
 
 
469
  array(
470
  'id' => 'custom-background-color-form',
471
  'label' => esc_html__( 'Form Column background color', 'colorlib-login-customizer' ),
466
  'type' => 'image',
467
  'default' => '',
468
  ),
469
+ array(
470
+ 'id' => 'custom-background-link',
471
+ 'label' => esc_html__( 'Background Image Link', 'colorlib-login-customizer' ),
472
+ 'description' => esc_html__( 'This will add a link on the background image.', 'colorlib-login-customizer' ),
473
+ 'type' => 'text',
474
+ 'default' => '',
475
+ ),
476
  array(
477
  'id' => 'custom-background-color-form',
478
  'label' => esc_html__( 'Form Column background color', 'colorlib-login-customizer' ),
languages/colorlib-login-customizer.po CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv3 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Colorlib Login Customizer 1.2.99\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/colorlib-login-customizer\n"
8
- "POT-Creation-Date: 2021-03-10 14:55:53+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -143,7 +143,7 @@ msgstr ""
143
 
144
  #: includes/lib/class-colorlib-login-customizer-customizer.php:318
145
  #: includes/lib/class-colorlib-login-customizer-customizer.php:465
146
- #: includes/lib/class-colorlib-login-customizer-customizer.php:480
147
  msgid ""
148
  "This will upload an image to your media library and store the attachment ID "
149
  "in the option field. Once you have uploaded an imge the thumbnail will "
@@ -199,9 +199,9 @@ msgid "Custom background color"
199
  msgstr ""
200
 
201
  #: includes/lib/class-colorlib-login-customizer-customizer.php:458
202
- #: includes/lib/class-colorlib-login-customizer-customizer.php:472
203
- #: includes/lib/class-colorlib-login-customizer-customizer.php:526
204
- #: includes/lib/class-colorlib-login-customizer-customizer.php:589
205
  msgid "This will change the background color property."
206
  msgstr ""
207
 
@@ -210,347 +210,355 @@ msgid "Custom background"
210
  msgstr ""
211
 
212
  #: includes/lib/class-colorlib-login-customizer-customizer.php:471
 
 
 
 
 
 
 
 
213
  msgid "Form Column background color"
214
  msgstr ""
215
 
216
- #: includes/lib/class-colorlib-login-customizer-customizer.php:479
217
  msgid "Form Column background"
218
  msgstr ""
219
 
220
- #: includes/lib/class-colorlib-login-customizer-customizer.php:489
221
  msgid "General Form options"
222
  msgstr ""
223
 
224
- #: includes/lib/class-colorlib-login-customizer-customizer.php:494
225
  msgid "Form Width"
226
  msgstr ""
227
 
228
- #: includes/lib/class-colorlib-login-customizer-customizer.php:495
229
  msgid "Please input the desired width for the login form in pixels. Example: 20"
230
  msgstr ""
231
 
232
- #: includes/lib/class-colorlib-login-customizer-customizer.php:506
233
  msgid "Form Height"
234
  msgstr ""
235
 
236
- #: includes/lib/class-colorlib-login-customizer-customizer.php:507
237
  msgid "Please input the desired height for the login form in pixels. Example: 20"
238
  msgstr ""
239
 
240
- #: includes/lib/class-colorlib-login-customizer-customizer.php:518
241
  msgid "Form background image"
242
  msgstr ""
243
 
244
- #: includes/lib/class-colorlib-login-customizer-customizer.php:519
245
  msgid "This will change the background image property of login form."
246
  msgstr ""
247
 
248
- #: includes/lib/class-colorlib-login-customizer-customizer.php:525
249
  msgid "Form background color"
250
  msgstr ""
251
 
252
- #: includes/lib/class-colorlib-login-customizer-customizer.php:532
253
  msgid "Form padding"
254
  msgstr ""
255
 
256
- #: includes/lib/class-colorlib-login-customizer-customizer.php:533
257
  msgid "This will change the padding property. Example: 26px 24px 46px 30px"
258
  msgstr ""
259
 
260
- #: includes/lib/class-colorlib-login-customizer-customizer.php:539
261
  msgid "Form border"
262
  msgstr ""
263
 
264
- #: includes/lib/class-colorlib-login-customizer-customizer.php:540
265
  msgid "This will change the border property. Example: 2px dotted black"
266
  msgstr ""
267
 
268
- #: includes/lib/class-colorlib-login-customizer-customizer.php:546
269
  msgid "Form border radius"
270
  msgstr ""
271
 
272
- #: includes/lib/class-colorlib-login-customizer-customizer.php:547
273
  msgid "This will change the border radius property. Example: 2px 2px 2px 2px"
274
  msgstr ""
275
 
276
- #: includes/lib/class-colorlib-login-customizer-customizer.php:553
277
  msgid "Form shadow"
278
  msgstr ""
279
 
280
- #: includes/lib/class-colorlib-login-customizer-customizer.php:554
281
  msgid "This will change the form's shadow property. Example: 0 1px 0 #006799"
282
  msgstr ""
283
 
284
- #: includes/lib/class-colorlib-login-customizer-customizer.php:560
285
  msgid "Form field width"
286
  msgstr ""
287
 
288
- #: includes/lib/class-colorlib-login-customizer-customizer.php:561
289
  msgid "Please input the desired width for the form field in pixels. Example: 20"
290
  msgstr ""
291
 
292
- #: includes/lib/class-colorlib-login-customizer-customizer.php:567
293
  msgid "Form field margin"
294
  msgstr ""
295
 
296
- #: includes/lib/class-colorlib-login-customizer-customizer.php:568
297
  msgid "This will change the margin property. Example: 26px 24px 46px 30px"
298
  msgstr ""
299
 
300
- #: includes/lib/class-colorlib-login-customizer-customizer.php:574
301
  msgid "Form field border"
302
  msgstr ""
303
 
304
- #: includes/lib/class-colorlib-login-customizer-customizer.php:575
305
  msgid ""
306
  "Please input the desired border for the form field. Example: 2px dotted "
307
  "black"
308
  msgstr ""
309
 
310
- #: includes/lib/class-colorlib-login-customizer-customizer.php:581
311
  msgid "Form field border radius"
312
  msgstr ""
313
 
314
- #: includes/lib/class-colorlib-login-customizer-customizer.php:582
315
  msgid ""
316
  "Please input the desired border radiuse for the form field. Example: 5px "
317
  "5px 5px 5px"
318
  msgstr ""
319
 
320
- #: includes/lib/class-colorlib-login-customizer-customizer.php:588
321
  msgid "Form field background"
322
  msgstr ""
323
 
324
- #: includes/lib/class-colorlib-login-customizer-customizer.php:595
325
  msgid "Form field color"
326
  msgstr ""
327
 
328
- #: includes/lib/class-colorlib-login-customizer-customizer.php:596
329
  msgid "This will change the text color property."
330
  msgstr ""
331
 
332
- #: includes/lib/class-colorlib-login-customizer-customizer.php:602
333
  msgid "Form label color"
334
  msgstr ""
335
 
336
- #: includes/lib/class-colorlib-login-customizer-customizer.php:603
337
  msgid "This will change the label text color property."
338
  msgstr ""
339
 
340
- #: includes/lib/class-colorlib-login-customizer-customizer.php:609
341
  msgid "Lost Password Text"
342
  msgstr ""
343
 
344
- #: includes/lib/class-colorlib-login-customizer-customizer.php:610
345
  msgid "You can change the default text for \"Lost your password\" "
346
  msgstr ""
347
 
348
- #: includes/lib/class-colorlib-login-customizer-customizer.php:616
349
  msgid "Back to site text"
350
  msgstr ""
351
 
352
- #: includes/lib/class-colorlib-login-customizer-customizer.php:617
353
  msgid "You can change the default text for \"Back to\" site "
354
  msgstr ""
355
 
356
- #: includes/lib/class-colorlib-login-customizer-customizer.php:623
357
  msgid "Hide Extra Links"
358
  msgstr ""
359
 
360
- #: includes/lib/class-colorlib-login-customizer-customizer.php:624
361
  msgid "Show/Hide the links under the login form"
362
  msgstr ""
363
 
364
- #: includes/lib/class-colorlib-login-customizer-customizer.php:632
365
  msgid "Login Form Texts"
366
  msgstr ""
367
 
368
- #: includes/lib/class-colorlib-login-customizer-customizer.php:637
369
- #: includes/lib/class-colorlib-login-customizer-customizer.php:680
370
- #: includes/lib/class-colorlib-login-customizer-customizer.php:727
371
  msgid "Username label"
372
  msgstr ""
373
 
374
- #: includes/lib/class-colorlib-login-customizer-customizer.php:638
375
- #: includes/lib/class-colorlib-login-customizer-customizer.php:681
376
- #: includes/lib/class-colorlib-login-customizer-customizer.php:728
377
  msgid "You can change the default text for username label or just delete it."
378
  msgstr ""
379
 
380
- #: includes/lib/class-colorlib-login-customizer-customizer.php:644
381
  msgid "Password label"
382
  msgstr ""
383
 
384
- #: includes/lib/class-colorlib-login-customizer-customizer.php:645
385
  msgid "You can change the default text for password label or just delete it."
386
  msgstr ""
387
 
388
- #: includes/lib/class-colorlib-login-customizer-customizer.php:651
389
  msgid "Remember Me label"
390
  msgstr ""
391
 
392
- #: includes/lib/class-colorlib-login-customizer-customizer.php:652
393
  msgid "You can change the default remember me text."
394
  msgstr ""
395
 
396
- #: includes/lib/class-colorlib-login-customizer-customizer.php:658
397
  msgid "Login label"
398
  msgstr ""
399
 
400
- #: includes/lib/class-colorlib-login-customizer-customizer.php:659
401
  msgid "You can change the default text for the log in button."
402
  msgstr ""
403
 
404
- #: includes/lib/class-colorlib-login-customizer-customizer.php:665
405
  msgid "Register link"
406
  msgstr ""
407
 
408
- #: includes/lib/class-colorlib-login-customizer-customizer.php:666
409
  msgid ""
410
  "You can change the default text for the register link at the end of the "
411
  "form."
412
  msgstr ""
413
 
414
- #: includes/lib/class-colorlib-login-customizer-customizer.php:675
415
  msgid "Register Form Texts"
416
  msgstr ""
417
 
418
- #: includes/lib/class-colorlib-login-customizer-customizer.php:688
419
  msgid "Email label"
420
  msgstr ""
421
 
422
- #: includes/lib/class-colorlib-login-customizer-customizer.php:689
423
  msgid "You can change the default text for email label or just delete it."
424
  msgstr ""
425
 
426
- #: includes/lib/class-colorlib-login-customizer-customizer.php:696
427
  msgid "Registration confirmation text"
428
  msgstr ""
429
 
430
- #: includes/lib/class-colorlib-login-customizer-customizer.php:697
431
  msgid "You can change the default registration confirmation text."
432
  msgstr ""
433
 
434
- #: includes/lib/class-colorlib-login-customizer-customizer.php:704
435
- #: includes/lib/class-colorlib-login-customizer-customizer.php:734
436
  msgid "Button label"
437
  msgstr ""
438
 
439
- #: includes/lib/class-colorlib-login-customizer-customizer.php:705
440
  msgid "You can change the default text for the register button."
441
  msgstr ""
442
 
443
- #: includes/lib/class-colorlib-login-customizer-customizer.php:712
444
  msgid "Login link"
445
  msgstr ""
446
 
447
- #: includes/lib/class-colorlib-login-customizer-customizer.php:713
448
  msgid "You can change the default text for the login link at the end of the form."
449
  msgstr ""
450
 
451
- #: includes/lib/class-colorlib-login-customizer-customizer.php:722
452
  msgid "Lost Password Form Texts"
453
  msgstr ""
454
 
455
- #: includes/lib/class-colorlib-login-customizer-customizer.php:735
456
  msgid "You can change the default text for the lost password button."
457
  msgstr ""
458
 
459
- #: includes/lib/class-colorlib-login-customizer-customizer.php:744
460
  msgid "Form Button & Links"
461
  msgstr ""
462
 
463
- #: includes/lib/class-colorlib-login-customizer-customizer.php:749
464
  msgid "Button background"
465
  msgstr ""
466
 
467
- #: includes/lib/class-colorlib-login-customizer-customizer.php:750
468
  msgid "This will change the submit button's background property"
469
  msgstr ""
470
 
471
- #: includes/lib/class-colorlib-login-customizer-customizer.php:756
472
  msgid "Button background hover state"
473
  msgstr ""
474
 
475
- #: includes/lib/class-colorlib-login-customizer-customizer.php:757
476
  msgid "This will change the submit button's background property on hover"
477
  msgstr ""
478
 
479
- #: includes/lib/class-colorlib-login-customizer-customizer.php:763
480
  msgid "Button border color"
481
  msgstr ""
482
 
483
- #: includes/lib/class-colorlib-login-customizer-customizer.php:764
484
  msgid "This will change the submit button's border color property"
485
  msgstr ""
486
 
487
- #: includes/lib/class-colorlib-login-customizer-customizer.php:770
488
  msgid "Button border hover state"
489
  msgstr ""
490
 
491
- #: includes/lib/class-colorlib-login-customizer-customizer.php:771
492
  msgid "This will change the submit button's border property on hover"
493
  msgstr ""
494
 
495
- #: includes/lib/class-colorlib-login-customizer-customizer.php:777
496
  msgid "Button shadow"
497
  msgstr ""
498
 
499
- #: includes/lib/class-colorlib-login-customizer-customizer.php:778
500
  msgid ""
501
  "This will change the submit button's shadow property. Example: 0 1px 0 "
502
  "#006799"
503
  msgstr ""
504
 
505
- #: includes/lib/class-colorlib-login-customizer-customizer.php:784
506
  msgid "Button text shadow"
507
  msgstr ""
508
 
509
- #: includes/lib/class-colorlib-login-customizer-customizer.php:785
510
  msgid ""
511
  "This will change the submit button text's shadow property. Example: 0 -1px "
512
  "1px #006799"
513
  msgstr ""
514
 
515
- #: includes/lib/class-colorlib-login-customizer-customizer.php:791
516
  msgid "Button color"
517
  msgstr ""
518
 
519
- #: includes/lib/class-colorlib-login-customizer-customizer.php:792
520
  msgid "This will change the submit button's text color property"
521
  msgstr ""
522
 
523
- #: includes/lib/class-colorlib-login-customizer-customizer.php:798
524
  msgid "Link color"
525
  msgstr ""
526
 
527
- #: includes/lib/class-colorlib-login-customizer-customizer.php:799
528
  msgid "This will change the text color of links that are underneath the login form"
529
  msgstr ""
530
 
531
- #: includes/lib/class-colorlib-login-customizer-customizer.php:805
532
  msgid "Link color hover"
533
  msgstr ""
534
 
535
- #: includes/lib/class-colorlib-login-customizer-customizer.php:806
536
  msgid ""
537
  "This will change the text color of links, that are underneath the login "
538
  "form, on hover"
539
  msgstr ""
540
 
541
- #: includes/lib/class-colorlib-login-customizer-customizer.php:812
542
  msgid "Hide \"Remember Me\""
543
  msgstr ""
544
 
545
- #: includes/lib/class-colorlib-login-customizer-customizer.php:813
546
  msgid "Show/Hide the \"Remember Me\" checkbox"
547
  msgstr ""
548
 
549
- #: includes/lib/class-colorlib-login-customizer-customizer.php:821
550
  msgid "Custom CSS"
551
  msgstr ""
552
 
553
- #: includes/lib/class-colorlib-login-customizer-customizer.php:826
554
  msgid "CSS code"
555
  msgstr ""
556
 
2
  # This file is distributed under the GPLv3 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Colorlib Login Customizer 1.3.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/colorlib-login-customizer\n"
8
+ "POT-Creation-Date: 2021-05-27 12:27:47+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
143
 
144
  #: includes/lib/class-colorlib-login-customizer-customizer.php:318
145
  #: includes/lib/class-colorlib-login-customizer-customizer.php:465
146
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:487
147
  msgid ""
148
  "This will upload an image to your media library and store the attachment ID "
149
  "in the option field. Once you have uploaded an imge the thumbnail will "
199
  msgstr ""
200
 
201
  #: includes/lib/class-colorlib-login-customizer-customizer.php:458
202
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:479
203
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:533
204
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:596
205
  msgid "This will change the background color property."
206
  msgstr ""
207
 
210
  msgstr ""
211
 
212
  #: includes/lib/class-colorlib-login-customizer-customizer.php:471
213
+ msgid "Background Image Link"
214
+ msgstr ""
215
+
216
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:472
217
+ msgid "This will add a link on the background image."
218
+ msgstr ""
219
+
220
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:478
221
  msgid "Form Column background color"
222
  msgstr ""
223
 
224
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:486
225
  msgid "Form Column background"
226
  msgstr ""
227
 
228
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:496
229
  msgid "General Form options"
230
  msgstr ""
231
 
232
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:501
233
  msgid "Form Width"
234
  msgstr ""
235
 
236
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:502
237
  msgid "Please input the desired width for the login form in pixels. Example: 20"
238
  msgstr ""
239
 
240
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:513
241
  msgid "Form Height"
242
  msgstr ""
243
 
244
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:514
245
  msgid "Please input the desired height for the login form in pixels. Example: 20"
246
  msgstr ""
247
 
248
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:525
249
  msgid "Form background image"
250
  msgstr ""
251
 
252
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:526
253
  msgid "This will change the background image property of login form."
254
  msgstr ""
255
 
256
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:532
257
  msgid "Form background color"
258
  msgstr ""
259
 
260
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:539
261
  msgid "Form padding"
262
  msgstr ""
263
 
264
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:540
265
  msgid "This will change the padding property. Example: 26px 24px 46px 30px"
266
  msgstr ""
267
 
268
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:546
269
  msgid "Form border"
270
  msgstr ""
271
 
272
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:547
273
  msgid "This will change the border property. Example: 2px dotted black"
274
  msgstr ""
275
 
276
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:553
277
  msgid "Form border radius"
278
  msgstr ""
279
 
280
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:554
281
  msgid "This will change the border radius property. Example: 2px 2px 2px 2px"
282
  msgstr ""
283
 
284
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:560
285
  msgid "Form shadow"
286
  msgstr ""
287
 
288
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:561
289
  msgid "This will change the form's shadow property. Example: 0 1px 0 #006799"
290
  msgstr ""
291
 
292
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:567
293
  msgid "Form field width"
294
  msgstr ""
295
 
296
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:568
297
  msgid "Please input the desired width for the form field in pixels. Example: 20"
298
  msgstr ""
299
 
300
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:574
301
  msgid "Form field margin"
302
  msgstr ""
303
 
304
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:575
305
  msgid "This will change the margin property. Example: 26px 24px 46px 30px"
306
  msgstr ""
307
 
308
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:581
309
  msgid "Form field border"
310
  msgstr ""
311
 
312
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:582
313
  msgid ""
314
  "Please input the desired border for the form field. Example: 2px dotted "
315
  "black"
316
  msgstr ""
317
 
318
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:588
319
  msgid "Form field border radius"
320
  msgstr ""
321
 
322
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:589
323
  msgid ""
324
  "Please input the desired border radiuse for the form field. Example: 5px "
325
  "5px 5px 5px"
326
  msgstr ""
327
 
328
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:595
329
  msgid "Form field background"
330
  msgstr ""
331
 
332
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:602
333
  msgid "Form field color"
334
  msgstr ""
335
 
336
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:603
337
  msgid "This will change the text color property."
338
  msgstr ""
339
 
340
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:609
341
  msgid "Form label color"
342
  msgstr ""
343
 
344
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:610
345
  msgid "This will change the label text color property."
346
  msgstr ""
347
 
348
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:616
349
  msgid "Lost Password Text"
350
  msgstr ""
351
 
352
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:617
353
  msgid "You can change the default text for \"Lost your password\" "
354
  msgstr ""
355
 
356
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:623
357
  msgid "Back to site text"
358
  msgstr ""
359
 
360
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:624
361
  msgid "You can change the default text for \"Back to\" site "
362
  msgstr ""
363
 
364
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:630
365
  msgid "Hide Extra Links"
366
  msgstr ""
367
 
368
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:631
369
  msgid "Show/Hide the links under the login form"
370
  msgstr ""
371
 
372
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:639
373
  msgid "Login Form Texts"
374
  msgstr ""
375
 
376
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:644
377
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:687
378
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:734
379
  msgid "Username label"
380
  msgstr ""
381
 
382
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:645
383
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:688
384
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:735
385
  msgid "You can change the default text for username label or just delete it."
386
  msgstr ""
387
 
388
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:651
389
  msgid "Password label"
390
  msgstr ""
391
 
392
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:652
393
  msgid "You can change the default text for password label or just delete it."
394
  msgstr ""
395
 
396
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:658
397
  msgid "Remember Me label"
398
  msgstr ""
399
 
400
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:659
401
  msgid "You can change the default remember me text."
402
  msgstr ""
403
 
404
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:665
405
  msgid "Login label"
406
  msgstr ""
407
 
408
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:666
409
  msgid "You can change the default text for the log in button."
410
  msgstr ""
411
 
412
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:672
413
  msgid "Register link"
414
  msgstr ""
415
 
416
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:673
417
  msgid ""
418
  "You can change the default text for the register link at the end of the "
419
  "form."
420
  msgstr ""
421
 
422
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:682
423
  msgid "Register Form Texts"
424
  msgstr ""
425
 
426
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:695
427
  msgid "Email label"
428
  msgstr ""
429
 
430
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:696
431
  msgid "You can change the default text for email label or just delete it."
432
  msgstr ""
433
 
434
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:703
435
  msgid "Registration confirmation text"
436
  msgstr ""
437
 
438
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:704
439
  msgid "You can change the default registration confirmation text."
440
  msgstr ""
441
 
442
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:711
443
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:741
444
  msgid "Button label"
445
  msgstr ""
446
 
447
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:712
448
  msgid "You can change the default text for the register button."
449
  msgstr ""
450
 
451
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:719
452
  msgid "Login link"
453
  msgstr ""
454
 
455
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:720
456
  msgid "You can change the default text for the login link at the end of the form."
457
  msgstr ""
458
 
459
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:729
460
  msgid "Lost Password Form Texts"
461
  msgstr ""
462
 
463
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:742
464
  msgid "You can change the default text for the lost password button."
465
  msgstr ""
466
 
467
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:751
468
  msgid "Form Button & Links"
469
  msgstr ""
470
 
471
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:756
472
  msgid "Button background"
473
  msgstr ""
474
 
475
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:757
476
  msgid "This will change the submit button's background property"
477
  msgstr ""
478
 
479
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:763
480
  msgid "Button background hover state"
481
  msgstr ""
482
 
483
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:764
484
  msgid "This will change the submit button's background property on hover"
485
  msgstr ""
486
 
487
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:770
488
  msgid "Button border color"
489
  msgstr ""
490
 
491
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:771
492
  msgid "This will change the submit button's border color property"
493
  msgstr ""
494
 
495
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:777
496
  msgid "Button border hover state"
497
  msgstr ""
498
 
499
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:778
500
  msgid "This will change the submit button's border property on hover"
501
  msgstr ""
502
 
503
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:784
504
  msgid "Button shadow"
505
  msgstr ""
506
 
507
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:785
508
  msgid ""
509
  "This will change the submit button's shadow property. Example: 0 1px 0 "
510
  "#006799"
511
  msgstr ""
512
 
513
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:791
514
  msgid "Button text shadow"
515
  msgstr ""
516
 
517
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:792
518
  msgid ""
519
  "This will change the submit button text's shadow property. Example: 0 -1px "
520
  "1px #006799"
521
  msgstr ""
522
 
523
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:798
524
  msgid "Button color"
525
  msgstr ""
526
 
527
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:799
528
  msgid "This will change the submit button's text color property"
529
  msgstr ""
530
 
531
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:805
532
  msgid "Link color"
533
  msgstr ""
534
 
535
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:806
536
  msgid "This will change the text color of links that are underneath the login form"
537
  msgstr ""
538
 
539
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:812
540
  msgid "Link color hover"
541
  msgstr ""
542
 
543
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:813
544
  msgid ""
545
  "This will change the text color of links, that are underneath the login "
546
  "form, on hover"
547
  msgstr ""
548
 
549
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:819
550
  msgid "Hide \"Remember Me\""
551
  msgstr ""
552
 
553
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:820
554
  msgid "Show/Hide the \"Remember Me\" checkbox"
555
  msgstr ""
556
 
557
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:828
558
  msgid "Custom CSS"
559
  msgstr ""
560
 
561
+ #: includes/lib/class-colorlib-login-customizer-customizer.php:833
562
  msgid "CSS code"
563
  msgstr ""
564
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: silkalns
3
  Tags: customize login, login, custom login, customize wordpress login, wordpress login, customizer, custom admin, login logo, logo, login customizer, custom wp-login
4
  Requires at least: 4.7
5
- Tested up to: 5.7
6
- Stable tag: 1.2.99
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -93,6 +93,9 @@ If you enjoy using Colorlib Login Customizer for WordPress please leave a [posit
93
 
94
  == Changelog ==
95
 
 
 
 
96
  = 1.2.99 - 08.04.2021=
97
  Fixed: An issue where the link color hover pallete would not display properly (https://github.com/ColorlibHQ/colorlib-login-customizer/issues/139)
98
  Fixed: An issue where the logo would be outside of the login box on a selected template ( https://github.com/ColorlibHQ/colorlib-login-customizer/issues/134)
2
  Contributors: silkalns
3
  Tags: customize login, login, custom login, customize wordpress login, wordpress login, customizer, custom admin, login logo, logo, login customizer, custom wp-login
4
  Requires at least: 4.7
5
+ Tested up to: 5.8
6
+ Stable tag: 1.3.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
93
 
94
  == Changelog ==
95
 
96
+ = 1.3.00 - 10.05.2021 =
97
+ Added : Background image link ( https://github.com/ColorlibHQ/colorlib-login-customizer/issues/115 )
98
+
99
  = 1.2.99 - 08.04.2021=
100
  Fixed: An issue where the link color hover pallete would not display properly (https://github.com/ColorlibHQ/colorlib-login-customizer/issues/139)
101
  Fixed: An issue where the logo would be outside of the login box on a selected template ( https://github.com/ColorlibHQ/colorlib-login-customizer/issues/134)