=== Plugin Name === Contributors: Beee Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=info%40rubber%2dlab%2ecom&lc=NL&item_name=TinyNav%20plugin&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Tags: navigation, menu, tinynav, mobile Requires at least: 3.0 Tested up to: 3.4.2 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin adds tinynav.js to your wp_head() so your menus will be better readable on mobile screens. == Description == This plugin adds [tinynav.js](http://tinynav.viljamis.com/ "TinyNav.js") to your wp_head() so your menu(s) will be converted into a menu which is better readable on mobile screens. A big thanks goes out to Emil Uzelac from ThemeID. Thanks to his Responsive theme I got the idea and with his help I got it working. == Installation == 1. Upload the `tinynav` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Configure your left-margin by going to the `TinyNav` menu that appears in your settings menu == Frequently Asked Questions == = Which class/ID gets changed ? = ul.menu = My menu shifts to the left, can I correct it ? = Yes, you can add a left-margin (in pixels) on the settings page. = Can I change the menu class/ID to fit my menu class/ID ? = Not yet, I will try to work this into a next version. Author's note It works on Wordpress' standard twentyeleven theme. It doesn't work automaticly with any theme. I am working on that. You can find more info about me or the GigaTools plugin I wrote on [my site](http://berryplasman.com/ "My portfolio and more"). == Screenshots == 1. iPhone menu 2. iPhone menu expanded == Changelog == = 0.2 = * updated the active menu class, so the menu sticks to its current page * updated names of functions so they won't clash with any other plugin (hardly likely but just in case) * added an option to add a custom left-margin in pixels == Upgrade Notice == = 0.2 = This version has a new function and the code is improved.