Changeset 1072808
- Timestamp:
- 01/21/2015 07:33:12 PM (11 years ago)
- Location:
- mobile-navigation
- Files:
-
- 15 added
- 7 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
tags/1.5 (added)
-
tags/1.5/css (added)
-
tags/1.5/css/style.css (added)
-
tags/1.5/js (added)
-
tags/1.5/js/custom.js (added)
-
tags/1.5/mobile-navigation.php (added)
-
tags/1.5/readme.txt (added)
-
tags/1.5/register-settings-api.php (added)
-
tags/1.5/scss (added)
-
tags/1.5/scss/icon.scss (added)
-
tags/1.5/scss/mixins.scss (added)
-
tags/1.5/scss/mobile.scss (added)
-
tags/1.5/scss/style.scss (added)
-
tags/1.5/scss/variables.scss (added)
-
tags/1.5/settings-array.php (added)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mobile-navigation/trunk/readme.txt
r1070884 r1072808 1 1 === Mobile Navigation === 2 2 Contributors: Jenst 3 Donate link: http://example.com/4 3 Tags: mobile, navigation, menu, responsive, nav 5 4 Requires at least: 4.1 6 5 Tested up to: 4.1 7 Stable tag: 1. 46 Stable tag: 1.5 8 7 License: GPLv2 9 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 11 13 12 == Description == 14 15 A responsive fullscreen mobile menu navigation. Activate it for your custom made theme to save some time.16 13 17 14 Settings: … … 26 23 * Hide on scroll, on or off 27 24 * Custom CSS 25 26 If you don't want the HTML to go through the action wp_footer, place this somewhere after the beginning of your body-tag: `<?php do_action('mn_nav'); ?>`. It might be better for readability and perhaps SEO. 28 27 29 28 == Installation == … … 45 44 = Why doesn't it work? = 46 45 47 Make sure you have the actions wp_head() and wp_footer() in your theme. Also, make sure that you have chosed a menu containing items.If you have too large screen compared to the breakpoint in your settings the menu is not shown.46 Make sure you have the actions wp_head() and wp_footer() in your theme. If you have too large screen compared to the breakpoint in your settings the menu is not shown. 48 47 49 48 = Why is the CSS generated as file? … … 60 59 61 60 == Changelog == 61 62 = 1.5 = 63 * CSS inline option - Use only if file and folders are not writable 64 * If no breakpoint set, it will be set to 600px 62 65 63 66 = 1.4 =
Note: See TracChangeset
for help on using the changeset viewer.