Περιγραφή
A modern lightbox modal integration for Ninja Forms. Fully updated to work with the latest WordPress, PHP, and Ninja Forms versions.
Features
- Opens any Ninja Form inside a modern, animated modal.
- Fully responsive with mobile-friendly behavior.
- Accessible: focus trap, keyboard navigation, and ARIA roles.
- Simple shortcode integration.
Usage
Add the shortcode where you want your modal button to appear:
[nfmm_modal id=”1″ text_link=”Contact Us”]
Attributes:
* id — Required. The ID of your Ninja Form.
* text_link — Optional. The button text. Defaults to “Open Form”.
Accessibility
- Uses
role="dialog"andaria-modal="true". - Focus is trapped inside the modal while open.
- ESC closes the modal.
- Focus returns to the triggering button when closed.
Developer Notes
- Styles are located in
/css/modal.css. - Scripts are located in
/js/modal.js. - Shortcode logic in
/includes/shortcodes.php.
License
This plugin is licensed under the GPLv2 or later.
You’re free to modify and redistribute it under the same license.
Εγκατάσταση
- Upload the
modern-modal-nffolder to/wp-content/plugins/. - Activate the plugin in Plugins Installed Plugins.
- Add your shortcode where needed.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Modern Modal for Ninja Forms” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΤο “Modern Modal for Ninja Forms” έχει μεταφραστεί σε 1 γλώσσα. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.
Μεταφράστε το “Modern Modal for Ninja Forms” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.0
- Initial release.
- Fully responsive modal with Ninja Forms integration.
- Basic accessibility improvements.