Sticky Side Buttons - Version 1.0.1

Version Description

  • Removed unnecessary css background - works better when buttons are spaced
  • Added z-index so buttons don't hide behind things (fix for revolution slider)
Download this release

Release Info

Developer EnigmaWeb
Plugin Icon 128x128 Sticky Side Buttons
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0 to 1.0.1

assets/css/ssb-ui-style.css CHANGED
@@ -1,7 +1,8 @@
1
  /* SSB UI Style */
2
  #ssb-container {
3
  position: fixed;
4
- top: 30%
 
5
  }
6
 
7
  .ssb-btns-right {
@@ -22,14 +23,6 @@
22
  margin: 0;
23
  }
24
 
25
- #ssb-container ul.ssb-light-hover {
26
- background: #ffffff;
27
- }
28
-
29
- #ssb-container ul.ssb-dark-hover {
30
- background: #000000;
31
- }
32
-
33
  #ssb-container ul li {
34
  line-height: 45px;
35
  }
1
  /* SSB UI Style */
2
  #ssb-container {
3
  position: fixed;
4
+ top: 30%;
5
+ z-index: 1;
6
  }
7
 
8
  .ssb-btns-right {
23
  margin: 0;
24
  }
25
 
 
 
 
 
 
 
 
 
26
  #ssb-container ul li {
27
  line-height: 45px;
28
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: EnigmaWeb
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEJ9HFWJ94BG4
4
  Tags: sticky, buttons, contact, side, social buttons, email button, phone button, floating
5
  Requires at least: 2.7
6
- Tested up to: 4.7.1
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -14,19 +14,18 @@ Flexible button creator allowing you to stick floating buttons to the side of yo
14
 
15
  This simple button creator lets you create one or more floating buttons that stick to the side of your site as the user scrolls.
16
 
17
- Use it for sticking information like:
18
- * Phone number
19
- * Email address
20
- * Social icons
21
- * Store locations
22
-
23
- Configuration options include:
24
- * Button position > left or right
25
- * Rollover style > darken or lighten
26
- * Animation style > none, slide or icons only
27
- * Disable on mobile (optional)
28
- * Customise button icons, text, link, and colors easily
29
 
 
 
 
 
 
 
30
 
31
  = Demo =
32
 
@@ -45,15 +44,27 @@ None yet.
45
 
46
  == Screenshots ==
47
 
48
- 1. Sticky Side Buttons in action
49
- 2. Sticky Side Buttons backend button creator
 
 
 
 
 
50
 
51
  == Changelog ==
52
 
 
 
 
 
53
  = 1.0 =
54
  * Initial release
55
 
56
  == Upgrade Notice ==
57
 
 
 
 
58
  = 1.0 =
59
  * Initial release
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEJ9HFWJ94BG4
4
  Tags: sticky, buttons, contact, side, social buttons, email button, phone button, floating
5
  Requires at least: 2.7
6
+ Tested up to: 4.7.2
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
 
15
  This simple button creator lets you create one or more floating buttons that stick to the side of your site as the user scrolls.
16
 
17
+ = Use it for sticking information like: =
18
+ * Phone number
19
+ * Email address
20
+ * Social icons
21
+ * Store locations
 
 
 
 
 
 
 
22
 
23
+ = Configuration options include: =
24
+ * Button position > left or right
25
+ * Rollover style > darken or lighten
26
+ * Animation style > none, slide or icons only
27
+ * Disable on mobile (optional)
28
+ * Customise button icons, text, link, and colors easily
29
 
30
  = Demo =
31
 
44
 
45
  == Screenshots ==
46
 
47
+ 1. Sticky Side Buttons in action: IN
48
+ 2. Sticky Side Buttons in action: OUT
49
+ 3. Sticky Side Buttons backend button creator
50
+ 4. An example site using Sticky Side Buttons
51
+ 5. An example site using Sticky Side Buttons
52
+ 6. An example site using Sticky Side Buttons
53
+
54
 
55
  == Changelog ==
56
 
57
+ = 1.0.1 =
58
+ * Removed unnecessary css background - works better when buttons are spaced
59
+ * Added z-index so buttons don't hide behind things (fix for revolution slider)
60
+
61
  = 1.0 =
62
  * Initial release
63
 
64
  == Upgrade Notice ==
65
 
66
+ = 1.0.1 =
67
+ * Minor update with some css tweaks
68
+
69
  = 1.0 =
70
  * Initial release
screenshot-2.jpg CHANGED
Binary file
screenshot-3.jpg ADDED
Binary file
screenshot-4.jpg ADDED
Binary file
screenshot-5.jpg ADDED
Binary file
screenshot-6.jpg ADDED
Binary file
sticky-side-buttons.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Sticky Side Buttons
4
- Version: 1.0
5
  Plugin URI: http://enigmaplugins.com.au/
6
  Description: Flexible button creator allowing you to stick floating buttons to the side of your site.
7
  Author: Enigma Plugins
1
  <?php
2
  /*
3
  Plugin Name: Sticky Side Buttons
4
+ Version: 1.0.1
5
  Plugin URI: http://enigmaplugins.com.au/
6
  Description: Flexible button creator allowing you to stick floating buttons to the side of your site.
7
  Author: Enigma Plugins