Social Login WordPress Plugin – AccessPress Social Login Lite - Version 1.0.1

Version Description

  • Change of the theme 4 for the social login icons with text.
  • Additon of the necessary css for the theme 4.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Login WordPress Plugin – AccessPress Social Login Lite
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

accesspress-social-login-lite.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name: AccessPress Social Login Lite
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
6
  Description: A plugin to add various social logins to a site.
7
- version: 1.0.0
8
  Author: AccessPress Themes
9
  Author URI: https://accesspressthemes.com/
10
  Text Domain: apsl-lite
@@ -14,7 +14,7 @@ License: GPLv2 or later
14
 
15
  //Declearation of the necessary constants for plugin
16
  if(!defined ( 'APSL_VERSION' ) ){
17
- define ( 'APSL_VERSION', '1.0.0' );
18
  }
19
 
20
  if( !defined( 'APSL_IMAGE_DIR' ) ){
4
  Plugin name: AccessPress Social Login Lite
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
6
  Description: A plugin to add various social logins to a site.
7
+ version: 1.0.1
8
  Author: AccessPress Themes
9
  Author URI: https://accesspressthemes.com/
10
  Text Domain: apsl-lite
14
 
15
  //Declearation of the necessary constants for plugin
16
  if(!defined ( 'APSL_VERSION' ) ){
17
+ define ( 'APSL_VERSION', '1.0.1' );
18
  }
19
 
20
  if( !defined( 'APSL_IMAGE_DIR' ) ){
css/frontend.css CHANGED
@@ -15,8 +15,8 @@ div.social-networks a{
15
  display: none;
16
  }
17
 
18
- .theme-4 .apsl-long-login-text,.theme-4 .apsl-login-text {
19
- display: none;
20
  }
21
 
22
  .apsl-icon-block {
@@ -24,7 +24,6 @@ div.social-networks a{
24
 
25
  }
26
 
27
- .theme-1
28
  .theme-1 .fa.fa-facebook:hover,.theme-1 .fa.fa-twitter:hover,.theme-1 .fa.fa-google:hover,
29
  .theme-1 .fa.fa-linkedin:hover,.theme-1 .fa.fa-instagram:hover,.theme-1 .fa.fa-vk:hover,
30
  .theme-1 .fa.fa-foursquare:hover,.theme-1 .fa.fa-wordpress:hover, .theme-1 .fa-buffer:hover
@@ -48,8 +47,6 @@ div.social-networks a{
48
  -moz-transition: all 1s ease;/* Firefox 4-15 */
49
  -o-transition: all 1s ease;/* Opera 10.5-12.00 */
50
  transition: all 1s ease;/* Firefox 16+, Opera 12.50+ */
51
-
52
-
53
  }
54
 
55
  .theme-3 .fa.fa-facebook:hover,.theme-3 .fa.fa-twitter:hover,.theme-3 .fa.fa-google:hover,
@@ -304,6 +301,7 @@ width: 40px;
304
  width: 38px;
305
  border: 1px solid #1C74BC;
306
  }
 
307
  .theme-2 .fa-buffer {
308
  background: url("../images/buffer.png") no-repeat scroll center center;
309
  color: #fff;
@@ -316,6 +314,7 @@ display: table-cell;
316
  border: 1px solid #333333;
317
  background-color: #333333
318
  }
 
319
  .theme-2 .fa.fa-twitter{
320
  background: #24B4F3 none repeat scroll 0 0;
321
  color: #ffffff;
@@ -328,6 +327,7 @@ background: #24B4F3 none repeat scroll 0 0;
328
  border: 1px solid #24B4F3;
329
 
330
  }
 
331
  .theme-2 .fa.fa-google{
332
  background: #86C344 none repeat scroll 0 0;
333
  color: #ffffff;
@@ -340,6 +340,7 @@ background: #24B4F3 none repeat scroll 0 0;
340
  border: 1px solid #86C344;
341
 
342
  }
 
343
  .theme-2 .fa.fa-linkedin{
344
  background: #0000ff none repeat scroll 0 0;
345
  color: #ffffff;
@@ -353,6 +354,7 @@ background: #24B4F3 none repeat scroll 0 0;
353
 
354
 
355
  }
 
356
  .theme-2 .fa.fa-instagram{
357
  background: #D93232 none repeat scroll 0 0;
358
  color: #ffffff;
@@ -365,6 +367,7 @@ background: #24B4F3 none repeat scroll 0 0;
365
  border: 1px solid #D93232;
366
 
367
  }
 
368
  .theme-2 .fa.fa-vk{
369
  background: #B7BABB none repeat scroll 0 0;
370
  color: #ffffff;
@@ -377,6 +380,7 @@ background: #24B4F3 none repeat scroll 0 0;
377
  border: 1px solid #B7BABB;
378
 
379
  }
 
380
  .theme-2 .fa.fa-foursquare{
381
  background: #211F20 none repeat scroll 0 0;
382
  color: #ffffff;
@@ -389,6 +393,7 @@ background: #24B4F3 none repeat scroll 0 0;
389
  border: 1px solid #211F20;
390
 
391
  }
 
392
  .theme-2 .fa.fa-wordpress{
393
  background:#4E624F none repeat scroll 0 0;
394
  color: #ffffff;
@@ -448,37 +453,76 @@ background: #24B4F3 none repeat scroll 0 0;
448
  .theme-2 .fa.fa-vk:hover{
449
  border: 1px solid #B7BABB;
450
  color: #B7BABB ;
451
-
452
-
453
  }
454
 
455
  .theme-2 .fa-buffer:hover{
456
-
457
  background: url("../images/buffer-black.png") no-repeat scroll center center;
458
  border: 1px solid #333333;
459
  background-color: #fff ;
460
  }
461
 
462
- .theme-4 .fa.fa-facebook,.theme-4 .apsl-icon-block.buffer,.theme-4 .fa.fa-twitter,.theme-4 .fa.fa-google,
463
- .theme-4 .fa.fa-linkedin,.theme-4 .fa.fa-instagram,.theme-4 .fa.fa-vk,.theme-4 .fa.fa-foursquare,
464
- .theme-4 .fa.fa-wordpress{
465
- color:#000;
466
- font-size:20px;
 
 
 
 
467
  }
468
 
469
- .theme-4 .fa.fa-buffer {
470
- background: rgba(0, 0, 0, 0) url("../images/buffer-black.png") no-repeat scroll center center;
471
- width:18px;
472
- height:18px;
473
- background-size: cover;
474
- margin-top: 1px
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
475
  }
476
 
477
  .apsl-icon-block {
478
  display: inline-block;
479
  margin-right: 10px;
480
 
481
- }
482
 
483
  span.apsl-login-new-text{
484
  font-size: 15px;
@@ -491,10 +535,6 @@ span.apsl-login-new-text{
491
  display: inline-block;
492
  }
493
 
494
- .theme-4 .apsl-icon-block.buffer.clearfix{
495
- background-color: #fff;
496
- }
497
-
498
  .apsl-error{
499
  font-size: 13px;
500
  color:red;
15
  display: none;
16
  }
17
 
18
+ .theme-4 .apsl-login-text {
19
+ display: none;
20
  }
21
 
22
  .apsl-icon-block {
24
 
25
  }
26
 
 
27
  .theme-1 .fa.fa-facebook:hover,.theme-1 .fa.fa-twitter:hover,.theme-1 .fa.fa-google:hover,
28
  .theme-1 .fa.fa-linkedin:hover,.theme-1 .fa.fa-instagram:hover,.theme-1 .fa.fa-vk:hover,
29
  .theme-1 .fa.fa-foursquare:hover,.theme-1 .fa.fa-wordpress:hover, .theme-1 .fa-buffer:hover
47
  -moz-transition: all 1s ease;/* Firefox 4-15 */
48
  -o-transition: all 1s ease;/* Opera 10.5-12.00 */
49
  transition: all 1s ease;/* Firefox 16+, Opera 12.50+ */
 
 
50
  }
51
 
52
  .theme-3 .fa.fa-facebook:hover,.theme-3 .fa.fa-twitter:hover,.theme-3 .fa.fa-google:hover,
301
  width: 38px;
302
  border: 1px solid #1C74BC;
303
  }
304
+
305
  .theme-2 .fa-buffer {
306
  background: url("../images/buffer.png") no-repeat scroll center center;
307
  color: #fff;
314
  border: 1px solid #333333;
315
  background-color: #333333
316
  }
317
+
318
  .theme-2 .fa.fa-twitter{
319
  background: #24B4F3 none repeat scroll 0 0;
320
  color: #ffffff;
327
  border: 1px solid #24B4F3;
328
 
329
  }
330
+
331
  .theme-2 .fa.fa-google{
332
  background: #86C344 none repeat scroll 0 0;
333
  color: #ffffff;
340
  border: 1px solid #86C344;
341
 
342
  }
343
+
344
  .theme-2 .fa.fa-linkedin{
345
  background: #0000ff none repeat scroll 0 0;
346
  color: #ffffff;
354
 
355
 
356
  }
357
+
358
  .theme-2 .fa.fa-instagram{
359
  background: #D93232 none repeat scroll 0 0;
360
  color: #ffffff;
367
  border: 1px solid #D93232;
368
 
369
  }
370
+
371
  .theme-2 .fa.fa-vk{
372
  background: #B7BABB none repeat scroll 0 0;
373
  color: #ffffff;
380
  border: 1px solid #B7BABB;
381
 
382
  }
383
+
384
  .theme-2 .fa.fa-foursquare{
385
  background: #211F20 none repeat scroll 0 0;
386
  color: #ffffff;
393
  border: 1px solid #211F20;
394
 
395
  }
396
+
397
  .theme-2 .fa.fa-wordpress{
398
  background:#4E624F none repeat scroll 0 0;
399
  color: #ffffff;
453
  .theme-2 .fa.fa-vk:hover{
454
  border: 1px solid #B7BABB;
455
  color: #B7BABB ;
 
 
456
  }
457
 
458
  .theme-2 .fa-buffer:hover{
 
459
  background: url("../images/buffer-black.png") no-repeat scroll center center;
460
  border: 1px solid #333333;
461
  background-color: #fff ;
462
  }
463
 
464
+ .theme-4 .apsl-icon-block.icon-facebook {
465
+ background: #48629b none repeat scroll 0 0;
466
+ border-radius: 3px;
467
+ color: #ffffff;
468
+ font-size: 13px;
469
+ line-height: 22px;
470
+ padding: 7px 15px;
471
+ vertical-align: middle;
472
+ display: inline-block
473
  }
474
 
475
+ .theme-4 .apsl-icon-block.icon-twitter {
476
+ background: #23b0e6 none repeat scroll 0 0;
477
+ border-radius: 3px;
478
+ color: #ffffff;
479
+ font-size: 13px;
480
+ line-height: 22px;
481
+ padding: 7px 15px;
482
+ vertical-align: middle;
483
+ display: inline-block
484
+ }
485
+
486
+ .theme-4 .fa.fa-facebook {
487
+ font-size: 19px;
488
+ padding-right: 16px;
489
+ padding-top:2px;
490
+ vertical-align: top;
491
+ display: inline-block
492
+ }
493
+
494
+ .theme-4 .fa.fa-twitter {
495
+ font-size: 19px;
496
+ padding-right: 16px;
497
+ padding-top:2px;
498
+ vertical-align: top;
499
+ display: inline-block
500
+ }
501
+
502
+ .theme-4 .apsl-icon-block.icon-google {
503
+ background: #dc4b38 none repeat scroll 0 0;
504
+ border-radius: 3px;
505
+ color: #ffffff;
506
+ font-size: 13px;
507
+ line-height: 22px;
508
+ padding: 7px 15px;
509
+ vertical-align: top;
510
+ display: inline-block
511
+ }
512
+
513
+ .theme-4 .fa.fa-google {
514
+ font-size: 19px;
515
+ padding-right: 16px;
516
+ padding-top:2px;
517
+ vertical-align: middle;
518
+ display: inline-block
519
  }
520
 
521
  .apsl-icon-block {
522
  display: inline-block;
523
  margin-right: 10px;
524
 
525
+ }
526
 
527
  span.apsl-login-new-text{
528
  font-size: 15px;
535
  display: inline-block;
536
  }
537
 
 
 
 
 
538
  .apsl-error{
539
  font-size: 13px;
540
  color:red;
images/preview-4.jpg CHANGED
Binary file
inc/frontend/login_integration.php CHANGED
@@ -14,6 +14,8 @@
14
  <a href="?apsl_login_id=<?php echo $value; ?>_login" title='<?php _e('Login with', APSL_TEXT_DOMAIN ); echo ' '.$value; ?>' >
15
  <div class="apsl-icon-block icon-<?php echo $value; ?> clearfix">
16
  <i class="fa fa-<?php echo $value; ?>"></i>
 
 
17
  </div>
18
  </a>
19
  <?php } ?>
14
  <a href="?apsl_login_id=<?php echo $value; ?>_login" title='<?php _e('Login with', APSL_TEXT_DOMAIN ); echo ' '.$value; ?>' >
15
  <div class="apsl-icon-block icon-<?php echo $value; ?> clearfix">
16
  <i class="fa fa-<?php echo $value; ?>"></i>
17
+ <span class="apsl-login-text"><?php _e('Login', APSL_TEXT_DOMAIN ); ?></span>
18
+ <span class="apsl-long-login-text"><?php _e('Login with', APSL_TEXT_DOMAIN ); ?><?php echo ' '.$value; ?></span>
19
  </div>
20
  </a>
21
  <?php } ?>
inc/frontend/shortcode.php CHANGED
@@ -29,6 +29,8 @@ if (is_user_logged_in()){
29
  <a href="?apsl_login_id=<?php echo $value; ?>_login&redirect_to=<?php echo $encoded_url; ?>" title='<?php _e('Login with', APSL_TEXT_DOMAIN ); echo ' '.$value; ?>'>
30
  <div class="apsl-icon-block icon-<?php echo $value; ?>">
31
  <i class="fa fa-<?php echo $value; ?>"></i>
 
 
32
  </div>
33
  </a>
34
  <?php } ?>
29
  <a href="?apsl_login_id=<?php echo $value; ?>_login&redirect_to=<?php echo $encoded_url; ?>" title='<?php _e('Login with', APSL_TEXT_DOMAIN ); echo ' '.$value; ?>'>
30
  <div class="apsl-icon-block icon-<?php echo $value; ?>">
31
  <i class="fa fa-<?php echo $value; ?>"></i>
32
+ <span class="apsl-login-text"><?php _e('Login', APSL_TEXT_DOMAIN ); ?></span>
33
+ <span class="apsl-long-login-text"><?php _e('Login with', APSL_TEXT_DOMAIN ); ?><?php echo ' '.$value; ?></span>
34
  </div>
35
  </a>
36
  <?php } ?>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === AccessPress Social Login Lite ===
2
  Contributors: Access Keys
3
  Tags: social, login, social login, facebook, twitter, google, social connect, social network login, register, login with, signin, oauth, authorize, oauth
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.2
7
- Stable tag: 1.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -131,6 +131,10 @@ Yes. You can use the AccessPress social login lite anywhere by using shortcode i
131
  4. Backend Other settings Section.
132
 
133
  == Changelog ==
 
 
 
 
134
  = 1.0.0 =
135
  * Plugin submitted to http://wordpress.org for review and approval
136
 
1
+ === AccessPress Social Login Lite ===
2
  Contributors: Access Keys
3
  Tags: social, login, social login, facebook, twitter, google, social connect, social network login, register, login with, signin, oauth, authorize, oauth
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.2
7
+ Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
131
  4. Backend Other settings Section.
132
 
133
  == Changelog ==
134
+ = 1.0.1 =
135
+ * Change of the theme 4 for the social login icons with text.
136
+ * Additon of the necessary css for the theme 4.
137
+
138
  = 1.0.0 =
139
  * Plugin submitted to http://wordpress.org for review and approval
140