=== Mobile Navigation === Contributors: Jenst Donate link: http://example.com/ Tags: mobile, navigation, menu, responsive, nav Requires at least: 4.1 Tested up to: 4.1 Stable tag: 1.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html A responsive fullscreen mobile menu navigation. Activate it for your custom made theme to save some time. == Description == A responsive fullscreen mobile menu navigation. Activate it for your custom made theme to save some time. Settings: * Choose menu, a built in one or your own. * Mobile breakpoint. * Background color. * Logo as text or image. * Logo and menu font family. * Hide on scroll, on or off. There is no more settings but you can override the CSS with your own with WordPress actions. == Installation == 1. Upload `mobile-navigation` folder to the `/wp-content/plugins/` directory, or use the plugin installer in wp-admin. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Go to `Options` > `Mobile Navigation` and set your settings. Be sure to choose a menu with items. == Frequently Asked Questions == = Does Mobile Navigation work with every theme? = No. Some themes has some strange CSS and javascript. If another mobile menu tries to be on top there might be a conflict. = Why not put more settings? = I try to keep the settings down. It should just be enough to adapt it to your site in terms of colors and fonts. = Why doesn't it work? = 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. == Changelog == = 1.1 = * Many bugs fixed. = 1.0 = * A not so public release.