=== 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.5.1 Stable tag: 0.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin changes your WordPress menu into a menu which is better readable on mobile devices. == Description == This plugin adds TinyNav.js to your wp_head() so your menu(s) will be converted into a menu which is better readable on mobile screens. Note: must be included in header.php to make this plugin work (this will be an option in the next version). == 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 menu id/class and margins (if necessary) by going to the `TinyNav` menu that appears in your settings menu == Frequently Asked Questions == = Which class/ID gets changed ? = Out of the box `#access ul` gets changed. = Can I change which class/id gets changed ? Yes, you can do this on the settings page. = My menu shifts to the left/right, can I correct it ? = Yes, you can add a margin (in pixels) on the settings page. = I don't have a home button in my menu, can I get one ? Yes, create a custom menu with a home button in WordPress menus = Does it work on all templates ? = No, not immediately. It only works on templates which have something like the following line of code in header.php (mostly right after 'charset'): `` or ` ` == Screenshots == 1. iPhone menu 2. iPhone menu expanded with a child and grandchild page == Changelog == = 0.7 = * enqueued js files in a function * added the option to add meta viewport to your header * renamed all variables to a more unique name * removed an absolete function which caused a bug with some templates * styled css so it's better to read = 0.6 = * made some grammar corrections * made the screenwidth activation customizable = 0.5.1 = * fixed a bug for when the site's core files are in a [subdirectory](http://http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory/ "Install WP in a sub-directory") = 0.5 = * added an option to use a custom id/class * checked if child/grandchild pages work (and they do ;) ) * fixed the broken donate image = 0.4 = * added an option to add a custom top-margin in pixels * added an option to add a custom bottom-margin in pixels * styled the admin side * added a settings link on the plugin page = 0.3 = * added an option to add a custom right-margin in pixels = 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 == Other notes == This plugin is based on Viljami Salminen's [tinynav.js](http://tinynav.viljamis.com/ "TinyNav.js"). A big thanks goes out to Emil Uzelac from [ThemeID](http://themeid.com/). Thanks to his Responsive theme I got the idea and with his help I got it working.