Version Description
- Fixed some design issues for the icon sets.
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Share WordPress Plugin – AccessPress Social Share |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- accesspress-social-share.php +2 -2
- css/frontend.css +36 -2
- readme.txt +4 -1
accesspress-social-share.php
CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
|
|
4 |
Plugin name: AccessPress Social Share
|
5 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-share/
|
6 |
Description: A plugin to add various social media shares to a site with dynamic configuration options.
|
7 |
-
Version: 1.0.
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain:apss-share
|
@@ -31,7 +31,7 @@ if( !defined( 'APSS_LANG_DIR' ) ) {
|
|
31 |
}
|
32 |
|
33 |
if( !defined( 'APSS_VERSION' ) ) {
|
34 |
-
define( 'APSS_VERSION', '1.0.
|
35 |
}
|
36 |
|
37 |
if(!defined('APSS_TEXT_DOMAIN')){
|
4 |
Plugin name: AccessPress Social Share
|
5 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-share/
|
6 |
Description: A plugin to add various social media shares to a site with dynamic configuration options.
|
7 |
+
Version: 1.0.7
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain:apss-share
|
31 |
}
|
32 |
|
33 |
if( !defined( 'APSS_VERSION' ) ) {
|
34 |
+
define( 'APSS_VERSION', '1.0.7' );
|
35 |
}
|
36 |
|
37 |
if(!defined('APSS_TEXT_DOMAIN')){
|
css/frontend.css
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
.clearfix:after{ clear:both};
|
14 |
.clearfix{*zoom:1}
|
15 |
|
16 |
-
|
17 |
|
18 |
a:hover, a:focus {
|
19 |
color: #636363;
|
@@ -66,6 +66,9 @@ a:hover, a:focus {
|
|
66 |
position: relative;
|
67 |
background-color: #f7f7f7;
|
68 |
width: 86px;
|
|
|
|
|
|
|
69 |
}
|
70 |
|
71 |
.apss-theme-1 .apss-icon-block:before{
|
@@ -113,6 +116,9 @@ a:hover, a:focus {
|
|
113 |
margin-left:-30px;
|
114 |
opacity:0;
|
115 |
filter: alpha(opacity=0);/*ie8*/
|
|
|
|
|
|
|
116 |
|
117 |
|
118 |
transition: all 0.5s ease-in-out;
|
@@ -258,6 +264,9 @@ a:hover, a:focus {
|
|
258 |
padding: 3px 0;
|
259 |
position:relative;
|
260 |
height:35px;
|
|
|
|
|
|
|
261 |
|
262 |
transition: all 0.5s ease-in-out;
|
263 |
-webkit-transition:all 0.5s ease-in-out;
|
@@ -294,6 +303,10 @@ a:hover, a:focus {
|
|
294 |
line-height: 29px;
|
295 |
vertical-align: middle;
|
296 |
padding: 3px 9px;
|
|
|
|
|
|
|
|
|
297 |
}
|
298 |
|
299 |
.apss-theme-2 .apss-facebook .fa{
|
@@ -409,7 +422,9 @@ a:hover, a:focus {
|
|
409 |
text-align: center;
|
410 |
top: 0;
|
411 |
z-index: 1;
|
412 |
-
|
|
|
|
|
413 |
transition: all 0.5s ease-in-out;
|
414 |
-webkit-transition:all 0.5s ease-in-out;
|
415 |
-moz-transition: all 0.5s ease-in-out;
|
@@ -481,6 +496,9 @@ a:hover, a:focus {
|
|
481 |
padding: 8px 0 0;
|
482 |
/*padding: 8px 0px 8px 0px;*/
|
483 |
position:relative;
|
|
|
|
|
|
|
484 |
}
|
485 |
|
486 |
.apss-theme-3 .apss-social-text {
|
@@ -499,6 +517,9 @@ a:hover, a:focus {
|
|
499 |
-moz-transition: opacity 0.8s ease-in-out;
|
500 |
-o-transition:opacity 0.8s ease-in-out;
|
501 |
-ms-transition:opacity 0.8s ease-in-out;
|
|
|
|
|
|
|
502 |
}
|
503 |
|
504 |
.apss-theme-3 .apss-single-icon a:hover .apss-social-text {
|
@@ -537,6 +558,9 @@ a:hover, a:focus {
|
|
537 |
right: 0;*/
|
538 |
width: auto;
|
539 |
font-size:14px;
|
|
|
|
|
|
|
540 |
}
|
541 |
|
542 |
.apss-theme-3 .apss-single-icon.apss-print a:hover .count{
|
@@ -613,6 +637,7 @@ a:hover, a:focus {
|
|
613 |
margin: 0 auto;
|
614 |
position: relative;
|
615 |
width: 36px;
|
|
|
616 |
}
|
617 |
|
618 |
.apss-theme-4 .apss-single-icon .fa{
|
@@ -628,6 +653,9 @@ a:hover, a:focus {
|
|
628 |
-moz-transition: all 0.5s ease-in-out;
|
629 |
-o-transition:all 0.5s ease-in-out;
|
630 |
-ms-transition: all 0.5s ease-in-out;
|
|
|
|
|
|
|
631 |
}
|
632 |
|
633 |
.apss-theme-4 .apss-social-text {
|
@@ -728,6 +756,9 @@ a:hover, a:focus {
|
|
728 |
padding: 9px;
|
729 |
position: relative;
|
730 |
width: 76px;
|
|
|
|
|
|
|
731 |
}
|
732 |
|
733 |
/*.apss-theme-5 .apss-single-icon a:after {
|
@@ -784,6 +815,9 @@ a:hover, a:focus {
|
|
784 |
line-height: 1;
|
785 |
padding: 3px 0 2px;
|
786 |
text-transform: capitalize;
|
|
|
|
|
|
|
787 |
}
|
788 |
|
789 |
.apss-theme-5 .count{
|
13 |
.clearfix:after{ clear:both};
|
14 |
.clearfix{*zoom:1}
|
15 |
|
16 |
+
/**{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}*/
|
17 |
|
18 |
a:hover, a:focus {
|
19 |
color: #636363;
|
66 |
position: relative;
|
67 |
background-color: #f7f7f7;
|
68 |
width: 86px;
|
69 |
+
-webkit-box-sizing: border-box;
|
70 |
+
-moz-box-sizing: border-box;
|
71 |
+
box-sizing: border-box;
|
72 |
}
|
73 |
|
74 |
.apss-theme-1 .apss-icon-block:before{
|
116 |
margin-left:-30px;
|
117 |
opacity:0;
|
118 |
filter: alpha(opacity=0);/*ie8*/
|
119 |
+
-webkit-box-sizing: border-box;
|
120 |
+
-moz-box-sizing: border-box;
|
121 |
+
box-sizing: border-box;
|
122 |
|
123 |
|
124 |
transition: all 0.5s ease-in-out;
|
264 |
padding: 3px 0;
|
265 |
position:relative;
|
266 |
height:35px;
|
267 |
+
-webkit-box-sizing: border-box;
|
268 |
+
-moz-box-sizing: border-box;
|
269 |
+
box-sizing: border-box;
|
270 |
|
271 |
transition: all 0.5s ease-in-out;
|
272 |
-webkit-transition:all 0.5s ease-in-out;
|
303 |
line-height: 29px;
|
304 |
vertical-align: middle;
|
305 |
padding: 3px 9px;
|
306 |
+
margin:0 0 0 -4px;
|
307 |
+
-webkit-box-sizing: border-box;
|
308 |
+
-moz-box-sizing: border-box;
|
309 |
+
box-sizing: border-box;
|
310 |
}
|
311 |
|
312 |
.apss-theme-2 .apss-facebook .fa{
|
422 |
text-align: center;
|
423 |
top: 0;
|
424 |
z-index: 1;
|
425 |
+
-webkit-box-sizing: border-box;
|
426 |
+
-moz-box-sizing: border-box;
|
427 |
+
box-sizing: border-box;
|
428 |
transition: all 0.5s ease-in-out;
|
429 |
-webkit-transition:all 0.5s ease-in-out;
|
430 |
-moz-transition: all 0.5s ease-in-out;
|
496 |
padding: 8px 0 0;
|
497 |
/*padding: 8px 0px 8px 0px;*/
|
498 |
position:relative;
|
499 |
+
-webkit-box-sizing: border-box;
|
500 |
+
-moz-box-sizing: border-box;
|
501 |
+
box-sizing: border-box;
|
502 |
}
|
503 |
|
504 |
.apss-theme-3 .apss-social-text {
|
517 |
-moz-transition: opacity 0.8s ease-in-out;
|
518 |
-o-transition:opacity 0.8s ease-in-out;
|
519 |
-ms-transition:opacity 0.8s ease-in-out;
|
520 |
+
-webkit-box-sizing: border-box;
|
521 |
+
-moz-box-sizing: border-box;
|
522 |
+
box-sizing: border-box;
|
523 |
}
|
524 |
|
525 |
.apss-theme-3 .apss-single-icon a:hover .apss-social-text {
|
558 |
right: 0;*/
|
559 |
width: auto;
|
560 |
font-size:14px;
|
561 |
+
-webkit-box-sizing: border-box;
|
562 |
+
-moz-box-sizing: border-box;
|
563 |
+
box-sizing: border-box;
|
564 |
}
|
565 |
|
566 |
.apss-theme-3 .apss-single-icon.apss-print a:hover .count{
|
637 |
margin: 0 auto;
|
638 |
position: relative;
|
639 |
width: 36px;
|
640 |
+
height:36px;
|
641 |
}
|
642 |
|
643 |
.apss-theme-4 .apss-single-icon .fa{
|
653 |
-moz-transition: all 0.5s ease-in-out;
|
654 |
-o-transition:all 0.5s ease-in-out;
|
655 |
-ms-transition: all 0.5s ease-in-out;
|
656 |
+
-webkit-box-sizing: border-box;
|
657 |
+
-moz-box-sizing: border-box;
|
658 |
+
box-sizing: border-box;
|
659 |
}
|
660 |
|
661 |
.apss-theme-4 .apss-social-text {
|
756 |
padding: 9px;
|
757 |
position: relative;
|
758 |
width: 76px;
|
759 |
+
-webkit-box-sizing: border-box;
|
760 |
+
-moz-box-sizing: border-box;
|
761 |
+
box-sizing: border-box;
|
762 |
}
|
763 |
|
764 |
/*.apss-theme-5 .apss-single-icon a:after {
|
815 |
line-height: 1;
|
816 |
padding: 3px 0 2px;
|
817 |
text-transform: capitalize;
|
818 |
+
-webkit-box-sizing: border-box;
|
819 |
+
-moz-box-sizing: border-box;
|
820 |
+
box-sizing: border-box;
|
821 |
}
|
822 |
|
823 |
.apss-theme-5 .count{
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: social share counter, social share, social media share, social network sha
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -119,6 +119,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
|
|
119 |
6. Backend Miscellaneous Settings Section
|
120 |
|
121 |
== Changelog ==
|
|
|
|
|
|
|
122 |
= 1.0.6 =
|
123 |
* Fixed the plugin text domain issue for localization.
|
124 |
* Texts modification in about section and miscellaneous settings section.
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
119 |
6. Backend Miscellaneous Settings Section
|
120 |
|
121 |
== Changelog ==
|
122 |
+
= 1.0.7 =
|
123 |
+
* Fixed some design issues for the icon sets.
|
124 |
+
|
125 |
= 1.0.6 =
|
126 |
* Fixed the plugin text domain issue for localization.
|
127 |
* Texts modification in about section and miscellaneous settings section.
|