Modal Window - create popup modal window
WordPress popup plugin for easily creating a popup and modal window with any kind of content and settings.
Next Milestone 20K
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| modal window | 39 | — | Tag | 8 hours ago |
| modal popup | 121 | — | Tag | 8 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 6.2.3
- Last Updated
- Dec 02, 2025
- Requires WP
- 5.0+
- Tested Up To
- 6.9
- PHP Version
- 7.4 or higher
- Author
- Wow-Company
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 3.8
- Reviews
- 36
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Modal Window - create popup modal window
Setup your modal window
Click Save
Copy and paste the shortcode, such as [Modal-Window id=1], to where you want the modal window to appear. For Example: insert shortcode [Modal-Window id=1] into a page/post content
If you want it to appear everywhere on your site, you can insert it for example in your footer.php, like this: <?php echo do_shortcode('[Modal-Window id=1]');?>
Prevent page jumping to top when opening modal
If the page jumping to the top when opening a modal via a link lower down on a page add the next CSS code:
html.no-scroll, body.no-scroll {
overflow: visible !important;
}
In the site dashboard:
Go to the page ‘Appearance’->’Customize’
Click ‘Additional CSS’
Add CSS code
Click ‘Publised’
ID - wow-modal-close-X, like <span id="wow-modal-close-X">Close Popup</span>
URL - #wow-modal-close-X, like <a href="#wow-modal-close-X">Close Popup</a>
Where X = Modal window ID
The modal window on the frontend does not change after making changes to the settings
If you use the cache (W3 Total Cache, WP Super Cache, WP Rocket) or minify plugins (Autoptimize, Fast Velocity Minify) try deactivate them and tested the modal window.
If the modal window shows correctly, reset the cache of these plugins.
The modal window not show
Check whether you have inserted a modal window on the page. You can insert the modal window via shortcode or option 'Publish' -> 'All posts and pages'
Check that the site's protocol matches WordPress Address (URL) & Site Address (URL) in the Settings-> General
Copy and paste the shortcode, such as [Modal-Window id=1], to where you want the modal window to appear.
Insert a link like <a href="https://wow-estore.com/#wow-modal-id-1">Open Modal Window</a> to the page.
Copy and paste the shortcode, such as [Modal-Window id=1], to where you want the modal window to appear.
Insert a button like <button id="wow-modal-id-1">Open Modal Window</button> to the page.
Can I insert a shortcode into the modal window?
Yes, you can inert any shortcode into the content of modal window
The modal window doesn't scrolling
This happens if the height of the modal is set to auto and is less than the height of the screen.
To solve this problem:
Set the value to option "Modal Height"
Select the value "Modal Height" % or px, but not auto