WP Accessible Modal
Simple Accessible Modal plugin
by Joseph C Dolson · github.com/joedolson/wp-accessible-modal · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/joedolson/wp-accessible-modal/archive/refs/heads/main.zipFrom the readme
WP Accessible Modal WordPress Plugin
Adds a simple accessible dialog shortcode.
This plugin is available with no support.
Basic usage is via the modal shortcode, with the following attributes & default values:
'text' = ( 'Open Modal', 'wpam' ),: the text used on the button to trigger the modal.
'prefix' = 'simple',: The CSS class used to prefix modal elements.
'title' = ( 'Modal Content', 'wpam' ),: the text for the modal dialog name.
'close' = ( 'Close', 'wpam' ),: the text for the modal close button.
'control' = '',: a selector, e.g. '#my-button' or '.reports .info-button' for an alternate control to trigger the modal content. Hides the standard button and attaches events to a control of your choice.
'content' = '',: An ID attribute, e.g. 'modal-content', that contains the information to include. Overrides shortcode contents.
The content of the modal should be between the opening and closing shortcode tags: [modal]Content of modal[/modal]
WP Accessible Modal for WordPress Build Environment
Tags: modal,dialog,wordpress
Requires at least: 6.0
Tested up to: 6.4
Stable tag: 1.1.0
This is the development environment for WP Accessible Modal for WordPress
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.