Fuse Social Floating Sidebar - Version 5.4.6

Version Description

= 5.0 = Major update, you might need to set up the plugin settings again.

Download this release

Release Info

Developer daniyalahmedk
Plugin Icon 128x128 Fuse Social Floating Sidebar
Version 5.4.6
Comparing to
See all releases

Code changes from version 5.4.5 to 5.4.6

framework/presets/mobile-sticky.png ADDED
Binary file
framework/settings/fuse-config.php CHANGED
@@ -168,7 +168,7 @@ $args['footer_text'] = __('
168
  <div class="upgrade_popup_now">
169
  <h3>Upgrade Plugin To Pro Version</h3>
170
  <p class="para_txt">To unlock this feature you need to upgrade this plugin to pro version, it\'s a one time fee and allow you to use the plugin on any number of the sites.</p>
171
- <h4>Trusted by More than 31,000 Blogs, Online Shops & Websites!</h4>
172
  <a href="'.fs_fs()->get_upgrade_url().'">Upgrade Now!</a>
173
  </div>
174
  </div>
@@ -634,6 +634,12 @@ Redux::setSection( $opt_name, array(
634
  'id' => 'mobile',
635
  'type' => 'switch',
636
  'title' => __( "Disable for mobile", 'fuse-social-floating' ),
 
 
 
 
 
 
637
  )
638
  ),
639
  )
@@ -654,7 +660,7 @@ Redux::setSection( $opt_name, array(
654
  'id' => 'scrollpost_sr',
655
  'type' => 'raw',
656
  'title' => __('', 'fuse-social-floating'),
657
- 'content' => '<a href="' . fs_fs()->get_upgrade_url() . '" class="scroll-post-upgrade">This feature is only works on PRO version. <span>Upgrade Now!</span></a>'
658
  ),
659
 
660
  array(
168
  <div class="upgrade_popup_now">
169
  <h3>Upgrade Plugin To Pro Version</h3>
170
  <p class="para_txt">To unlock this feature you need to upgrade this plugin to pro version, it\'s a one time fee and allow you to use the plugin on any number of the sites.</p>
171
+ <h4>Trusted by More than 41,000 Blogs, Online Shops & Websites!</h4>
172
  <a href="'.fs_fs()->get_upgrade_url().'">Upgrade Now!</a>
173
  </div>
174
  </div>
634
  'id' => 'mobile',
635
  'type' => 'switch',
636
  'title' => __( "Disable for mobile", 'fuse-social-floating' ),
637
+ ),
638
+ array(
639
+ 'id' => 'stickybar',
640
+ 'type' => 'raw',
641
+ 'title' => __( "Sticky Bar On Bottom", 'fuse-social-floating' ),
642
+ 'content' => '<a href="' . fs_fs()->get_upgrade_url() . '" class="scroll-post-stickybar"><img src="'.ReduxFramework::$_url . '../presets/mobile-sticky.png" /><span>Upgrade Now!</span></a>'
643
  )
644
  ),
645
  )
660
  'id' => 'scrollpost_sr',
661
  'type' => 'raw',
662
  'title' => __('', 'fuse-social-floating'),
663
+ 'content' => '<a href="' . fs_fs()->get_upgrade_url() . '" class="scroll-post-upgrade">This feature only works on the PRO version. <span>Upgrade Now!</span></a>'
664
  ),
665
 
666
  array(
fuse_social_sidebar.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Fuse Social Floating Sidebar
4
  Plugin URI: https://www.fusefloat.com/
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: 5.4.5
7
  Author: Daniyal Ahmed
8
  Author URI: https://www.fusefloat.com/
9
  License: GNU General Public License v3.0
3
  Plugin Name: Fuse Social Floating Sidebar
4
  Plugin URI: https://www.fusefloat.com/
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: 5.4.6
7
  Author: Daniyal Ahmed
8
  Author URI: https://www.fusefloat.com/
9
  License: GNU General Public License v3.0
inc/css/admin.css CHANGED
@@ -6,6 +6,45 @@ div#redux-header {
6
  span.redux-dev-mode-notice {
7
  display: none !important;
8
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  .flash_sale_sm {
10
  background-image: linear-gradient( 219.3deg, #ff9800 4.7%, #ff9800 22.9%, rgba(95,0,199,1) 43.2%, #ff5722 63.9%, #ff5722 85.1%, #005fc7 106.8% ) !important;
11
  position: fixed;
@@ -312,7 +351,7 @@ div#redux-header {
312
  padding: 16px;
313
  }
314
 
315
- .saved_notice.admin-notice.notice-green {background: #4CAF50;color: #fff;text-shadow: none !important;padding: 17px;font-family: "Open Sans";}
316
 
317
  .redux-main {
318
  background: #ecf0f6;
6
  span.redux-dev-mode-notice {
7
  display: none !important;
8
  }
9
+ a.scroll-post-stickybar img {max-width: 300px !important;display: block !important;box-shadow: 1px 1px 18px #d0d0d0;border-radius: 11px !important;}
10
+
11
+ fieldset#fuse-stickybar .redux_field_th {
12
+ float: left;
13
+ }
14
+
15
+ a.scroll-post-stickybar {
16
+ float: left;
17
+ text-align: center;
18
+ margin-left: 30px;
19
+ text-decoration: none !important;
20
+ text-transform: uppercase;
21
+ font-weight: BOLD;
22
+ }
23
+ input#redux_bottom_save {
24
+ background-image: linear-gradient( 219.3deg, #9500c7 4.7%, rgba(130,0,226,1) 22.9%, rgba(95,0,199,1) 43.2%, rgba(70,0,199,1) 63.9%, rgba(5,0,199,1) 85.1%, #005fc7 106.8% ) !important;
25
+ font-weight: 600;
26
+ border: 0;
27
+ padding: 16px 29px;
28
+ font-size: 14px;
29
+ }
30
+
31
+ .redux-action_bar input#redux-defaults-section-bottom {
32
+ display: none !important;
33
+ }
34
+
35
+ .redux-action_bar input#redux-defaults-bottom {
36
+ display: none !important;
37
+ }
38
+ a.scroll-post-stickybar span {
39
+ display: block;
40
+ width: 100%;
41
+ background: #9500c7;
42
+ color: #fff;
43
+ padding: 11px 0px;
44
+ margin-top: 15px;
45
+ text-decoration: none !important;
46
+ outline: 0 !important;
47
+ }
48
  .flash_sale_sm {
49
  background-image: linear-gradient( 219.3deg, #ff9800 4.7%, #ff9800 22.9%, rgba(95,0,199,1) 43.2%, #ff5722 63.9%, #ff5722 85.1%, #005fc7 106.8% ) !important;
50
  position: fixed;
351
  padding: 16px;
352
  }
353
 
354
+ .saved_notice.admin-notice.notice-green {background: #4CAF50;color: #fff;text-shadow: none !important;padding: 17px;}
355
 
356
  .redux-main {
357
  background: #ecf0f6;
inc/fuse_social_sidebar_scripts.php CHANGED
@@ -94,6 +94,8 @@ function fuse_social_scripts() {
94
 
95
  <?php
96
  // Checking size if its large then set it
 
 
97
  if ($options['size'] == "48") {
98
  ?>
99
 
@@ -137,9 +139,10 @@ function fuse_social_scripts() {
137
 
138
  <?php
139
  }
 
140
 
141
  // If there is shadow settings
142
- if ($options['shadow'] == 1) {
143
  }
144
  else {
145
  echo "text-shadow: 2px 2px 4px #000000;";
@@ -167,7 +170,7 @@ function fuse_social_scripts() {
167
  }
168
  }
169
  // If animation setting then use CSS3 for animation
170
- if ($options['animation_on_hover']) {
171
  ?>
172
 
173
  -moz-transition: width <?php echo $options['animate_sec']; ?>s, height <?php echo $options['animate_sec']; ?>s, -webkit-transform <?php echo $options['animate_sec']; ?>s; /* For Safari 3.1 to 6.0 */
@@ -456,14 +459,14 @@ function fuse_social_scripts() {
456
 
457
 
458
 
459
- /* Custom Background */
460
 
461
  <?php
462
- if ($options['colorpicker']) {
463
  ?>
464
 
465
 
466
-
467
  .awesome-social {
468
 
469
  background:<?php echo $options['colorpicker'] ?> !important;
@@ -477,6 +480,7 @@ function fuse_social_scripts() {
477
  ?>
478
 
479
  <?php
 
480
  if ($options['hover'] == 1) {
481
  ?>
482
 
@@ -667,6 +671,7 @@ function fuse_social_scripts() {
667
 
668
 
669
  <?php
 
670
  }
671
  ?>
672
 
94
 
95
  <?php
96
  // Checking size if its large then set it
97
+
98
+ if(!empty($options['size'])){
99
  if ($options['size'] == "48") {
100
  ?>
101
 
139
 
140
  <?php
141
  }
142
+ }
143
 
144
  // If there is shadow settings
145
+ if (!empty($options['shadow'])) {
146
  }
147
  else {
148
  echo "text-shadow: 2px 2px 4px #000000;";
170
  }
171
  }
172
  // If animation setting then use CSS3 for animation
173
+ if (!empty($options['animation_on_hover'])) {
174
  ?>
175
 
176
  -moz-transition: width <?php echo $options['animate_sec']; ?>s, height <?php echo $options['animate_sec']; ?>s, -webkit-transform <?php echo $options['animate_sec']; ?>s; /* For Safari 3.1 to 6.0 */
459
 
460
 
461
 
462
+
463
 
464
  <?php
465
+ if (!empty($options['colorpicker'])) {
466
  ?>
467
 
468
 
469
+ /* Custom Background */
470
  .awesome-social {
471
 
472
  background:<?php echo $options['colorpicker'] ?> !important;
480
  ?>
481
 
482
  <?php
483
+ if(!empty($options['hover'])){
484
  if ($options['hover'] == 1) {
485
  ?>
486
 
671
 
672
 
673
  <?php
674
+ }
675
  }
676
  ?>
677
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: daniyalahmedk, freemius
3
  Tags: social media, floating sidebar, social widget, social icons, animated social icons
4
  Requires at least: 3.0
5
  Tested up to: 6.1
6
- Stable tag: 5.4.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
3
  Tags: social media, floating sidebar, social widget, social icons, animated social icons
4
  Requires at least: 3.0
5
  Tested up to: 6.1
6
+ Stable tag: 5.4.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9