這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Nav Menu Images

描述

Plugin homepage | Plugin author | Donate

This plugin enables you to upload images for nav menu items on a menu edit screen. By default, those images will be displayed instead of text for respective menu items. Note that after upload, you should set an image as ‘featured’ to be able to display it.

You can also set images that will be displayed only when you hover menu item, or when menu item is of currently displayed page. Read detailed instructions about using plugin.

Developers can use many available filters to make their own way of displaying images, or even create a child class on top of base one. See source code for more ideas.

Although this plugin displays uploaded images out of the box, it will probably not give best possible look, so it’s recommended to create custom CSS styles for affected elements.

Nav Menu Images code is partly based on a code from now defunct plugin Custom Menu Images by Anabelle Handdoek
/∞manos s.a.s and a code from plugin Metronet Profile Picture by Ronald Huereca/Metronet Norge AS.

螢幕截圖

  • Link to upload form on nav menu item's edit screen
  • Setting featured image from media modal screen
  • Uploaded image on nav menu item's edit screen
  • Setting image used on hover from media modal screen

安裝

Either install the plugin via the WordPress admin panel, or …

  1. Upload nav-menu-images folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

There are no configuration options in this plugin.

常見問題

Installation Instructions

Either install the plugin via the WordPress admin panel, or …

  1. Upload nav-menu-images folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

There are no configuration options in this plugin.

評價

2017年3月8日
This is "half" the equation for the purpsoe. If you hide a menu item with this plugin, this does not mean that search engines can't see it. Be SURE and also password protect any pages you want to protect. As stated, you will need additional an additional plugin to control access to conbtent. This plugin ONLY hides the menu item, but again, not from search engines. Beware!
2016年11月8日
I tried this on a multisite install but it didn't work - the option to upload an image just didn't appear at all
2016年10月18日
Does what it's supposed to. Would love the possibility to choose wether or not to replace all link content - would be nice if the link text would still be shown + adding a custom class to image.
閱讀全部38個評價

貢獻者及開發者

“Nav Menu Images” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Nav Menu Images 外掛目前已有 2 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Nav Menu Images 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

3.4

  • Released on 11th September 2016
  • Removed ‘srcset’ and ‘sizes’ attributes.
  • Fixed PHP notice that could happen in some cases.

3.3

  • Released on 15th April 2016
  • Fixed PHP notice in Nav_Menu_Images_Admin::attachment_fields_to_save()
  • Wrap image in AJAX response in <div> tag
  • Change translations text domain
  • Removed languages folder

3.2

  • Released on 14 January 2014
  • Fixed PHP notice in NMI_Walker_Nav_Menu_Edit::start_el()
  • Don’t pass class object by reference
  • Maybe fixed issues with “Missing argument 3 for Nav_Menu_Images::register_menu_item_filter()” errors
  • Add ‘has-image’ class to the menu item that has image

3.1

  • Released on 12th August 2013
  • Don’t cache media frame and instead load new each time
  • Don’t overwrite wp.media.view.settings but extend it, and only with post data
  • Force listing of images uploading only to current post

3.0

  • Released on 26th March 2013
  • Add support for active and hover menu item images

2.0

  • Released on 11th February 2013
  • Use new media views for WordPress 3.5+
  • Add more hooks for developers

1.0

  • Released on 22nd October 2012
  • Initial release