Version Description
- CSS fix
Download this release
Release Info
Developer | cybernetikz |
Plugin | Easy Social Icons |
Version | 1.2.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.3.1
- css/cnss.css +3 -1
- easy-social-icons.php +2 -2
- readme.txt +7 -5
css/cnss.css
CHANGED
@@ -10,4 +10,6 @@ table.cnss-social-icon tr td a img:hover, table.cnss-social-icon tr td a:hover i
|
|
10 |
.clear {clear: both}
|
11 |
ul.cnss-social-icon{margin:0; padding:0;list-style-type:none}
|
12 |
ul.cnss-social-icon li a img{display:inherit!important;}
|
13 |
-
ul.cnss-social-icon li a{border:none!important;text-decoration:none!important;}
|
|
|
|
10 |
.clear {clear: both}
|
11 |
ul.cnss-social-icon{margin:0; padding:0;list-style-type:none}
|
12 |
ul.cnss-social-icon li a img{display:inherit!important;}
|
13 |
+
ul.cnss-social-icon li a{border:none!important;text-decoration:none!important;}
|
14 |
+
ul.cnss-social-icon li:after, ul.cnss-social-icon li:before{display:none!important;content:inherit!important;}
|
15 |
+
ul.cnss-social-icon li{ float:none!important; width:auto!important;}
|
easy-social-icons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy Social Icons
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: You can upload your own social icon, set your social URL, choose weather you want to display vertical or horizontal. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for php file <strong><?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?></strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
|
6 |
-
Version: 1.2.3
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
@@ -850,7 +850,7 @@ function cn_social_icon() {
|
|
850 |
else
|
851 |
$image_url = $icon->image_url;
|
852 |
|
853 |
-
?><li class="<?php echo format_title($icon->title); ?>" style=" <?php echo $vorh=='horizontal'?'display:inline;':''; ?>"><a <?php echo ($icon->target==1)?'target="_blank"':'' ?> title="<?php echo $icon->title ?>" href="<?php echo $icon->url ?>"><img src="<?php echo $image_url?>" border="0" width="<?php echo $cnss_width ?>" height="<?php echo $cnss_height ?>" alt="<?php echo $icon->title ?>" style=" <?php echo 'margin:'.$li_margin.'px;'; ?>" /></a></li><?php
|
854 |
$i++;
|
855 |
}
|
856 |
echo '</ul>';
|
3 |
Plugin Name: Easy Social Icons
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: You can upload your own social icon, set your social URL, choose weather you want to display vertical or horizontal. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for php file <strong><?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?></strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
|
6 |
+
Version: 1.2.3.1
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
850 |
else
|
851 |
$image_url = $icon->image_url;
|
852 |
|
853 |
+
?><li class="<?php echo format_title($icon->title); ?>" style=" <?php echo $vorh=='horizontal'?'display:inline-block;':''; ?>"><a <?php echo ($icon->target==1)?'target="_blank"':'' ?> title="<?php echo $icon->title ?>" href="<?php echo $icon->url ?>"><img src="<?php echo $image_url?>" border="0" width="<?php echo $cnss_width ?>" height="<?php echo $cnss_height ?>" alt="<?php echo $icon->title ?>" style=" <?php echo 'margin:'.$li_margin.'px;'; ?>" /></a></li><?php
|
854 |
$i++;
|
855 |
}
|
856 |
echo '</ul>';
|
readme.txt
CHANGED
@@ -3,10 +3,10 @@ Contributors: cybernetikz
|
|
3 |
Donate link:
|
4 |
Tags: easy social icon,easy social icons,social icon,social icons,social,social share,follow,followus,follow us,share,icon
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.2.3
|
8 |
|
9 |
-
You can upload your own social icon, set your social URL, choose
|
10 |
|
11 |
== Description ==
|
12 |
|
@@ -44,8 +44,7 @@ If you are using <strong>wordpress version lower than 3.5</strong> please use "E
|
|
44 |
* You can insert your social icon set in pages/posts using short code
|
45 |
* Sort social media icons using drag drop
|
46 |
* Also if you are familiar with php code then you can use the template tag to place the social icon set anywhere in the php template file
|
47 |
-
* Responsive feature added
|
48 |
-
* <span style="text-decoration: line-through;">Built in 5 social icons preloaded as sample icon, to save your time (facebook, twitter, linkedin, flickr, youtube).</span>
|
49 |
|
50 |
Please visit our site <a target="_blank" href="http://www.cybernetikz.com/blog/wordpress-plugins-easy-social-icons/">www.cybernetikz.com/</a>
|
51 |
|
@@ -81,6 +80,9 @@ If you are using wordpress version lower than 3.5 please use Easy social Icon ve
|
|
81 |
|
82 |
== Changelog ==
|
83 |
|
|
|
|
|
|
|
84 |
= 1.2.3 =
|
85 |
* Rsponsive feature added
|
86 |
* Sequrity updates
|
3 |
Donate link:
|
4 |
Tags: easy social icon,easy social icons,social icon,social icons,social,social share,follow,followus,follow us,share,icon
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.2.2
|
7 |
+
Stable tag: 1.2.3.1
|
8 |
|
9 |
+
You can upload your own social icon, set your social URL, choose whether you want to display vertical or horizontal.
|
10 |
|
11 |
== Description ==
|
12 |
|
44 |
* You can insert your social icon set in pages/posts using short code
|
45 |
* Sort social media icons using drag drop
|
46 |
* Also if you are familiar with php code then you can use the template tag to place the social icon set anywhere in the php template file
|
47 |
+
* Responsive feature added
|
|
|
48 |
|
49 |
Please visit our site <a target="_blank" href="http://www.cybernetikz.com/blog/wordpress-plugins-easy-social-icons/">www.cybernetikz.com/</a>
|
50 |
|
80 |
|
81 |
== Changelog ==
|
82 |
|
83 |
+
= 1.2.3.1 =
|
84 |
+
* CSS fix
|
85 |
+
|
86 |
= 1.2.3 =
|
87 |
* Rsponsive feature added
|
88 |
* Sequrity updates
|