Beskrivning
WP Modalplate is possibly the easiest and cleanest way to add responsive modals to your website! To see an example you can go to modalplate.jamesdbruner.com and take a look.
How to use it
There are two shortcodes here and you need to use both. Here’s an example of how to use these shortcodes together:
[modalplate_trigger]Example Button[/modalplate_trigger]
[modalplate title="Example Title"]Example content[/modalplate]
NOTE FOR THEME DEVELOPERS: This plugin makes use of both wp_head() and wp_footer() so if your theme is missing either you may experience issues using this plugin.
Special thanks to @chrishumboldt for creating the original Modalplate plugin. Check out WebPlate to see more of his awesome work.
Skärmdumpar
Installation
- Upload
wp-modalplate.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ’Plugins’ menu in WordPress
- Use the shortcodes [modalplate_trigger][/modalplate_trigger] and [modalplate][/modalplate] in the page/post you want
Vanliga frågor
None so far…
Recensioner
Bidragsgivare och utvecklare
”WP Modalplate” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”WP Modalplate” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
Version 1.0
- Initial commit