Plugin info

Total downloads: 5,951
Active installs: 100
Total reviews: 4
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/21/2013 (4576 days ago)
Added to WordPress: 2/26/2013 (12 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 3.5.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4576 days ago • 4 reviews

22/100

Is Vihv Menu abandoned?

Possibly abandoned (last update 4576 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 3.5.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Adds menu icons, menu item css class, menu link XFN, menu item description and ability to open menu link in new window. All using default Appearance->Menus.

Icons will be displayed with default menu walker. If you use your own you can add images to menu with $output .= apply_filters( ‘walker_nav_menu_start_el’, $output, $item, $depth, $args ); or get icon url with get_post_meta($menu_item_id, ‘_vihv_menu_icon’, true); and display anywhere you want. Enjoy!

Installation

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

Frequently Asked Questions

I add icon urls to menu, but they are not displayed in frontend, how can I work around?

Most themes use custom menu walkers, instead of wp default Walker_Nav_Menu. And some of developers don’t call ‘walker_nav_menu_start_el’ filter. You need to find menu walker class in your theme code (search for files which contain ‘extends Walker_Nav_Menu’ and ‘extends Walker’) and add apply_filter rule at the end. See wp-includes/nav-menu-template.php as example. Alternatively you can use get_post_meta($menu_item_id, ‘_vihv_menu_icon’, true) to receive icon url inside menu walker code and use it as you want.

How can i ask a question?

You can send your questions to [email protected].

Review feed

No reviews available

Screenshots

  1. Screenshot

    Screenshot

Changelog

2.4

-icons are now visible in backend
-then icon path has no http:// at the beginning, first suggestion will be http://your.site/path/to/your/theme/path-you’ve-entered, if file won’t be found next suggestion will be http://your.site/path-you’ve-entered, so you can use shorter paths now

2.3

relative icon urls are now copatible with multilingual plugins like WPML

2.2

Alternate text for logo images