Linux 软件免费装
Banner图

Mobile Navigation

开发者 Jenst
更新时间 2015年1月22日 03:47
PHP版本: 4.1 及以上
WordPress版本: 4.1
版权: GPLv2
版权网址: 版权信息

标签

responsive menu mobile navigation nav

下载

1.2 1.3 1.4 1.5

详情介绍:

Settings: 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.

安装:

  1. Upload mobile-navigation folder to the /wp-content/plugins/ directory, or use the plugin installer in wp-admin.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Options > Mobile Navigation and set your settings. Be sure to choose a menu that is not empty.

屏幕截图:

  • Closed mobile navigation
  • Open fullscreen mobile navigation
  • General settings
  • Logo settings
  • Advanced settings

常见问题:

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. 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.

更新日志:

1.5 1.4 1.3 1.2 1.1 1.0