该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Responsive Select Menu

描述

View Demo 1

View Demo 2 in a Responsive WordPress Theme

One common UI paradigm for navigation menus with responsive design is to display a select box (form element)
for mobile devices. This plugin allows you to turn your WordPress 3 menu into a select box below a width of your choice.

Features

  • Takes up less screen real estate on mobile devices
  • Easier navigation for touch screens
  • Works automatically – no need to add extra PHP code

Highly Configurable

Through the Responsive Select Menu Control Panel you can:

  • New in 1.2 – select which theme locations to apply the menu to
  • Set your width breakpoint (where your menu switches from your standard menu to a select box)
  • Configure how many levels you wish to include in the select menu. Set it to 1 to include only the top-level menu items.
  • Choose the character used to indent your submenu items within the select box
  • Choose whether or not to exclude “dummy” items that don’t have links
  • Set the text of the first menu item

The demo is built with UberMenu – WordPress Mega Menu Plugin , but it is designed to work with any UL-based WordPress 3 menu.

Based on the excellent tutorial from Chris Coyier and CSS Tricks – thanks!

屏幕截图

  • Responsive select menu on the iPhone/iPod Touch
  • Responsive select menu Control Panel

安装

This section describes how to install the plugin and get it working.

  1. Upload the plugin zip through your WordPress admin
  2. 通过WordPress的“插件”菜单激活插件
  3. Navigate to Appearance > Responsive Select to configure your menu
  4. If you are using UberMenu 3, disable the Responsive Toggle setting in the UberMenu Control Panel > Main UberMenu Configuration > Responsive & Mobile > Responsive Toggle.

常见问题

Do I have to have a “Navigate” item as my first item

You can change the name of this item, but it has to exist. Otherwise, you won’t be able to navigate to the first item in the menu
if you’re not using the “Show currently selected item” – even if you have that option enabled, the issue would still exist on pages not
in the menu.

It doesn’t work

If your theme creates a menu the standard way with wp_nav_menu, it should work. If not, make sure you’re using 1.3+, as this resolves the most common “it doesn’t work” issue.

评价

此插件暂无评价。

贡献者及开发者

“Responsive Select Menu” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Responsive Select Menu”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.7

  • Ignore UberMenu Advanced Items
  • Fix notices that occur if UberMenu settings aren’t saved for menu items

1.6

  • Added UberMenu 3 compatibility
  • Added Cyrillic characters fix (experimental)

1.5.3

  • Added UberMenu Conditionals compatibility
  • Added filterable first menu item names

1.5.2

  • Resolved WordPress 3.6 Strict Warnings

1.5.1

  • Added ‘License’ to header to avoid installation errors

1.5

  • Improves compatibility with latest versions of UberMenu

1.4

  • Handles blank menu items better

1.3

  • Better compatibility with themes that remove the wp_nav_menu ‘container’ parameter.

1.2

  • Added option to select specific theme locations to apply the responsive select menu to.

1.1

  • Fixed option closing tag order for valid HTML markup

1.0

  • Initial version