Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Genesis Accessible Dropdown Menu

Descrizione

Since Genesis version 2.0 SuperFish has been deprecated for HTML5 installs.
This plugin adds the missing keyboard accessibility for the dropdown menu’s again.

This is a modified version of the Keyboard Accessible Dropdown Menus Plugin by Amy Hendrix and Graham Armfield
Original code at http://github.com/sabreuse/accessible-menus and https://wordpress.org/plugins/accessible-dropdown-menus/

Modified: – included separate stylesheet in stead of inline style
– changed javascript and CSS to fit Genesis 2.0 class-references

The JavaScript adds the class wpacc-hover to the li.menu-item of a link on hover or focus
The CSS wpacc-hover changes the ul.submenu from
left: -9999px;
opacity: 0;
into
left: auto;
opacity: 1;

Tested with the Genesis Framework version 2.0.1

This plugin only works on the Genesis Framework version 2.0 and higher.

Installazione

Upload the zip file to the /wp-content/plugins/ directory
Activate the plugin through the ‘Plugins’ menu in WordPress

1.0

First release

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Genesis Accessible Dropdown Menu” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Genesis Accessible Dropdown Menu” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.