Modal Window – create popup modal window
by Wow-Company 3.8 (36 reviews)

Modal Window – create popup modal window

WordPress popup plugin for easily creating a popup and modal window with any kind of content and settings.

Modal Window ranks #2,006 among WordPress.org plugins with 10,000+ active installations, is #251 of 8,547 in the Customization category, a 3.8/5 rating from 36 reviews, and was last updated Aug 25, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1
v6.3 Current Version v6.3
Updated 3 weeks ago Last Update on 25 Aug, 2026
Refreshed 6 hours ago Last Refreshed on
#251 of 8,547 in Customization Top 5% by installs Downloads -30.8% this week Actively maintained
View on WordPress.org
Rank
#2,006
No change
Active Installs
10K+
-21.9%
KW Avg Position
46.4
No change
Downloads
435.6K
+16 today
Support Resolved
0%
No change
Rating
76%
Review 3.8 out of 5
3.8 (36 reviews)

Next Milestone 20K

Total Progress 27%
10K+ 20K+
585
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

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
Upgrade to Pro
Need 7,304 more installs to reach 20K+

Rank Changes

1,903 1,954 2,005 2,055 2,106 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
1,903 1,955 2,007 2,058 2,110 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Current #2,006
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 100 200 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
0 100 200 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

3.8
36 reviews
Overall 76%
5
21 (58%)
4
2 (6%)
3
4 (11%)
2
1 (3%)
1
8 (22%)

Security History

Source: WPVulnerability

7 known vulnerabilities on record · 2 in the last 24 months · checked 1 week ago

  1. Modal Window – create popup modal window [modal-window] < 6.1.6

    CVE-2025-0897 · Fixed in v6.1.6

  2. Modal Window – create popup modal window [modal-window] < 6.1.5

    CVE-2025-24717 · Fixed in v6.1.5

  3. Modal Window – create popup modal window [modal-window] < 6.0.4

    CVE-2024-43346 · Fixed in v6.0.4

  4. Modal Window – create popup modal window [modal-window] < 5.3.10

    CVE-2024-3472 · Fixed in v5.3.10

  5. Modal Window – create popup modal window [modal-window] < 5.3.9

    CVE-2024-2457 · Fixed in v5.3.9

  6. Modal Window – create popup modal window [modal-window] < 5.3.6

    CVE-2023-5161 · Fixed in v5.3.6

  7. Modal Window – create popup modal window [modal-window] < 5.2.2

    CVE-2021-25051 · Fixed in v5.2.2

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site owners who want to add popups or modal windows without coding. It solves the problem of engaging visitors and driving conversions by displaying custom content, forms, or media in modal windows triggered by user actions.

  • Unlimited modal windows
  • HTML content editor
  • Floating button trigger
  • Video and iFrame shortcodes
  • Multiple open triggers
  • Custom styling options
  • Responsive width control
  • Import/export settings

Frequently Asked Questions

Common questions about Modal Window – create popup modal window

Click Add new to create your first 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’
You can сlose popup via adding to the element: Class - wow-modal-close-X, like <span class="wow-modal-close-X">Close Popup</span> 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>
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
Create a modal window 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.
Create a modal window 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.
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

More plugins by Wow-Company

Sign In / Register

You need to sign in or register to use this feature.