Version Description
- As I suspected, removing the !important tags from the CSS caused a lot more problems than it helped. I've added them back.
Download this release
Release Info
Developer | brianfreytag |
Plugin | Social Media Widget |
Version | 2.9.2 |
Comparing to | |
See all releases |
Code changes from version 2.9.1 to 2.9.2
- readme.txt +6 -2
- social-widget.php +1 -1
- social_widget.css +4 -5
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: brianfreytag
|
3 |
Donate link: http://www.precisionwebdev.com/content/open-source-code-donations
|
4 |
Tags: social media, twitter, facebook, myspace, digg, email, rss, reddit, linkedin, orkut, youtube, buzz, social, icons, links, subscribe, follow, follow me, friendfeed, flickr, stumbleupon, vimeo, delicious, meetup, lastfm, foursquare, skype, blogger, wordpress, yelp, soundcloud, digital tunes, tumblr, hyves, etsy, tungle, plancast, slideshare, deviantart, better business bureau, merchant circle, asmallworld, live365, ping, itunes, picasa, steam, google talk, pandora, hulu, ebay, flixster, imdb, bandcamp, ustream
|
5 |
-
Requires at least: 2.9.
|
6 |
Tested up to: 3.1
|
7 |
-
Stable tag: 2.9.
|
8 |
|
9 |
Adds links to all of your social media and sharing site profiles. Icons come in 3 sizes, 4 icon styles, and 4 animations.
|
10 |
|
@@ -168,6 +168,10 @@ First - calm down. I'm happy to help you, and, if you ask those I've helped alre
|
|
168 |
For help, please go to my <a href="http://forums.idontlikethisgame.com/viewforum.php?f=3">SMW Forums</a> and ask whatever questions you need!
|
169 |
|
170 |
== Changelog ==
|
|
|
|
|
|
|
|
|
171 |
= 2.9.1 =
|
172 |
|
173 |
* I'm stupid and forgot to commit the sketch icons to 2.9.
|
2 |
Contributors: brianfreytag
|
3 |
Donate link: http://www.precisionwebdev.com/content/open-source-code-donations
|
4 |
Tags: social media, twitter, facebook, myspace, digg, email, rss, reddit, linkedin, orkut, youtube, buzz, social, icons, links, subscribe, follow, follow me, friendfeed, flickr, stumbleupon, vimeo, delicious, meetup, lastfm, foursquare, skype, blogger, wordpress, yelp, soundcloud, digital tunes, tumblr, hyves, etsy, tungle, plancast, slideshare, deviantart, better business bureau, merchant circle, asmallworld, live365, ping, itunes, picasa, steam, google talk, pandora, hulu, ebay, flixster, imdb, bandcamp, ustream
|
5 |
+
Requires at least: 2.9.2
|
6 |
Tested up to: 3.1
|
7 |
+
Stable tag: 2.9.2
|
8 |
|
9 |
Adds links to all of your social media and sharing site profiles. Icons come in 3 sizes, 4 icon styles, and 4 animations.
|
10 |
|
168 |
For help, please go to my <a href="http://forums.idontlikethisgame.com/viewforum.php?f=3">SMW Forums</a> and ask whatever questions you need!
|
169 |
|
170 |
== Changelog ==
|
171 |
+
= 2.9.2 =
|
172 |
+
|
173 |
+
* As I suspected, removing the !important tags from the CSS caused a lot more problems than it helped. I've added them back.
|
174 |
+
|
175 |
= 2.9.1 =
|
176 |
|
177 |
* I'm stupid and forgot to commit the sketch icons to 2.9.
|
social-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Social Media Widget
|
4 |
* Plugin URI: http://forums.idontlikethisgame.com/viewforum.php?f=3
|
5 |
* Description: Adds links to all of your social media and sharing site profiles. Icons come in 3 sizes, 4 icon styles, and 4 animations.
|
6 |
-
* Version: 2.9.
|
7 |
* Author: Brian Freytag
|
8 |
* Author URI: http://www.precisionwebdev.com
|
9 |
**/
|
3 |
* Plugin Name: Social Media Widget
|
4 |
* Plugin URI: http://forums.idontlikethisgame.com/viewforum.php?f=3
|
5 |
* Description: Adds links to all of your social media and sharing site profiles. Icons come in 3 sizes, 4 icon styles, and 4 animations.
|
6 |
+
* Version: 2.9.2
|
7 |
* Author: Brian Freytag
|
8 |
* Author URI: http://www.precisionwebdev.com
|
9 |
**/
|
social_widget.css
CHANGED
@@ -17,16 +17,15 @@
|
|
17 |
}
|
18 |
|
19 |
li.Social_Widget a {
|
20 |
-
padding: 0;
|
21 |
-
margin: 0;
|
22 |
background: none !important;
|
23 |
}
|
24 |
|
25 |
.socialmedia-buttons img {
|
26 |
border: 0;
|
27 |
-
|
28 |
-
margin-
|
29 |
-
margin-top: 5px;
|
30 |
display: inline;
|
31 |
-webkit-transition: all 0.2s ease-in;
|
32 |
-moz-transition: all 0.2s ease-in;
|
17 |
}
|
18 |
|
19 |
li.Social_Widget a {
|
20 |
+
padding: 0 !important;
|
21 |
+
margin: 0 !important;
|
22 |
background: none !important;
|
23 |
}
|
24 |
|
25 |
.socialmedia-buttons img {
|
26 |
border: 0;
|
27 |
+
border: 0 !important;
|
28 |
+
margin-right: 10px !important;
|
|
|
29 |
display: inline;
|
30 |
-webkit-transition: all 0.2s ease-in;
|
31 |
-moz-transition: all 0.2s ease-in;
|