Admin Custom Login - Version 1.4

Version Description

Download this release

Release Info

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

Code changes from version 1.3 to 1.4

admin-custom-login.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Costum Login
4
- * Version: 1.3
5
- * Responsive Login Form Allow You Setting Of login Form.
6
  * Author: weblizar
7
  * Author URI: http://www.weblizar.com
8
  * Plugin URI: http://weblizar.com/plugins/admin-custom-login
@@ -31,8 +31,8 @@ require_once("login-form-screen.php");
31
  add_action('admin_menu','acl_weblizar_admin_custom_login_menu');
32
  function acl_weblizar_admin_custom_login_menu() {
33
  //plugin menu name for Admin Costume Login
34
- $acl_menu = add_menu_page('Admin custom Login', 'Admin custom Login','administrator', 'admin_custom_login','acl_admin_custom_login_content');
35
-
36
  //add hook to add styles and scripts for Admin Costume Login admin page
37
  add_action( 'admin_print_styles-' . $acl_menu, 'acl_admin_custom_login_js_css' );
38
  }
@@ -103,12 +103,12 @@ function acl_footer_func() {
103
  jQuery('#loginform label[for="user_pass"]').attr('id', 'pwd_input_lable');
104
 
105
  <?php if($enable_inputbox_icon=='yes'){?>
106
- document.getElementById("log_input_lable").innerHTML="User Name<div class='input-container'> <div class='icon-ph'><i class='fa <?php echo $user_input_icon; ?>'></i></div> <input id='user_login' name='log' class='input' type='text' placeholder='User Name'></div>";
107
- document.getElementById("pwd_input_lable").innerHTML="Password<div class='input-container'> <div class='icon-ph'><i class='fa <?php echo $password_input_icon; ?>'></i></div> <input id='user_pass' name='pwd' class='input' type='password' placeholder='Password'></div>";
108
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 45px');
109
  <?php } else { ?>
110
- jQuery('#loginform #user_login').attr('placeholder', 'User Name');
111
- jQuery('#loginform #user_pass').attr('placeholder', 'Password');
112
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 5px');
113
  <?php }?>
114
  <?php if ($top_page['top_bg_type'] == "slider-background"){ ?>
@@ -117,7 +117,7 @@ function acl_footer_func() {
117
 
118
  //enable Social Icon In inner login form
119
  <?php if($Social_page['enable_social_icon'] == "inner" || $Social_page['enable_social_icon'] == "both") {?>
120
- jQuery( ".forgetmenot" ).append('<div style="padding-top:16px"><div style="color:<?php echo $heading_font_color; ?>; font-size:<?php echo $heading_font_size;?>px; ">Connect Us :</div><div style="padding-top:5px"><?php if($Social_page['social_twitter_link']!=''){ ?><a href="<?php echo $Social_page['social_twitter_link'];?>" class="icon-button twitter"><i class="fa fa-twitter"></i><span></span></a><?php } if($Social_page['social_facebook_link']!=''){ ?> <a href="<?php echo $Social_page['social_facebook_link'];?>" class="icon-button facebook"><i class="fa fa-facebook"></i><span></span></a> <?php } if($Social_page['social_google_plus_link']!=''){ ?> <a href="<?php echo $Social_page['social_google_plus_link'];?>" class="icon-button google-plus"><i class="fa fa-google-plus"></i><span></span></a><?php } if($Social_page['social_linkedin_link']!=''){ ?> <a href="<?php echo $Social_page['social_linkedin_link'];?>" class="icon-button linkedin"> <i class="fa fa-linkedin"> </i> <span></span> </a> <?php } if($Social_page['social_pinterest_link']!=''){ ?><a href="<?php echo $Social_page['social_pinterest_link'];?>" class="icon-button pinterest"><i class="fa fa-pinterest"></i><span></span></a><?php } ?><div></div>' );
121
  <?php } ?>
122
  //enable Social Icon In outer login form
123
  <?php if($Social_page['enable_social_icon'] == "outer" || $Social_page['enable_social_icon'] == "both") {?>
1
  <?php
2
  /**
3
  * Plugin Name: Admin Costum Login
4
+ * Version: 1.4
5
+ * Description: Admin Custom Login plugin allows you to change your Login Form.
6
  * Author: weblizar
7
  * Author URI: http://www.weblizar.com
8
  * Plugin URI: http://weblizar.com/plugins/admin-custom-login
31
  add_action('admin_menu','acl_weblizar_admin_custom_login_menu');
32
  function acl_weblizar_admin_custom_login_menu() {
33
  //plugin menu name for Admin Costume Login
34
+ // $acl_menu = add_menu_page('Admin custom Login', 'Admin custom Login','administrator', 'admin_custom_login','acl_admin_custom_login_content');
35
+ $acl_menu = add_submenu_page( 'options-general.php','Admin custom Login', 'Admin custom Login','administrator', 'admin_custom_login','acl_admin_custom_login_content' );
36
  //add hook to add styles and scripts for Admin Costume Login admin page
37
  add_action( 'admin_print_styles-' . $acl_menu, 'acl_admin_custom_login_js_css' );
38
  }
103
  jQuery('#loginform label[for="user_pass"]').attr('id', 'pwd_input_lable');
104
 
105
  <?php if($enable_inputbox_icon=='yes'){?>
106
+ document.getElementById("log_input_lable").innerHTML="<?php _e('User Name','WEBLIZAR_ACL');?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo $user_input_icon; ?>'></i></div> <input id='user_login' name='log' class='input' type='text' placeholder='<?php _e('User Name','WEBLIZAR_ACL');?>'></div>";
107
+ document.getElementById("pwd_input_lable").innerHTML="<?php _e('Password','WEBLIZAR_ACL');?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo $password_input_icon; ?>'></i></div> <input id='user_pass' name='pwd' class='input' type='password' placeholder='<?php _e('Password','WEBLIZAR_ACL');?>'></div>";
108
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 45px');
109
  <?php } else { ?>
110
+ jQuery('#loginform #user_login').attr('placeholder', '<?php _e('User Name','WEBLIZAR_ACL');?>');
111
+ jQuery('#loginform #user_pass').attr('placeholder', '<?php _e('Password','WEBLIZAR_ACL');?>');
112
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 5px');
113
  <?php }?>
114
  <?php if ($top_page['top_bg_type'] == "slider-background"){ ?>
117
 
118
  //enable Social Icon In inner login form
119
  <?php if($Social_page['enable_social_icon'] == "inner" || $Social_page['enable_social_icon'] == "both") {?>
120
+ jQuery( ".forgetmenot" ).append('<div style="padding-top:16px"><div style="color:<?php echo $heading_font_color; ?>; font-size:<?php echo $heading_font_size;?>px; "><?php _e('Contact Us:','WEBLIZAR_ACL'); ?> :</div><div style="padding-top:5px"><?php if($Social_page['social_twitter_link']!=''){ ?><a href="<?php echo $Social_page['social_twitter_link'];?>" class="icon-button twitter"><i class="fa fa-twitter"></i><span></span></a><?php } if($Social_page['social_facebook_link']!=''){ ?> <a href="<?php echo $Social_page['social_facebook_link'];?>" class="icon-button facebook"><i class="fa fa-facebook"></i><span></span></a> <?php } if($Social_page['social_google_plus_link']!=''){ ?> <a href="<?php echo $Social_page['social_google_plus_link'];?>" class="icon-button google-plus"><i class="fa fa-google-plus"></i><span></span></a><?php } if($Social_page['social_linkedin_link']!=''){ ?> <a href="<?php echo $Social_page['social_linkedin_link'];?>" class="icon-button linkedin"> <i class="fa fa-linkedin"> </i> <span></span> </a> <?php } if($Social_page['social_pinterest_link']!=''){ ?><a href="<?php echo $Social_page['social_pinterest_link'];?>" class="icon-button pinterest"><i class="fa fa-pinterest"></i><span></span></a><?php } ?><div></div>' );
121
  <?php } ?>
122
  //enable Social Icon In outer login form
123
  <?php if($Social_page['enable_social_icon'] == "outer" || $Social_page['enable_social_icon'] == "both") {?>
includes/social/social.php CHANGED
@@ -258,11 +258,13 @@ function Custom_login_social(Action, id){
258
  var social_icon_color_onhover = jQuery("#social-icon-color-onhover").val();
259
  var social_icon_bg = jQuery("#social-bg-color").val();
260
  var social_icon_bg_onhover = jQuery("#social-bg-color-onhover").val();
261
- var social_facebook_link = jQuery("#facebook-link").val();
262
- var social_twitter_link = jQuery("#twitter-link").val();
263
- var social_linkedin_link = jQuery("#linkedin-link").val();
264
- var social_google_plus_link = jQuery("#google-plus-link").val();
265
- var social_pinterest_link = jQuery("#pinterest-link").val();
 
 
266
 
267
  var PostData = "Action=" + Action + "&enable_social_icon=" + enable_social_icon + "&social_icon_size=" + social_icon_size + "&social_icon_layout=" + social_icon_layout + "&social_icon_color=" + social_icon_color + "&social_icon_color_onhover=" + social_icon_color_onhover + "&social_icon_bg=" + social_icon_bg + "&social_icon_bg_onhover=" + social_icon_bg_onhover + "&social_facebook_link=" + social_facebook_link + "&social_twitter_link=" + social_twitter_link + "&social_linkedin_link=" + social_linkedin_link + "&social_google_plus_link=" + social_google_plus_link + "&social_pinterest_link=" + social_pinterest_link;
268
  jQuery.ajax({
258
  var social_icon_color_onhover = jQuery("#social-icon-color-onhover").val();
259
  var social_icon_bg = jQuery("#social-bg-color").val();
260
  var social_icon_bg_onhover = jQuery("#social-bg-color-onhover").val();
261
+
262
+ // Social Links
263
+ var social_facebook_link = encodeURIComponent(jQuery("#facebook-link").val());
264
+ var social_twitter_link = encodeURIComponent(jQuery("#twitter-link").val());
265
+ var social_linkedin_link = encodeURIComponent(jQuery("#linkedin-link").val());
266
+ var social_google_plus_link = encodeURIComponent(jQuery("#google-plus-link").val());
267
+ var social_pinterest_link = encodeURIComponent(jQuery("#pinterest-link").val());
268
 
269
  var PostData = "Action=" + Action + "&enable_social_icon=" + enable_social_icon + "&social_icon_size=" + social_icon_size + "&social_icon_layout=" + social_icon_layout + "&social_icon_color=" + social_icon_color + "&social_icon_color_onhover=" + social_icon_color_onhover + "&social_icon_bg=" + social_icon_bg + "&social_icon_bg_onhover=" + social_icon_bg_onhover + "&social_facebook_link=" + social_facebook_link + "&social_twitter_link=" + social_twitter_link + "&social_linkedin_link=" + social_linkedin_link + "&social_google_plus_link=" + social_google_plus_link + "&social_pinterest_link=" + social_pinterest_link;
270
  jQuery.ajax({
languages/WEBLIZAR_ACL-hi_IN.mo CHANGED
Binary file
languages/WEBLIZAR_ACL-hi_IN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custome-login\n"
4
- "POT-Creation-Date: 2015-04-07 10:44+0530\n"
5
- "PO-Revision-Date: 2015-04-07 10:44+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: hi_IN\n"
@@ -17,6 +17,18 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: ..\n"
18
  "X-Poedit-SearchPath-1: .*\n"
19
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: ../includes/Login-form-setting/Login-form-background.php:155
21
  msgid "Login Settings"
22
  msgstr "लॉगिन सेटिंग्स"
@@ -62,253 +74,255 @@ msgstr "स्थिर पृष्ठभूमि छवि"
62
  msgid "Background Color"
63
  msgstr "पृष्ठभूमि का रंग"
64
 
65
- #: ../includes/Login-form-setting/Login-form-background.php:235
 
 
 
 
66
  #: ../includes/design/background.php:149 ../includes/design/background.php:168
67
  msgid "Background Image"
68
  msgstr "पृष्ठभूमि छवि"
69
 
70
- #: ../includes/Login-form-setting/Login-form-background.php:240
71
  #: ../includes/design/background.php:154
72
- #: ../includes/settings/page-settings.php:58
73
  msgid "No media selected!"
74
  msgstr "कोई मीडिया चयनित नहीं"
75
 
76
- #: ../includes/Login-form-setting/Login-form-background.php:241
77
  #: ../includes/design/background.php:156
78
- #: ../includes/settings/page-settings.php:59
79
  msgid "Upload"
80
  msgstr "अपलोड"
81
 
82
- #: ../includes/Login-form-setting/Login-form-background.php:243
83
- #: ../includes/settings/page-settings.php:60
84
  msgid "preview"
85
  msgstr "पूर्व दर्शन"
86
 
87
- #: ../includes/Login-form-setting/Login-form-background.php:245
88
  #: ../includes/design/background.php:160
89
  msgid "Remove"
90
  msgstr "हटाए"
91
 
92
- #: ../includes/Login-form-setting/Login-form-background.php:253
 
93
  msgid "Login Background Image"
94
  msgstr "लॉगिन पृष्ठभूमि छवि"
95
 
96
- #: ../includes/Login-form-setting/Login-form-background.php:259
97
- #: ../includes/Login-form-setting/Login-form-background.php:487
98
- #: ../includes/Login-form-setting/Login-form-background.php:501
99
- #: ../includes/dashboard/dashboard.php:64
100
- #: ../includes/dashboard/dashboard.php:78
101
  #: ../includes/design/background.php:176 ../includes/design/background.php:365
102
  #: ../includes/design/background.php:380
103
  #: ../includes/design/text_and_color.php:2636
104
  #: ../includes/design/text_and_color.php:2651
105
- #: ../includes/settings/page-settings.php:140
106
- #: ../includes/settings/page-settings.php:154
 
107
  #: ../includes/social/social.php:180 ../includes/social/social.php:194
108
  msgid "Close"
109
  msgstr "बंद"
110
 
111
- #: ../includes/Login-form-setting/Login-form-background.php:274
112
  #: ../includes/design/background.php:209
113
  msgid "Background Repeat"
114
  msgstr "पृष्ठभूमि दोहरान"
115
 
116
- #: ../includes/Login-form-setting/Login-form-background.php:280
117
  #: ../includes/design/background.php:216
118
  msgid "No Repeat "
119
  msgstr "दोहरान नहीं"
120
 
121
- #: ../includes/Login-form-setting/Login-form-background.php:281
122
  #: ../includes/design/background.php:217
123
  msgid "Repeat"
124
  msgstr "दोहरान"
125
 
126
- #: ../includes/Login-form-setting/Login-form-background.php:282
127
  #: ../includes/design/background.php:218
128
  msgid "Repeat Horizontally"
129
  msgstr "क्षैतिज दोहराएँ"
130
 
131
- #: ../includes/Login-form-setting/Login-form-background.php:283
132
  #: ../includes/design/background.php:219
133
  msgid "Repeat Vertically"
134
  msgstr "लंबवत दोहराएँ"
135
 
136
- #: ../includes/Login-form-setting/Login-form-background.php:294
137
  #: ../includes/design/background.php:231
138
  msgid "Background Position "
139
  msgstr "पृष्ठभूमि स्थिति"
140
 
141
- #: ../includes/Login-form-setting/Login-form-background.php:300
142
  #: ../includes/design/background.php:237
143
  msgid "Left Top"
144
  msgstr "बाएँ शीर्ष"
145
 
146
- #: ../includes/Login-form-setting/Login-form-background.php:301
147
  #: ../includes/design/background.php:238
148
  msgid "Left Center"
149
  msgstr "बायां केंद्र"
150
 
151
- #: ../includes/Login-form-setting/Login-form-background.php:302
152
  #: ../includes/design/background.php:239
153
  msgid "Left Bottom"
154
  msgstr "बायां नीचे"
155
 
156
- #: ../includes/Login-form-setting/Login-form-background.php:303
157
  #: ../includes/design/background.php:240
158
  msgid "Right Top"
159
  msgstr "दांया शीर्ष"
160
 
161
- #: ../includes/Login-form-setting/Login-form-background.php:304
162
  #: ../includes/design/background.php:241
163
  msgid "Right Center"
164
  msgstr "दायें केंद्र"
165
 
166
- #: ../includes/Login-form-setting/Login-form-background.php:305
167
  #: ../includes/design/background.php:242
168
  msgid "Right Bottom"
169
  msgstr "दांया नीचे"
170
 
171
- #: ../includes/Login-form-setting/Login-form-background.php:306
172
  #: ../includes/design/background.php:243
173
  msgid "Center Top"
174
  msgstr "केंद्र शीर्ष"
175
 
176
- #: ../includes/Login-form-setting/Login-form-background.php:307
177
  #: ../includes/design/background.php:244
178
  msgid "Center Center"
179
  msgstr "केंद्र"
180
 
181
- #: ../includes/Login-form-setting/Login-form-background.php:308
182
  #: ../includes/design/background.php:245
183
  msgid "Center Bottom"
184
  msgstr "केंद्र निचला"
185
 
186
- #: ../includes/Login-form-setting/Login-form-background.php:320
187
  msgid "Background Effect"
188
  msgstr "पृष्ठभूमि प्रभाव"
189
 
190
- #: ../includes/Login-form-setting/Login-form-background.php:326
191
  msgid "Select overlay effect"
192
  msgstr "ओवरले प्रभाव का चयन करें"
193
 
194
- #: ../includes/Login-form-setting/Login-form-background.php:327
195
  msgid "No Overlay Effect"
196
  msgstr "कोई ओवरले प्रभाव नहीं"
197
 
198
- #: ../includes/Login-form-setting/Login-form-background.php:328
199
  msgid "Overlay Effect 1"
200
  msgstr "ओवरले प्रभाव 1"
201
 
202
- #: ../includes/Login-form-setting/Login-form-background.php:329
203
  msgid "Overlay Effect 2"
204
  msgstr "ओवरले प्रभाव 2"
205
 
206
- #: ../includes/Login-form-setting/Login-form-background.php:330
207
  msgid "Overlay Effect 3"
208
  msgstr "ओवरले प्रभाव 3"
209
 
210
- #: ../includes/Login-form-setting/Login-form-background.php:342
211
- msgid "Login Form Opacity"
212
- msgstr "पर्चा अपारदर्शिता लॉगिन"
213
-
214
- #: ../includes/Login-form-setting/Login-form-background.php:359
215
  msgid "Login Form Width"
216
  msgstr "लॉगिन"
217
 
218
- #: ../includes/Login-form-setting/Login-form-background.php:376
219
  msgid "Border Color"
220
  msgstr "सीमा रंग"
221
 
222
- #: ../includes/Login-form-setting/Login-form-background.php:391
223
  msgid "Border Radius"
224
  msgstr "सीमा त्रिज्या"
225
 
226
- #: ../includes/Login-form-setting/Login-form-background.php:408
227
  msgid "Border Style"
228
  msgstr "झालर की शैली"
229
 
230
- #: ../includes/Login-form-setting/Login-form-background.php:414
231
  msgid "None"
232
  msgstr "नहीं"
233
 
234
- #: ../includes/Login-form-setting/Login-form-background.php:415
235
  msgid "Solid"
236
  msgstr "ठोस"
237
 
238
- #: ../includes/Login-form-setting/Login-form-background.php:416
239
  msgid "Dotted"
240
  msgstr "बिंदुओं से अंकित"
241
 
242
- #: ../includes/Login-form-setting/Login-form-background.php:417
243
  msgid "Dashed"
244
  msgstr "मिश्रण"
245
 
246
- #: ../includes/Login-form-setting/Login-form-background.php:418
247
  msgid "Double"
248
  msgstr "दोहरा"
249
 
250
- #: ../includes/Login-form-setting/Login-form-background.php:429
251
  msgid "Border Thickness"
252
  msgstr "सीमा की मोटाई"
253
 
254
- #: ../includes/Login-form-setting/Login-form-background.php:446
255
  msgid "Enable form shadow?"
256
  msgstr "फार्म छाया सक्षम करें?"
257
 
258
- #: ../includes/Login-form-setting/Login-form-background.php:452
259
  #: ../includes/design/background.php:197
260
  #: ../includes/design/text_and_color.php:286
261
  #: ../includes/design/text_and_color.php:2573
262
  msgid "Yes"
263
  msgstr "हाँ"
264
 
265
- #: ../includes/Login-form-setting/Login-form-background.php:455
266
  #: ../includes/design/text_and_color.php:289
267
  #: ../includes/design/text_and_color.php:2576
268
  msgid "No"
269
  msgstr "नहीं"
270
 
271
- #: ../includes/Login-form-setting/Login-form-background.php:466
272
  msgid "Form Shadow Color"
273
  msgstr "छाया रंग रूप"
274
 
275
- #: ../includes/Login-form-setting/Login-form-background.php:487
276
- #: ../includes/Login-form-setting/Login-form-background.php:501
277
  msgid "Login "
278
  msgstr "लॉगिन"
279
 
280
- #: ../includes/Login-form-setting/Login-form-background.php:487
281
- #: ../includes/dashboard/dashboard.php:64
282
  #: ../includes/design/background.php:365
283
  #: ../includes/design/text_and_color.php:2636
284
- #: ../includes/settings/page-settings.php:140
285
  #: ../includes/social/social.php:180
286
  msgid "Setting Save Successfully"
287
  msgstr "सफलतापूर्वक सहेजें स्थापना"
288
 
289
- #: ../includes/Login-form-setting/Login-form-background.php:501
290
- #: ../includes/dashboard/dashboard.php:78
291
  #: ../includes/design/background.php:380
292
  #: ../includes/design/text_and_color.php:2651
293
- #: ../includes/settings/page-settings.php:154
294
  #: ../includes/social/social.php:194
295
  msgid "Setting Reset Successfully"
296
  msgstr "सफलतापूर्वक सहेजें स्थापना"
297
 
298
- #: ../includes/Login-form-setting/Login-form-background.php:508
299
- #: ../includes/dashboard/dashboard.php:85
300
  #: ../includes/design/background.php:388
301
  #: ../includes/design/text_and_color.php:2659
302
- #: ../includes/settings/page-settings.php:161
303
  #: ../includes/social/social.php:201
304
  msgid "Save Changes"
305
  msgstr "परिवर्तनों को सुरक्षित करें"
306
 
307
- #: ../includes/Login-form-setting/Login-form-background.php:511
308
- #: ../includes/dashboard/dashboard.php:88
309
  #: ../includes/design/background.php:391
310
  #: ../includes/design/text_and_color.php:2662
311
- #: ../includes/settings/page-settings.php:164
312
  #: ../includes/social/social.php:204
313
  msgid "Reset Default"
314
  msgstr "पुनः तैयार करना"
@@ -317,66 +331,70 @@ msgstr "पुनः तैयार करना"
317
  msgid "Admin Custom Login"
318
  msgstr "व्यवस्थापक कस्टम लॉगिन"
319
 
320
- #: ../includes/content.php:70
321
- msgid " Login Preview"
322
- msgstr "लॉगिन पूर्वावलोकन"
323
-
324
- #: ../includes/content.php:98
325
  msgid "Powered By"
326
  msgstr "द्वारा संचालित"
327
 
328
- #: ../includes/content.php:100
329
  msgid "Weblizar"
330
  msgstr "वेब्लिज़र"
331
 
332
- #: ../includes/content.php:109
333
  msgid "Dashboard"
334
  msgstr "डैशबोर्ड"
335
 
336
- #: ../includes/content.php:110
337
  msgid "Application overview"
338
  msgstr "आवेदन सिंहावलोकन"
339
 
340
- #: ../includes/content.php:119
341
  msgid "Background Design"
342
  msgstr "पृष्ठभूमि डिजाइन"
343
 
344
- #: ../includes/content.php:120
345
  msgid "Modify Background design here"
346
  msgstr "यहाँ पृष्ठभूमि डिजाइन सुधारे"
347
 
348
- #: ../includes/content.php:130
349
  msgid "Login form Setting"
350
  msgstr "प्रवेश फार्म की स्थापना"
351
 
352
- #: ../includes/content.php:131
353
  msgid "Modify Login design here"
354
  msgstr "यहां लॉग इन डिजाइन सुधारे"
355
 
356
- #: ../includes/content.php:141
357
  msgid "Font Setting"
358
  msgstr "फ़ॉन्ट सेटिंग"
359
 
360
- #: ../includes/content.php:142
361
  msgid "Modify Login Form Style here"
362
  msgstr "यहां लॉगिन फार्म शैली सुधारे"
363
 
364
- #: ../includes/content.php:152 ../includes/settings/page-settings.php:41
365
  msgid "Logo Settings"
366
  msgstr "लोगो सेटिंग्स"
367
 
368
- #: ../includes/content.php:153
369
  msgid "Customize Logo Settings here"
370
  msgstr "यहाँ लोगो सेटिंग्स को अनुकूलित"
371
 
372
- #: ../includes/content.php:164 ../includes/social/social.php:17
373
  msgid "Social Settings"
374
  msgstr "सामाजिक व्यवस्था"
375
 
376
- #: ../includes/content.php:165
377
  msgid "Connect with your social profile"
378
  msgstr "अपने सामाजिक प्रोफाइल के साथ कनेक्ट"
379
 
 
 
 
 
 
 
 
 
380
  #: ../includes/dashboard/dashboard.php:11
381
  msgid "Admin Custom Login Dashboard"
382
  msgstr "व्यवस्थापक कस्टम लॉगिन डैशबोर्ड"
@@ -397,12 +415,8 @@ msgstr "कस्टम लॉगिन सक्षम"
397
  msgid "View Login Page"
398
  msgstr "देखें लॉगिन पृष्ठ"
399
 
400
- #: ../includes/dashboard/dashboard.php:48
401
- msgid "Open Your WP Login Page in a New Tab"
402
- msgstr "एक नए टैब में अपने WP लॉगिन पृष्ठ खोलें"
403
-
404
- #: ../includes/dashboard/dashboard.php:64
405
- #: ../includes/dashboard/dashboard.php:78
406
  msgid "Dashboard "
407
  msgstr "डैशबोर्ड"
408
 
@@ -571,30 +585,50 @@ msgstr "पासवर्ड इनपुट बॉक्स के लिए
571
  msgid "Text and Color "
572
  msgstr "पाठ और रंग"
573
 
574
- #: ../includes/settings/page-settings.php:53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
  msgid "Logo"
576
  msgstr "लोगो"
577
 
578
- #: ../includes/settings/page-settings.php:70
579
  msgid "Logo Width"
580
  msgstr "लोगो चौड़ाई"
581
 
582
- #: ../includes/settings/page-settings.php:87
583
  msgid "Logo Height"
584
  msgstr "लोगो ऊँचाई"
585
 
586
- #: ../includes/settings/page-settings.php:104
587
- #: ../includes/settings/page-settings.php:109
588
  msgid "Logo URL"
589
  msgstr "लोगो URL"
590
 
591
- #: ../includes/settings/page-settings.php:119
592
- #: ../includes/settings/page-settings.php:124
593
  msgid "Logo URL Title"
594
  msgstr "लोगो URL शीर्षक"
595
 
596
- #: ../includes/settings/page-settings.php:140
597
- #: ../includes/settings/page-settings.php:154
598
  msgid "Logo "
599
  msgstr "लोगो"
600
 
@@ -694,6 +728,12 @@ msgstr "पिंट्रेस्ट "
694
  msgid "Social "
695
  msgstr "सामाजिक"
696
 
 
 
 
 
 
 
697
  #~ msgid "Background Noise"
698
  #~ msgstr "पृष्ठभूमि शोर"
699
 
@@ -1096,9 +1136,6 @@ msgstr "सामाजिक"
1096
  #~ msgid "Admin SMTP Email"
1097
  #~ msgstr "व्यवस्थापक SMTP ईमेल"
1098
 
1099
- #~ msgid "Password"
1100
- #~ msgstr "पासवर्ड"
1101
-
1102
  #~ msgid "Admin SMTP Email Password"
1103
  #~ msgstr "व्यवस्थापक SMTP ईमेल पासवर्ड"
1104
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custome-login\n"
4
+ "POT-Creation-Date: 2015-06-01 11:19+0530\n"
5
+ "PO-Revision-Date: 2015-06-01 11:19+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: hi_IN\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
  "X-Poedit-SearchPath-1: .*\n"
19
 
20
+ #: ../admin-custom-login.php:106 ../admin-custom-login.php:110
21
+ msgid "User Name"
22
+ msgstr "यूज़र नेम"
23
+
24
+ #: ../admin-custom-login.php:107 ../admin-custom-login.php:111
25
+ msgid "Password"
26
+ msgstr "पासवर्ड"
27
+
28
+ #: ../admin-custom-login.php:120
29
+ msgid "Contact Us:"
30
+ msgstr "हमसे संपर्क करें"
31
+
32
  #: ../includes/Login-form-setting/Login-form-background.php:155
33
  msgid "Login Settings"
34
  msgstr "लॉगिन सेटिंग्स"
74
  msgid "Background Color"
75
  msgstr "पृष्ठभूमि का रंग"
76
 
77
+ #: ../includes/Login-form-setting/Login-form-background.php:230
78
+ msgid "Login Form Opacity"
79
+ msgstr "पर्चा अपारदर्शिता लॉगिन"
80
+
81
+ #: ../includes/Login-form-setting/Login-form-background.php:252
82
  #: ../includes/design/background.php:149 ../includes/design/background.php:168
83
  msgid "Background Image"
84
  msgstr "पृष्ठभूमि छवि"
85
 
86
+ #: ../includes/Login-form-setting/Login-form-background.php:257
87
  #: ../includes/design/background.php:154
88
+ #: ../includes/settings/page-settings.php:63
89
  msgid "No media selected!"
90
  msgstr "कोई मीडिया चयनित नहीं"
91
 
92
+ #: ../includes/Login-form-setting/Login-form-background.php:258
93
  #: ../includes/design/background.php:156
94
+ #: ../includes/settings/page-settings.php:64
95
  msgid "Upload"
96
  msgstr "अपलोड"
97
 
98
+ #: ../includes/Login-form-setting/Login-form-background.php:260
99
+ #: ../includes/settings/page-settings.php:66
100
  msgid "preview"
101
  msgstr "पूर्व दर्शन"
102
 
103
+ #: ../includes/Login-form-setting/Login-form-background.php:262
104
  #: ../includes/design/background.php:160
105
  msgid "Remove"
106
  msgstr "हटाए"
107
 
108
+ #: ../includes/Login-form-setting/Login-form-background.php:270
109
+ #: ../includes/settings/page-settings.php:74
110
  msgid "Login Background Image"
111
  msgstr "लॉगिन पृष्ठभूमि छवि"
112
 
113
+ #: ../includes/Login-form-setting/Login-form-background.php:276
114
+ #: ../includes/Login-form-setting/Login-form-background.php:488
115
+ #: ../includes/Login-form-setting/Login-form-background.php:502
116
+ #: ../includes/dashboard/dashboard.php:66
117
+ #: ../includes/dashboard/dashboard.php:80
118
  #: ../includes/design/background.php:176 ../includes/design/background.php:365
119
  #: ../includes/design/background.php:380
120
  #: ../includes/design/text_and_color.php:2636
121
  #: ../includes/design/text_and_color.php:2651
122
+ #: ../includes/settings/page-settings.php:80
123
+ #: ../includes/settings/page-settings.php:164
124
+ #: ../includes/settings/page-settings.php:178
125
  #: ../includes/social/social.php:180 ../includes/social/social.php:194
126
  msgid "Close"
127
  msgstr "बंद"
128
 
129
+ #: ../includes/Login-form-setting/Login-form-background.php:291
130
  #: ../includes/design/background.php:209
131
  msgid "Background Repeat"
132
  msgstr "पृष्ठभूमि दोहरान"
133
 
134
+ #: ../includes/Login-form-setting/Login-form-background.php:297
135
  #: ../includes/design/background.php:216
136
  msgid "No Repeat "
137
  msgstr "दोहरान नहीं"
138
 
139
+ #: ../includes/Login-form-setting/Login-form-background.php:298
140
  #: ../includes/design/background.php:217
141
  msgid "Repeat"
142
  msgstr "दोहरान"
143
 
144
+ #: ../includes/Login-form-setting/Login-form-background.php:299
145
  #: ../includes/design/background.php:218
146
  msgid "Repeat Horizontally"
147
  msgstr "क्षैतिज दोहराएँ"
148
 
149
+ #: ../includes/Login-form-setting/Login-form-background.php:300
150
  #: ../includes/design/background.php:219
151
  msgid "Repeat Vertically"
152
  msgstr "लंबवत दोहराएँ"
153
 
154
+ #: ../includes/Login-form-setting/Login-form-background.php:311
155
  #: ../includes/design/background.php:231
156
  msgid "Background Position "
157
  msgstr "पृष्ठभूमि स्थिति"
158
 
159
+ #: ../includes/Login-form-setting/Login-form-background.php:317
160
  #: ../includes/design/background.php:237
161
  msgid "Left Top"
162
  msgstr "बाएँ शीर्ष"
163
 
164
+ #: ../includes/Login-form-setting/Login-form-background.php:318
165
  #: ../includes/design/background.php:238
166
  msgid "Left Center"
167
  msgstr "बायां केंद्र"
168
 
169
+ #: ../includes/Login-form-setting/Login-form-background.php:319
170
  #: ../includes/design/background.php:239
171
  msgid "Left Bottom"
172
  msgstr "बायां नीचे"
173
 
174
+ #: ../includes/Login-form-setting/Login-form-background.php:320
175
  #: ../includes/design/background.php:240
176
  msgid "Right Top"
177
  msgstr "दांया शीर्ष"
178
 
179
+ #: ../includes/Login-form-setting/Login-form-background.php:321
180
  #: ../includes/design/background.php:241
181
  msgid "Right Center"
182
  msgstr "दायें केंद्र"
183
 
184
+ #: ../includes/Login-form-setting/Login-form-background.php:322
185
  #: ../includes/design/background.php:242
186
  msgid "Right Bottom"
187
  msgstr "दांया नीचे"
188
 
189
+ #: ../includes/Login-form-setting/Login-form-background.php:323
190
  #: ../includes/design/background.php:243
191
  msgid "Center Top"
192
  msgstr "केंद्र शीर्ष"
193
 
194
+ #: ../includes/Login-form-setting/Login-form-background.php:324
195
  #: ../includes/design/background.php:244
196
  msgid "Center Center"
197
  msgstr "केंद्र"
198
 
199
+ #: ../includes/Login-form-setting/Login-form-background.php:325
200
  #: ../includes/design/background.php:245
201
  msgid "Center Bottom"
202
  msgstr "केंद्र निचला"
203
 
204
+ #: ../includes/Login-form-setting/Login-form-background.php:337
205
  msgid "Background Effect"
206
  msgstr "पृष्ठभूमि प्रभाव"
207
 
208
+ #: ../includes/Login-form-setting/Login-form-background.php:343
209
  msgid "Select overlay effect"
210
  msgstr "ओवरले प्रभाव का चयन करें"
211
 
212
+ #: ../includes/Login-form-setting/Login-form-background.php:344
213
  msgid "No Overlay Effect"
214
  msgstr "कोई ओवरले प्रभाव नहीं"
215
 
216
+ #: ../includes/Login-form-setting/Login-form-background.php:345
217
  msgid "Overlay Effect 1"
218
  msgstr "ओवरले प्रभाव 1"
219
 
220
+ #: ../includes/Login-form-setting/Login-form-background.php:346
221
  msgid "Overlay Effect 2"
222
  msgstr "ओवरले प्रभाव 2"
223
 
224
+ #: ../includes/Login-form-setting/Login-form-background.php:347
225
  msgid "Overlay Effect 3"
226
  msgstr "ओवरले प्रभाव 3"
227
 
228
+ #: ../includes/Login-form-setting/Login-form-background.php:360
 
 
 
 
229
  msgid "Login Form Width"
230
  msgstr "लॉगिन"
231
 
232
+ #: ../includes/Login-form-setting/Login-form-background.php:377
233
  msgid "Border Color"
234
  msgstr "सीमा रंग"
235
 
236
+ #: ../includes/Login-form-setting/Login-form-background.php:392
237
  msgid "Border Radius"
238
  msgstr "सीमा त्रिज्या"
239
 
240
+ #: ../includes/Login-form-setting/Login-form-background.php:409
241
  msgid "Border Style"
242
  msgstr "झालर की शैली"
243
 
244
+ #: ../includes/Login-form-setting/Login-form-background.php:415
245
  msgid "None"
246
  msgstr "नहीं"
247
 
248
+ #: ../includes/Login-form-setting/Login-form-background.php:416
249
  msgid "Solid"
250
  msgstr "ठोस"
251
 
252
+ #: ../includes/Login-form-setting/Login-form-background.php:417
253
  msgid "Dotted"
254
  msgstr "बिंदुओं से अंकित"
255
 
256
+ #: ../includes/Login-form-setting/Login-form-background.php:418
257
  msgid "Dashed"
258
  msgstr "मिश्रण"
259
 
260
+ #: ../includes/Login-form-setting/Login-form-background.php:419
261
  msgid "Double"
262
  msgstr "दोहरा"
263
 
264
+ #: ../includes/Login-form-setting/Login-form-background.php:430
265
  msgid "Border Thickness"
266
  msgstr "सीमा की मोटाई"
267
 
268
+ #: ../includes/Login-form-setting/Login-form-background.php:447
269
  msgid "Enable form shadow?"
270
  msgstr "फार्म छाया सक्षम करें?"
271
 
272
+ #: ../includes/Login-form-setting/Login-form-background.php:453
273
  #: ../includes/design/background.php:197
274
  #: ../includes/design/text_and_color.php:286
275
  #: ../includes/design/text_and_color.php:2573
276
  msgid "Yes"
277
  msgstr "हाँ"
278
 
279
+ #: ../includes/Login-form-setting/Login-form-background.php:456
280
  #: ../includes/design/text_and_color.php:289
281
  #: ../includes/design/text_and_color.php:2576
282
  msgid "No"
283
  msgstr "नहीं"
284
 
285
+ #: ../includes/Login-form-setting/Login-form-background.php:467
286
  msgid "Form Shadow Color"
287
  msgstr "छाया रंग रूप"
288
 
289
+ #: ../includes/Login-form-setting/Login-form-background.php:488
290
+ #: ../includes/Login-form-setting/Login-form-background.php:502
291
  msgid "Login "
292
  msgstr "लॉगिन"
293
 
294
+ #: ../includes/Login-form-setting/Login-form-background.php:488
295
+ #: ../includes/dashboard/dashboard.php:66
296
  #: ../includes/design/background.php:365
297
  #: ../includes/design/text_and_color.php:2636
298
+ #: ../includes/settings/page-settings.php:164
299
  #: ../includes/social/social.php:180
300
  msgid "Setting Save Successfully"
301
  msgstr "सफलतापूर्वक सहेजें स्थापना"
302
 
303
+ #: ../includes/Login-form-setting/Login-form-background.php:502
304
+ #: ../includes/dashboard/dashboard.php:80
305
  #: ../includes/design/background.php:380
306
  #: ../includes/design/text_and_color.php:2651
307
+ #: ../includes/settings/page-settings.php:178
308
  #: ../includes/social/social.php:194
309
  msgid "Setting Reset Successfully"
310
  msgstr "सफलतापूर्वक सहेजें स्थापना"
311
 
312
+ #: ../includes/Login-form-setting/Login-form-background.php:509
313
+ #: ../includes/dashboard/dashboard.php:87
314
  #: ../includes/design/background.php:388
315
  #: ../includes/design/text_and_color.php:2659
316
+ #: ../includes/settings/page-settings.php:185
317
  #: ../includes/social/social.php:201
318
  msgid "Save Changes"
319
  msgstr "परिवर्तनों को सुरक्षित करें"
320
 
321
+ #: ../includes/Login-form-setting/Login-form-background.php:512
322
+ #: ../includes/dashboard/dashboard.php:90
323
  #: ../includes/design/background.php:391
324
  #: ../includes/design/text_and_color.php:2662
325
+ #: ../includes/settings/page-settings.php:188
326
  #: ../includes/social/social.php:204
327
  msgid "Reset Default"
328
  msgstr "पुनः तैयार करना"
331
  msgid "Admin Custom Login"
332
  msgstr "व्यवस्थापक कस्टम लॉगिन"
333
 
334
+ #: ../includes/content.php:93
 
 
 
 
335
  msgid "Powered By"
336
  msgstr "द्वारा संचालित"
337
 
338
+ #: ../includes/content.php:95
339
  msgid "Weblizar"
340
  msgstr "वेब्लिज़र"
341
 
342
+ #: ../includes/content.php:133
343
  msgid "Dashboard"
344
  msgstr "डैशबोर्ड"
345
 
346
+ #: ../includes/content.php:134
347
  msgid "Application overview"
348
  msgstr "आवेदन सिंहावलोकन"
349
 
350
+ #: ../includes/content.php:143
351
  msgid "Background Design"
352
  msgstr "पृष्ठभूमि डिजाइन"
353
 
354
+ #: ../includes/content.php:144
355
  msgid "Modify Background design here"
356
  msgstr "यहाँ पृष्ठभूमि डिजाइन सुधारे"
357
 
358
+ #: ../includes/content.php:154
359
  msgid "Login form Setting"
360
  msgstr "प्रवेश फार्म की स्थापना"
361
 
362
+ #: ../includes/content.php:155
363
  msgid "Modify Login design here"
364
  msgstr "यहां लॉग इन डिजाइन सुधारे"
365
 
366
+ #: ../includes/content.php:165
367
  msgid "Font Setting"
368
  msgstr "फ़ॉन्ट सेटिंग"
369
 
370
+ #: ../includes/content.php:166
371
  msgid "Modify Login Form Style here"
372
  msgstr "यहां लॉगिन फार्म शैली सुधारे"
373
 
374
+ #: ../includes/content.php:176 ../includes/settings/page-settings.php:46
375
  msgid "Logo Settings"
376
  msgstr "लोगो सेटिंग्स"
377
 
378
+ #: ../includes/content.php:177
379
  msgid "Customize Logo Settings here"
380
  msgstr "यहाँ लोगो सेटिंग्स को अनुकूलित"
381
 
382
+ #: ../includes/content.php:188 ../includes/social/social.php:17
383
  msgid "Social Settings"
384
  msgstr "सामाजिक व्यवस्था"
385
 
386
+ #: ../includes/content.php:189
387
  msgid "Connect with your social profile"
388
  msgstr "अपने सामाजिक प्रोफाइल के साथ कनेक्ट"
389
 
390
+ #: ../includes/content.php:198 ../includes/help/help.php:11
391
+ msgid "Help And Support"
392
+ msgstr "मदद और समर्थन"
393
+
394
+ #: ../includes/content.php:199
395
+ msgid "Ask your query"
396
+ msgstr "आपकी क्वेरी से पूछो"
397
+
398
  #: ../includes/dashboard/dashboard.php:11
399
  msgid "Admin Custom Login Dashboard"
400
  msgstr "व्यवस्थापक कस्टम लॉगिन डैशबोर्ड"
415
  msgid "View Login Page"
416
  msgstr "देखें लॉगिन पृष्ठ"
417
 
418
+ #: ../includes/dashboard/dashboard.php:66
419
+ #: ../includes/dashboard/dashboard.php:80
 
 
 
 
420
  msgid "Dashboard "
421
  msgstr "डैशबोर्ड"
422
 
585
  msgid "Text and Color "
586
  msgstr "पाठ और रंग"
587
 
588
+ #: ../includes/help/help.php:25
589
+ msgid "View Support Docs or Open a Ticket"
590
+ msgstr "समर्थन डॉक्स देखें या एक टिकट को खोलने"
591
+
592
+ #: ../includes/help/help.php:36
593
+ msgid "Rate Us"
594
+ msgstr "प्रवाह दर"
595
+
596
+ #: ../includes/help/help.php:78
597
+ msgid "Share Us Your Suggestion"
598
+ msgstr "हमें आपके सुझाव साझा करें"
599
+
600
+ #: ../includes/help/help.php:97
601
+ msgid "Language Contribution "
602
+ msgstr "भाषा योगदान"
603
+
604
+ #: ../includes/help/help.php:105
605
+ msgid "here is solution"
606
+ msgstr "यहाँ समाधान है"
607
+
608
+ #: ../includes/settings/page-settings.php:58
609
  msgid "Logo"
610
  msgstr "लोगो"
611
 
612
+ #: ../includes/settings/page-settings.php:94
613
  msgid "Logo Width"
614
  msgstr "लोगो चौड़ाई"
615
 
616
+ #: ../includes/settings/page-settings.php:111
617
  msgid "Logo Height"
618
  msgstr "लोगो ऊँचाई"
619
 
620
+ #: ../includes/settings/page-settings.php:128
621
+ #: ../includes/settings/page-settings.php:133
622
  msgid "Logo URL"
623
  msgstr "लोगो URL"
624
 
625
+ #: ../includes/settings/page-settings.php:143
626
+ #: ../includes/settings/page-settings.php:148
627
  msgid "Logo URL Title"
628
  msgstr "लोगो URL शीर्षक"
629
 
630
+ #: ../includes/settings/page-settings.php:164
631
+ #: ../includes/settings/page-settings.php:178
632
  msgid "Logo "
633
  msgstr "लोगो"
634
 
728
  msgid "Social "
729
  msgstr "सामाजिक"
730
 
731
+ #~ msgid " Login Preview"
732
+ #~ msgstr "लॉगिन पूर्वावलोकन"
733
+
734
+ #~ msgid "Open Your WP Login Page in a New Tab"
735
+ #~ msgstr "एक नए टैब में अपने WP लॉगिन पृष्ठ खोलें"
736
+
737
  #~ msgid "Background Noise"
738
  #~ msgstr "पृष्ठभूमि शोर"
739
 
1136
  #~ msgid "Admin SMTP Email"
1137
  #~ msgstr "व्यवस्थापक SMTP ईमेल"
1138
 
 
 
 
1139
  #~ msgid "Admin SMTP Email Password"
1140
  #~ msgstr "व्यवस्थापक SMTP ईमेल पासवर्ड"
1141
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Custom Login Plugin===
2
  Contributors: weblizar
3
  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.2
7
- Stable tag: 1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,19 +22,19 @@ Pugin allows to change background color, background image, background slide show
22
  > **Standard Features**
23
  >
24
  > * Add Your Own Custom Logo On Login Form
25
- > * Background Color
26
  > * Background Image
27
  > * Background Image Slide Show
28
  > * Login Form Position
29
- > * Login Form Color
30
- > * Login Form Color Opacity
31
- > * Login Form Font Color
32
  > * Login Form Font Size
33
- > * Login Form Button Color
34
  > * Login Form Button Size
35
  > * Login Form Background
36
  > * Add Social Media Icon On Login Form
37
- > * Social Media Icon Color
38
  > * Social Media Icon Size
39
  > * Interactive Plugin Dashboard
40
  >
@@ -82,7 +82,7 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
82
 
83
  1. Upload the entire **admin-custom-login** folder to the **/wp-content/plugins/** directory.
84
  2. Activate the plugin through the **Plugins** menu in WordPress admin.
85
- 3. Go to the Admin Custom Login plugin menu page.
86
  4. Start customizing your admin login form.
87
 
88
  == Screenshots ==
@@ -100,6 +100,12 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
100
 
101
  For more information, see [Weblizar](http://wwww.weblizar.com/)
102
 
 
 
 
 
 
 
103
  = Version 1.3 22/04/2015 =
104
 
105
  * Input box Icon colour changed on changing input box text colour.
1
+ === Custom Login Plugin ===
2
  Contributors: weblizar
3
  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.2.2
7
+ Stable tag: 1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
22
  > **Standard Features**
23
  >
24
  > * Add Your Own Custom Logo On Login Form
25
+ > * Background Colour
26
  > * Background Image
27
  > * Background Image Slide Show
28
  > * Login Form Position
29
+ > * Login Form Colour
30
+ > * Login Form Colour Opacity
31
+ > * Login Form Font Colour
32
  > * Login Form Font Size
33
+ > * Login Form Button Colour
34
  > * Login Form Button Size
35
  > * Login Form Background
36
  > * Add Social Media Icon On Login Form
37
+ > * Social Media Icon Colour
38
  > * Social Media Icon Size
39
  > * Interactive Plugin Dashboard
40
  >
82
 
83
  1. Upload the entire **admin-custom-login** folder to the **/wp-content/plugins/** directory.
84
  2. Activate the plugin through the **Plugins** menu in WordPress admin.
85
+ 3. Go to the under Setting menu -> Admin Custom Login plugin sub menu page.
86
  4. Start customizing your admin login form.
87
 
88
  == Screenshots ==
100
 
101
  For more information, see [Weblizar](http://wwww.weblizar.com/)
102
 
103
+ = Version 1.4 22/04/2015 =
104
+
105
+ * Remove Problem of Social Connectivity.
106
+ * Bug Fix of not converting Username and Password on language.
107
+ * Move "Admin Custom Login" under "settings" menu.
108
+
109
  = Version 1.3 22/04/2015 =
110
 
111
  * Input box Icon colour changed on changing input box text colour.