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

WPML flag in menu Extended

描述

Shows translated flags (for every language except current viewing lang) in any selected menu in the plugin settings
LTR support

In addition to the plugin from Ramon Fincken, this plugin let you select on which menu you want to add the language flags.
You can even make an empty menu and make it dedicated for your language flags and put it as a custom menu in the sidebar.

To make the flags appear on a translated menu, you go in the settings of the plugin and add the translated menu to the selection
you made. This has to be done with every translated menu where you want the flags to appear. So, if you just have translated a
menu. Go back to the options of the widget and you will see that this translated menu is added to the list. Select this menu too and
save the options.

See other notes tab for explanation

Visit: http://www.enovision.net/wpml_flag_in_menu_extended/ for more explanation.

additional classes

You can also add an additional class for the IMG and LI tag. On the LI tag is automatically added the class “not-last” for all
flag items but the last one, and “last” for the last flag.

Now you can add some styling like:

/* make a border around the flag icon */
img.wpml_flags {
    border : 1px solid #f1f1f1;
}

/* bring the icons a bit closer together */
li.wpml_flags.not-last {
    margin-right : -20px;
}

/* a little left padding after the flag, when name is used too */
.wpml_flags_name {
    padding-left : 10px;
}

You can find these styles in the style.css in the css directory of the plugin.
Modify this to your own requirements.

How to right justify the menu’s on a menu?

You can add a wrapper class around the flags and put some CSS styles on it.

In the wrap element you put: div
In the wrap extra classes you put: flag_wrapper.

 #main-nav ul div.flag_wrapper {
    float: right;
}

In the wrap element you put: span
In the wrap extra classes you put: flag_wrapper.

 #main-nav ul span.flag_wrapper {
    float: right;
    line-height: 14px; /* this could be different */
}

How to add a menu to a seperate widget area?

  1. Create a new menu f.e. “Language Selecter”
  2. Add a custom link to this menu with in the label: [wpml_flag_menu]
  3. Save the menu
  4. Create/Translate the menu in all your languages (to make it exists in all languages)
  5. Modify the wmpl_flag_menu settings and select the menus used created/translated
  6. Save the settings
  7. Add a custom menu widget to the sidebar or any other widget area and select the “Language Selecter” as selected menu
  8. Save the settings and look for the result

Limitations

This plugin will not create flags on the main navigation menu of SOME(!) Genesis Framework (child) Themes !!!

Coding by: Johan van de Merwe

螢幕截圖

  • Sample of a horizontal menu with flags
  • Sample of a vertical menu with flags in sidebar
  • Settings panel (general settings)
  • Settings panel (styling)
  • Custom menu installation
  • Right adjusted menu

安裝

  1. Upload directory wpml-flag-in-menu-extended to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Select menu’s where you want the flags to appear in the Settings/WPML Flags in Menu Extended Dashboard option
  4. You are done!

常見問題

Visit http://www.enovision.net/contact/ and drop your question.

評價

2017年3月12日
Much better than the WPML options themselves so you can hide the flaf of the current language. Fast and Easy!
閱讀全部9個評價

貢獻者及開發者

“WPML flag in menu Extended” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WPML flag in menu Extended 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.7

  • Added the possibility to have wrapper classes around the flag’s li elements

1.6

  • Added setting that makes it possible to show also the flag of the active langauge

1.5

  • Solved the issue that the plugin broke down due to using the same class name as in the WPML plugin.
  • Split the settings in “General Settings” and “Styling”
  • Some code optimisation
  • Tested with version 3.3.1 of WPML (thanks to Han Six D. at montemeleto.com)

1.4

  • Solved a bug that in some cases no flags would show in case the menu item that was send in the arguments of the main function was a string instead of an object

1.3

  • Updated the menu link in the admin menu, it didn’t show up when WP Better Security plugin is installed
  • Corrected the hover on the last menu flag, sometimes it didn’t add the “last” CSS class
  • Added height and width for the flag image to the settings of this plugin (default = 16×16)

1.2

  • Added menu in seperate widget area
  • Added language name added to the icon
  • Additional settings in the admin panel

1.1

  • Minor update

1.0

  • First release