PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 1.0
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v1.0
2.9.1 2.9.0 2.8.9 2.8.8 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 2.0 2.0.1 2.0.3 2.0.4 2.0.5 2.0.6 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7
mystickymenu / readme.txt
mystickymenu Last commit date
mystickymenu.css 12 years ago mystickymenu.js 12 years ago mystickymenu.php 12 years ago readme.txt 12 years ago screenshot-1.png 12 years ago screenshot-2.png 12 years ago
readme.txt
37 lines
1 === myStickymenu ===
2 Contributors: (Damiroquai)
3 Donate link: http://wordpress.transformnews.com
4 Tags: sticky menu, twentythirteen
5 Requires at least: 3.8
6 Tested up to: 3.8.1
7 Stable tag: 1.0
8 License: GPLv2 or later
9
10 This lightweight plugin will made your Twentythirteen menu sticky on top of page after scroll hits upper border.
11
12 == Description ==
13 Plugin is designed for Twentythirteen template but should work on any theme, it's using default twentythirteen ".navbar" css class and that should be modified for other themes if different.
14
15 Plugin Home + Demo URL: http://wordpress.transformnews.com/plugins/mystickymenu-simple-sticky-fixed-on-top-menu-implementation-for-twentythirteen-menu-269
16
17
18 == Installation ==
19
20 Install like any other plugin. After install activate.
21
22 If using template other than Twentythirteen open wp-content/plugins/mystickymenu/mystickymenu.js and edit selector class based on your template navigation bar class.
23
24 "var navbar = document.querySelector('.navbar');"
25
26 "var navbar = document.querySelector('.your_navbar_class');"
27
28
29 Edit /mystickymenu/mystickymenu.css to edit menu style, width, color...
30 Original javascript used from http://jsbin.com/omanut/2/edit
31
32
33
34 == Screenshots ==
35 1. screenshot-1.png in plugin folder shows menu when page is opened, and not scrolled.
36 2. screenshot-2.png shows menu when page is scrolled towards the bottom.
37