#WP Post Modal
Contributors: allurewebsolutions
Donate link: https://allurewebsolutions.com/product/donation
Tags: modal, popup
Requires at least: 3.4
Tested up to: 4.7.3
Stable tag: 1.4.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin allows you to open up page content inside a modal window from another page.
== Description ==
This plugin allows you to open up page content inside a modal window from another page.
== Installation ==
- Upload
wp-post-modal.zip
to the/wp-content/plugins/
directory and extract - Activate the plugin through the 'Plugins' menu in WordPress
- Add the class
modal-link
to open the href of that link into a modal window - If you want to show an external page in the modal, add the attribute
data-div="#id"
to your .modal-link where the id is the container on the target external page that you would like to display inside the modal - A page can have multiple modal links
== Frequently Asked Questions ==
= What content will be shown in the modal? =
Only the content of the page you write in the WordPress WYSIWYG editor will appear in the modal. Any headers, footers, etc will not appear.
== Screenshots ==
- screenshot-1.png
== Changelog ==
= 1.0 =
- Initial release
= 1.4 =
- Added color overlay
= 1.4.1 = 1.4.1: Bug fix