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
28 lines
| 1 | === myStickymenu === |
| 2 | Contributors: damiroquai |
| 3 | Donate link: http://wordpress.transformnews.com |
| 4 | Tags: sticky menu, twentythirteen, twenty-thirteen, plugin, menu |
| 5 | Requires at least: 3.8 |
| 6 | Tested up to: 3.8.1 |
| 7 | Stable tag: 1.2 |
| 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 | == Installation == |
| 18 | |
| 19 | Install like any other plugin. After install activate. |
| 20 | |
| 21 | If using template other than Twenty Thirteen go to Settings / myStickymenu and change navigation class to .your_navbar_class or #your_navbar_id.. |
| 22 | |
| 23 | Original javascript used from http://jsbin.com/omanut/2/edit |
| 24 | |
| 25 | == Screenshots == |
| 26 | 1. screenshot-1.png in plugin folder shows menu when page is opened, and not scrolled. |
| 27 | 2. screenshot-2.png shows menu when page is scrolled towards the bottom. |
| 28 | 3. screenshot-3.png shows myStickymenu admin settings page. |