Admin Custom Login - Version 1.8

Version Description

Download this release

Release Info

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

Code changes from version 1.7 to 1.8

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 1.7
5
  * Description: Admin Custom Login plugin allows you to change your Login Form.
6
  * Author: weblizar
7
  * Author URI: http://www.weblizar.com
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 1.8
5
  * Description: Admin Custom Login plugin allows you to change your Login Form.
6
  * Author: weblizar
7
  * Author URI: http://www.weblizar.com
includes/design/text_and_color.php CHANGED
@@ -323,22 +323,22 @@ jQuery(document).ready(function(){
323
  <select id="headline_font_style" class="standard-dropdown" name="headline_font_style">
324
  <optgroup label="Default Fonts">
325
  <option value="Arial" <?php selected($RPP_Font_Style, 'Arial' ); ?>>Arial</option>
326
- <option value="_arial_black" <?php selected($RPP_Font_Style, 'Arial Black' ); ?>>Arial Black</option>
327
  <option value="Courier New" <?php selected($RPP_Font_Style, 'Courier New' ); ?>>Courier New</option>
328
- <option value="georgia" <?php selected($RPP_Font_Style, 'Georgia' ); ?>>Georgia</option>
329
- <option value="grande" <?php selected($RPP_Font_Style, 'Grande' ); ?>>Grande</option>
330
- <option value="_helvetica_neue" <?php selected($RPP_Font_Style, 'Helvetica Neue' ); ?>>Helvetica Neue</option>
331
- <option value="_impact" <?php selected($RPP_Font_Style, 'Impact' ); ?>>Impact</option>
332
- <option value="_lucida" <?php selected($RPP_Font_Style, 'Lucida' ); ?>>Lucida</option>
333
- <option value="_lucida" <?php selected($RPP_Font_Style, 'Lucida Grande' ); ?>>Lucida Grande</option>
334
- <option value="_OpenSansBold" <?php selected($RPP_Font_Style, 'OpenSansBold' ); ?>>OpenSansBold</option>
335
- <option value="_palatino" <?php selected($RPP_Font_Style, 'Palatino' ); ?>>Palatino</option>
336
- <option value="_sans" <?php selected($RPP_Font_Style, 'Sans' ); ?>>Sans</option>
337
- <option value="_sans" <?php selected($RPP_Font_Style, 'Sans-Serif' ); ?>>Sans-Serif</option>
338
- <option value="_tahoma" <?php selected($RPP_Font_Style, 'Tahoma' ); ?>>Tahoma</option>
339
- <option value="_times"<?php selected($RPP_Font_Style, 'Times New Roman' ); ?>>Times New Roman</option>
340
- <option value="_trebuchet" <?php selected($RPP_Font_Style, 'Trebuchet' ); ?>>Trebuchet</option>
341
- <option value="_verdana" <?php selected($RPP_Font_Style, 'Verdana' ); ?>>Verdana</option>
342
  </optgroup>
343
  <optgroup label="Google Fonts">
344
  <option value="Abel"<?php selected($RPP_Font_Style, 'Abel' ); ?>>Abel</option>
@@ -885,22 +885,22 @@ jQuery(document).ready(function(){
885
  <select id="input_font_style" class="standard-dropdown" name="input_font_style" >
886
  <optgroup label="Default Fonts">
887
  <option value="Arial" <?php selected($RPP_Font_Style, 'Arial' ); ?>>Arial</option>
888
- <option value="_arial_black" <?php selected($RPP_Font_Style, 'Arial Black' ); ?>>Arial Black</option>
889
  <option value="Courier New" <?php selected($RPP_Font_Style, 'Courier New' ); ?>>Courier New</option>
890
- <option value="georgia" <?php selected($RPP_Font_Style, 'Georgia' ); ?>>Georgia</option>
891
- <option value="grande" <?php selected($RPP_Font_Style, 'Grande' ); ?>>Grande</option>
892
- <option value="helvetica_neue" <?php selected($RPP_Font_Style, 'Helvetica Neue' ); ?>>Helvetica Neue</option>
893
- <option value="impact" <?php selected($RPP_Font_Style, 'Impact' ); ?>>Impact</option>
894
- <option value="lucida" <?php selected($RPP_Font_Style, 'Lucida' ); ?>>Lucida</option>
895
- <option value="lucida" <?php selected($RPP_Font_Style, 'Lucida Grande' ); ?>>Lucida Grande</option>
896
  <option value="OpenSansBold" <?php selected($RPP_Font_Style, 'OpenSansBold' ); ?>>OpenSansBold</option>
897
- <option value="palatino" <?php selected($RPP_Font_Style, 'Palatino' ); ?>>Palatino</option>
898
- <option value="sans" <?php selected($RPP_Font_Style, 'Sans' ); ?>>Sans</option>
899
- <option value="sans" <?php selected($RPP_Font_Style, 'Sans-Serif' ); ?>>Sans-Serif</option>
900
- <option value="tahoma" <?php selected($RPP_Font_Style, 'Tahoma' ); ?>>Tahoma</option>
901
- <option value="times"<?php selected($RPP_Font_Style, 'Times New Roman' ); ?>>Times New Roman</option>
902
- <option value="trebuchet" <?php selected($RPP_Font_Style, 'Trebuchet' ); ?>>Trebuchet</option>
903
- <option value="verdana" <?php selected($RPP_Font_Style, 'Verdana' ); ?>>Verdana</option>
904
  </optgroup>
905
  <optgroup label="Google Fonts">
906
  <option value="Abel"<?php selected($RPP_Font_Style, 'Abel' ); ?>>Abel</option>
@@ -1447,22 +1447,22 @@ jQuery(document).ready(function(){
1447
  <select id="link_font_style" class="standard-dropdown" name="link_font_style">
1448
  <optgroup label="Default Fonts">
1449
  <option value="Arial" <?php selected($RPP_Font_Style, 'Arial' ); ?>>Arial</option>
1450
- <option value="_arial_black" <?php selected($RPP_Font_Style, 'Arial Black' ); ?>>Arial Black</option>
1451
  <option value="Courier New" <?php selected($RPP_Font_Style, 'Courier New' ); ?>>Courier New</option>
1452
- <option value="georgia" <?php selected($RPP_Font_Style, 'Georgia' ); ?>>Georgia</option>
1453
- <option value="grande" <?php selected($RPP_Font_Style, 'Grande' ); ?>>Grande</option>
1454
- <option value="_helvetica_neue" <?php selected($RPP_Font_Style, 'Helvetica Neue' ); ?>>Helvetica Neue</option>
1455
- <option value="_impact" <?php selected($RPP_Font_Style, 'Impact' ); ?>>Impact</option>
1456
- <option value="_lucida" <?php selected($RPP_Font_Style, 'Lucida' ); ?>>Lucida</option>
1457
- <option value="_lucida" <?php selected($RPP_Font_Style, 'Lucida Grande' ); ?>>Lucida Grande</option>
1458
- <option value="_OpenSansBold" <?php selected($RPP_Font_Style, 'OpenSansBold' ); ?>>OpenSansBold</option>
1459
- <option value="_palatino" <?php selected($RPP_Font_Style, 'Palatino' ); ?>>Palatino</option>
1460
- <option value="_sans" <?php selected($RPP_Font_Style, 'Sans' ); ?>>Sans</option>
1461
- <option value="_sans" <?php selected($RPP_Font_Style, 'Sans-Serif' ); ?>>Sans-Serif</option>
1462
- <option value="_tahoma" <?php selected($RPP_Font_Style, 'Tahoma' ); ?>>Tahoma</option>
1463
- <option value="_times"<?php selected($RPP_Font_Style, 'Times New Roman' ); ?>>Times New Roman</option>
1464
- <option value="_trebuchet" <?php selected($RPP_Font_Style, 'Trebuchet' ); ?>>Trebuchet</option>
1465
- <option value="_verdana" <?php selected($RPP_Font_Style, 'Verdana' ); ?>>Verdana</option>
1466
  </optgroup>
1467
  <optgroup label="Google Fonts">
1468
  <option value="Abel"<?php selected($RPP_Font_Style, 'Abel' ); ?>>Abel</option>
@@ -2011,22 +2011,22 @@ jQuery(document).ready(function(){
2011
 
2012
  <optgroup label="Default Fonts">
2013
  <option value="Arial" <?php selected($RPP_Font_Style, 'Arial' ); ?>>Arial</option>
2014
- <option value="_arial_black" <?php selected($RPP_Font_Style, 'Arial Black' ); ?>>Arial Black</option>
2015
  <option value="Courier New" <?php selected($RPP_Font_Style, 'Courier New' ); ?>>Courier New</option>
2016
- <option value="georgia" <?php selected($RPP_Font_Style, 'Georgia' ); ?>>Georgia</option>
2017
- <option value="grande" <?php selected($RPP_Font_Style, 'Grande' ); ?>>Grande</option>
2018
- <option value="_helvetica_neue" <?php selected($RPP_Font_Style, 'Helvetica Neue' ); ?>>Helvetica Neue</option>
2019
- <option value="_impact" <?php selected($RPP_Font_Style, 'Impact' ); ?>>Impact</option>
2020
- <option value="_lucida" <?php selected($RPP_Font_Style, 'Lucida' ); ?>>Lucida</option>
2021
- <option value="_lucida" <?php selected($RPP_Font_Style, 'Lucida Grande' ); ?>>Lucida Grande</option>
2022
- <option value="_OpenSansBold" <?php selected($RPP_Font_Style, 'OpenSansBold' ); ?>>OpenSansBold</option>
2023
- <option value="_palatino" <?php selected($RPP_Font_Style, 'Palatino' ); ?>>Palatino</option>
2024
- <option value="_sans" <?php selected($RPP_Font_Style, 'Sans' ); ?>>Sans</option>
2025
- <option value="_sans" <?php selected($RPP_Font_Style, 'Sans-Serif' ); ?>>Sans-Serif</option>
2026
- <option value="_tahoma" <?php selected($RPP_Font_Style, 'Tahoma' ); ?>>Tahoma</option>
2027
- <option value="_times"<?php selected($RPP_Font_Style, 'Times New Roman' ); ?>>Times New Roman</option>
2028
- <option value="_trebuchet" <?php selected($RPP_Font_Style, 'Trebuchet' ); ?>>Trebuchet</option>
2029
- <option value="_verdana" <?php selected($RPP_Font_Style, 'Verdana' ); ?>>Verdana</option>
2030
  </optgroup>
2031
  <optgroup label="Google Fonts">
2032
  <option value="Abel"<?php selected($RPP_Font_Style, 'Abel' ); ?>>Abel</option>
323
  <select id="headline_font_style" class="standard-dropdown" name="headline_font_style">
324
  <optgroup label="Default Fonts">
325
  <option value="Arial" <?php selected($RPP_Font_Style, 'Arial' ); ?>>Arial</option>
326
+ <option value="Arial Black" <?php selected($RPP_Font_Style, 'Arial Black' ); ?>>Arial Black</option>
327
  <option value="Courier New" <?php selected($RPP_Font_Style, 'Courier New' ); ?>>Courier New</option>
328
+ <option value="Georgia" <?php selected($RPP_Font_Style, 'Georgia' ); ?>>Georgia</option>
329
+ <option value="Grande" <?php selected($RPP_Font_Style, 'Grande' ); ?>>Grande</option>
330
+ <option value="Helvetica Neue" <?php selected($RPP_Font_Style, 'Helvetica Neue' ); ?>>Helvetica Neue</option>
331
+ <option value="Impact" <?php selected($RPP_Font_Style, 'Impact' ); ?>>Impact</option>
332
+ <option value="Lucida" <?php selected($RPP_Font_Style, 'Lucida' ); ?>>Lucida</option>
333
+ <option value="Lucida Grande" <?php selected($RPP_Font_Style, 'Lucida Grande' ); ?>>Lucida Grande</option>
334
+ <option value="OpenSansBold" <?php selected($RPP_Font_Style, 'OpenSansBold' ); ?>>OpenSansBold</option>
335
+ <option value="Palatino" <?php selected($RPP_Font_Style, 'Palatino' ); ?>>Palatino</option>
336
+ <option value="Sans" <?php selected($RPP_Font_Style, 'Sans' ); ?>>Sans</option>
337
+ <option value="Sans-Serif" <?php selected($RPP_Font_Style, 'Sans-Serif' ); ?>>Sans-Serif</option>
338
+ <option value="Tahoma" <?php selected($RPP_Font_Style, 'Tahoma' ); ?>>Tahoma</option>
339
+ <option value="Times New Roman"<?php selected($RPP_Font_Style, 'Times New Roman' ); ?>>Times New Roman</option>
340
+ <option value="Trebuchet" <?php selected($RPP_Font_Style, 'Trebuchet' ); ?>>Trebuchet</option>
341
+ <option value="Verdana" <?php selected($RPP_Font_Style, 'Verdana' ); ?>>Verdana</option>
342
  </optgroup>
343
  <optgroup label="Google Fonts">
344
  <option value="Abel"<?php selected($RPP_Font_Style, 'Abel' ); ?>>Abel</option>
885
  <select id="input_font_style" class="standard-dropdown" name="input_font_style" >
886
  <optgroup label="Default Fonts">
887
  <option value="Arial" <?php selected($RPP_Font_Style, 'Arial' ); ?>>Arial</option>
888
+ <option value="Arial Black" <?php selected($RPP_Font_Style, 'Arial Black' ); ?>>Arial Black</option>
889
  <option value="Courier New" <?php selected($RPP_Font_Style, 'Courier New' ); ?>>Courier New</option>
890
+ <option value="Georgia" <?php selected($RPP_Font_Style, 'Georgia' ); ?>>Georgia</option>
891
+ <option value="Grande" <?php selected($RPP_Font_Style, 'Grande' ); ?>>Grande</option>
892
+ <option value="Helvetica Neue" <?php selected($RPP_Font_Style, 'Helvetica Neue' ); ?>>Helvetica Neue</option>
893
+ <option value="Impact" <?php selected($RPP_Font_Style, 'Impact' ); ?>>Impact</option>
894
+ <option value="Lucida" <?php selected($RPP_Font_Style, 'Lucida' ); ?>>Lucida</option>
895
+ <option value="Lucida Grande" <?php selected($RPP_Font_Style, 'Lucida Grande' ); ?>>Lucida Grande</option>
896
  <option value="OpenSansBold" <?php selected($RPP_Font_Style, 'OpenSansBold' ); ?>>OpenSansBold</option>
897
+ <option value="Palatino" <?php selected($RPP_Font_Style, 'Palatino' ); ?>>Palatino</option>
898
+ <option value="Sans" <?php selected($RPP_Font_Style, 'Sans' ); ?>>Sans</option>
899
+ <option value="Sans-Serif" <?php selected($RPP_Font_Style, 'Sans-Serif' ); ?>>Sans-Serif</option>
900
+ <option value="Tahoma" <?php selected($RPP_Font_Style, 'Tahoma' ); ?>>Tahoma</option>
901
+ <option value="Times New Roman"<?php selected($RPP_Font_Style, 'Times New Roman' ); ?>>Times New Roman</option>
902
+ <option value="Trebuchet" <?php selected($RPP_Font_Style, 'Trebuchet' ); ?>>Trebuchet</option>
903
+ <option value="Verdana" <?php selected($RPP_Font_Style, 'Verdana' ); ?>>Verdana</option>
904
  </optgroup>
905
  <optgroup label="Google Fonts">
906
  <option value="Abel"<?php selected($RPP_Font_Style, 'Abel' ); ?>>Abel</option>
1447
  <select id="link_font_style" class="standard-dropdown" name="link_font_style">
1448
  <optgroup label="Default Fonts">
1449
  <option value="Arial" <?php selected($RPP_Font_Style, 'Arial' ); ?>>Arial</option>
1450
+ <option value="Arial Black" <?php selected($RPP_Font_Style, 'Arial Black' ); ?>>Arial Black</option>
1451
  <option value="Courier New" <?php selected($RPP_Font_Style, 'Courier New' ); ?>>Courier New</option>
1452
+ <option value="Georgia" <?php selected($RPP_Font_Style, 'Georgia' ); ?>>Georgia</option>
1453
+ <option value="Grande" <?php selected($RPP_Font_Style, 'Grande' ); ?>>Grande</option>
1454
+ <option value="Helvetica Neue" <?php selected($RPP_Font_Style, 'Helvetica Neue' ); ?>>Helvetica Neue</option>
1455
+ <option value="Impact" <?php selected($RPP_Font_Style, 'Impact' ); ?>>Impact</option>
1456
+ <option value="Lucida" <?php selected($RPP_Font_Style, 'Lucida' ); ?>>Lucida</option>
1457
+ <option value="Lucida Grande" <?php selected($RPP_Font_Style, 'Lucida Grande' ); ?>>Lucida Grande</option>
1458
+ <option value="OpenSansBold" <?php selected($RPP_Font_Style, 'OpenSansBold' ); ?>>OpenSansBold</option>
1459
+ <option value="Palatino" <?php selected($RPP_Font_Style, 'Palatino' ); ?>>Palatino</option>
1460
+ <option value="Sans" <?php selected($RPP_Font_Style, 'Sans' ); ?>>Sans</option>
1461
+ <option value="Sans-Serif" <?php selected($RPP_Font_Style, 'Sans-Serif' ); ?>>Sans-Serif</option>
1462
+ <option value="Tahoma" <?php selected($RPP_Font_Style, 'Tahoma' ); ?>>Tahoma</option>
1463
+ <option value="Times New Roman"<?php selected($RPP_Font_Style, 'Times New Roman' ); ?>>Times New Roman</option>
1464
+ <option value="Trebuchet" <?php selected($RPP_Font_Style, 'Trebuchet' ); ?>>Trebuchet</option>
1465
+ <option value="Verdana" <?php selected($RPP_Font_Style, 'Verdana' ); ?>>Verdana</option>
1466
  </optgroup>
1467
  <optgroup label="Google Fonts">
1468
  <option value="Abel"<?php selected($RPP_Font_Style, 'Abel' ); ?>>Abel</option>
2011
 
2012
  <optgroup label="Default Fonts">
2013
  <option value="Arial" <?php selected($RPP_Font_Style, 'Arial' ); ?>>Arial</option>
2014
+ <option value="Arial Black" <?php selected($RPP_Font_Style, 'Arial Black' ); ?>>Arial Black</option>
2015
  <option value="Courier New" <?php selected($RPP_Font_Style, 'Courier New' ); ?>>Courier New</option>
2016
+ <option value="Georgia" <?php selected($RPP_Font_Style, 'Georgia' ); ?>>Georgia</option>
2017
+ <option value="Grande" <?php selected($RPP_Font_Style, 'Grande' ); ?>>Grande</option>
2018
+ <option value="Helvetica Neue" <?php selected($RPP_Font_Style, 'Helvetica Neue' ); ?>>Helvetica Neue</option>
2019
+ <option value="Impact" <?php selected($RPP_Font_Style, 'Impact' ); ?>>Impact</option>
2020
+ <option value="Lucida" <?php selected($RPP_Font_Style, 'Lucida' ); ?>>Lucida</option>
2021
+ <option value="Lucida Grande" <?php selected($RPP_Font_Style, 'Lucida Grande' ); ?>>Lucida Grande</option>
2022
+ <option value="OpenSansBold" <?php selected($RPP_Font_Style, 'OpenSansBold' ); ?>>OpenSansBold</option>
2023
+ <option value="Palatino" <?php selected($RPP_Font_Style, 'Palatino' ); ?>>Palatino</option>
2024
+ <option value="Sans" <?php selected($RPP_Font_Style, 'Sans' ); ?>>Sans</option>
2025
+ <option value="Sans-Serif" <?php selected($RPP_Font_Style, 'Sans-Serif' ); ?>>Sans-Serif</option>
2026
+ <option value="Tahoma" <?php selected($RPP_Font_Style, 'Tahoma' ); ?>>Tahoma</option>
2027
+ <option value="Times New Roman"<?php selected($RPP_Font_Style, 'Times New Roman' ); ?>>Times New Roman</option>
2028
+ <option value="Trebuchet" <?php selected($RPP_Font_Style, 'Trebuchet' ); ?>>Trebuchet</option>
2029
+ <option value="Verdana" <?php selected($RPP_Font_Style, 'Verdana' ); ?>>Verdana</option>
2030
  </optgroup>
2031
  <optgroup label="Google Fonts">
2032
  <option value="Abel"<?php selected($RPP_Font_Style, 'Abel' ); ?>>Abel</option>
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.3
7
- Stable tag: 1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -107,6 +107,10 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
107
 
108
  For more information, see [Weblizar](http://wwww.weblizar.com/)
109
 
 
 
 
 
110
  = Version 1.7 14/08/2015 =
111
 
112
  * Resolved Spelling Mistake
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.3
7
+ Stable tag: 1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
107
 
108
  For more information, see [Weblizar](http://wwww.weblizar.com/)
109
 
110
+ = Version 1.8 31/08/2015 =
111
+
112
+ * Resolved Font Issue
113
+
114
  = Version 1.7 14/08/2015 =
115
 
116
  * Resolved Spelling Mistake