Version Description
Download this release
Release Info
Developer | daniyalahmedk |
Plugin | Fuse Social Floating Sidebar |
Version | 4.2.1 |
Comparing to | |
See all releases |
Code changes from version 4.2 to 4.2.1
- fuse_social_sidebar.php +2 -1
- inc/fuse_social_sidebar_scripts.php +3 -2
- readme.txt +1 -1
fuse_social_sidebar.php
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
<?php
|
|
|
2 |
/*
|
3 |
Plugin Name: Fuse Social Floating Sidebar
|
4 |
Plugin URI: http://photontechs.com/fuse-social-sidebar
|
5 |
Description: This Fuse Social Floating Sidebar plugin allow you to put social icons which can be link with your social media profiles.
|
6 |
-
Version: 4.2
|
7 |
Author: Daniyal Ahmed
|
8 |
Author URI: http://www.photontechs.com
|
9 |
License: GNU General Public License v3.0
|
1 |
<?php
|
2 |
+
|
3 |
/*
|
4 |
Plugin Name: Fuse Social Floating Sidebar
|
5 |
Plugin URI: http://photontechs.com/fuse-social-sidebar
|
6 |
Description: This Fuse Social Floating Sidebar plugin allow you to put social icons which can be link with your social media profiles.
|
7 |
+
Version: 4.2.1
|
8 |
Author: Daniyal Ahmed
|
9 |
Author URI: http://www.photontechs.com
|
10 |
License: GNU General Public License v3.0
|
inc/fuse_social_sidebar_scripts.php
CHANGED
@@ -19,8 +19,9 @@ function fuse_social_scripts()
|
|
19 |
#icon_wrapper .fuse_social_icons_links .fa {
|
20 |
font-family: 'FontAwesome' !important;
|
21 |
}
|
22 |
-
|
23 |
-
|
|
|
24 |
<?php if($options['position']=="left"){ ?>
|
25 |
|
26 |
#icon_wrapper
|
19 |
#icon_wrapper .fuse_social_icons_links .fa {
|
20 |
font-family: 'FontAwesome' !important;
|
21 |
}
|
22 |
+
.fb-awesome-social::before {
|
23 |
+
content: "\f09a" !important;
|
24 |
+
}
|
25 |
<?php if($options['position']=="left"){ ?>
|
26 |
|
27 |
#icon_wrapper
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://photontechs.com/donate
|
|
4 |
Tags: social media, floating sidebar, social widget, social icons,animated social icons
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.3.1
|
7 |
-
Stable tag: 4.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: social media, floating sidebar, social widget, social icons,animated social icons
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.3.1
|
7 |
+
Stable tag: 4.2.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|