Version Description
Small CSS fix
=
Download this release
Release Info
Developer | toastiestudio |
Plugin | Woocommerce Social Media Share Buttons |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- README.txt +3 -0
- index.php +4 -4
README.txt
CHANGED
@@ -100,6 +100,9 @@ https://help.instagram.com/158826297591430
|
|
100 |
|
101 |
= 1.0.1 = Small CSS update
|
102 |
= 1.1.0 = CSS update, New share platform (VKontakte) and .mo/.po files added.
|
|
|
|
|
|
|
103 |
|
104 |
|
105 |
|
100 |
|
101 |
= 1.0.1 = Small CSS update
|
102 |
= 1.1.0 = CSS update, New share platform (VKontakte) and .mo/.po files added.
|
103 |
+
= 1.1.1 = Small CSS fix
|
104 |
+
= 1.1.2 = Small CSS fix
|
105 |
+
|
106 |
|
107 |
|
108 |
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooCommerce Social Media Share Buttons
|
4 |
* Plugin URI: http://www.toastiestudio.com
|
5 |
* Description: The Woocommerce Social Media Share Buttons plugin allows visitors to your woocommerce shop to easily share your products on popular social media platforms.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: Toastie Studio
|
8 |
* Author URI: http://www.toastiestudio.com
|
9 |
* Requires at least: 3.5
|
@@ -160,7 +160,7 @@ function toastie_wc_smsb_form_code() {
|
|
160 |
}
|
161 |
}
|
162 |
$social_val.='<div style="clear:both"></div></div>';
|
163 |
-
|
164 |
}
|
165 |
|
166 |
function toastie_wc_smsb_form_short_code() {
|
@@ -261,7 +261,7 @@ function toastie_wc_smsb_form_short_code() {
|
|
261 |
}
|
262 |
}
|
263 |
$social_val.='<div style="clear:both"></div></div>';
|
264 |
-
|
265 |
}
|
266 |
|
267 |
|
@@ -282,7 +282,7 @@ function toastie_wc_smsb_social_footer() {
|
|
282 |
.woo-social-buttons img {vertical-align: top;}
|
283 |
.woo-social-buttons span.nocount, .woo-social-buttons span.hcount {float:left; margin:0 5px 5px 0; height:21px;}
|
284 |
.woo-social-buttons span.vcount {float:left; margin:0 5px 5px 0; height:65px;}
|
285 |
-
.woo-social-buttons iframe {margin
|
286 |
.woo-social-buttons .smsb_pinterest.vcount {position:relative; top:30px}
|
287 |
.woo-social-buttons .smsb_tumblr iframe {height:20px !important; width:50px !important;}
|
288 |
.woo-social-buttons .smsb_tumblr.hcount iframe {height:20px !important; width:72px !important;}
|
3 |
* Plugin Name: WooCommerce Social Media Share Buttons
|
4 |
* Plugin URI: http://www.toastiestudio.com
|
5 |
* Description: The Woocommerce Social Media Share Buttons plugin allows visitors to your woocommerce shop to easily share your products on popular social media platforms.
|
6 |
+
* Version: 1.1.2
|
7 |
* Author: Toastie Studio
|
8 |
* Author URI: http://www.toastiestudio.com
|
9 |
* Requires at least: 3.5
|
160 |
}
|
161 |
}
|
162 |
$social_val.='<div style="clear:both"></div></div>';
|
163 |
+
return $social_val;
|
164 |
}
|
165 |
|
166 |
function toastie_wc_smsb_form_short_code() {
|
261 |
}
|
262 |
}
|
263 |
$social_val.='<div style="clear:both"></div></div>';
|
264 |
+
return $social_val;
|
265 |
}
|
266 |
|
267 |
|
282 |
.woo-social-buttons img {vertical-align: top;}
|
283 |
.woo-social-buttons span.nocount, .woo-social-buttons span.hcount {float:left; margin:0 5px 5px 0; height:21px;}
|
284 |
.woo-social-buttons span.vcount {float:left; margin:0 5px 5px 0; height:65px;}
|
285 |
+
.woo-social-buttons iframe {margin: 0px !important; padding: 0px !important; vertical-align:baseline;}
|
286 |
.woo-social-buttons .smsb_pinterest.vcount {position:relative; top:30px}
|
287 |
.woo-social-buttons .smsb_tumblr iframe {height:20px !important; width:50px !important;}
|
288 |
.woo-social-buttons .smsb_tumblr.hcount iframe {height:20px !important; width:72px !important;}
|