开发者 | Jenst |
---|---|
更新时间 | 2015年1月22日 03:47 |
PHP版本: | 4.1 及以上 |
WordPress版本: | 4.1 |
版权: | GPLv2 |
版权网址: | 版权信息 |
<?php do_action('mn_nav'); ?>
. It might be better for readability and perhaps SEO.
mobile-navigation
folder to the /wp-content/plugins/
directory, or use the plugin installer in wp-admin.Options
> Mobile Navigation
and set your settings. Be sure to choose a menu that is not empty.No. Some themes has some strange CSS and javascript. If another mobile menu tries to be on top there might be a conflict.
I try to keep the settings down. It should just be enough to adapt it to your site in terms of colors and fonts.
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. = Why is the CSS generated as file? It's not a good practice to have CSS generated inline. You can disable the CSS if you prefer adding your own.