Linux 软件免费装
Banner图

Amitry Maintenance Mode & Coming Soon

开发者 amitry
更新时间 2026年5月29日 22:32
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

under construction coming soon maintenance mode landing page maintenance page

下载

1.0.0 1.0.1

详情介绍:

Stop guessing how your maintenance page will look. Amitry Maintenance Mode brings a true real-time live preview to maintenance pages. Edit the headline, switch a color, swap the logo - the preview reflects it instantly. No "save and check" cycle. Whether your site is under construction, coming soon, or temporarily down for maintenance, this plugin gets you a polished, SEO-friendly page in under a minute. The setup wizard walks you through the basics. The settings page handles the details. The live preview shows you exactly what visitors will see. Why this plugin Free vs Pro The free version is a complete, polished maintenance plugin. Everything you need to put your site in maintenance or coming-soon mode is included. No locked features, no hidden upsells, no nag screens. The Pro add-on adds: Learn more about Pro Built for developers This plugin exposes a clean hook API so other plugins (including the Pro add-on) can extend it without hacking the core: The hook contract is versioned. Pro and third-party add-ons can check AMM_HOOK_VERSION on activation to ensure compatibility. Compatibility Privacy Amitry Maintenance Mode does not track users, does not phone home, and does not load external resources. All assets are served from your own domain. No data leaves your site.

安装:

  1. In your WordPress admin, go to Plugins -> Add New
  2. Search for "Amitry Maintenance Mode"
  3. Click Install Now, then Activate
  4. The setup wizard launches automatically. Walk through the three steps and you are ready
Manual installation:
  1. Download the plugin ZIP from WordPress.org
  2. Upload to /wp-content/plugins/ and unzip, OR upload via Plugins -> Add New -> Upload Plugin
  3. Activate the plugin
  4. Go to Maintenance in the WordPress admin sidebar to configure

屏幕截图:

  • Setup wizard - pick a template that matches your situation
  • Frontend Construction template - clean, centered maintenance layout
  • Frontend Coming Soon template - hero-style layout for upcoming launches
  • Animated login modal - admin login slides in without a full page reload
  • Mobile view - all templates are mobile-first and theme-conflict-resistant

升级注意事项:

1.0.1 Fixes the Pro link and improves the mobile login button position. 1.0.0 Initial release.

常见问题:

Does it work with WooCommerce, Elementor, Gutenberg, or page builders?

Yes. The plugin renders its own standalone HTML page when maintenance is active, completely independent of your theme or page builder. When maintenance is off, your normal WooCommerce shop, Elementor pages, and block-editor content work as usual. You can also exclude specific pages from maintenance, so for example your shop checkout could stay live while the rest of the site is in maintenance.

Will I lose my SEO rankings during maintenance?

No, not if you use the default settings. The plugin sends a 503 Service Unavailable HTTP status code along with a Retry-After header. This tells Google and other search engines that the downtime is temporary and they should not deindex your content. The page also defaults to noindex, nofollow on the robots meta tag. This is the WordPress-recommended way to handle maintenance and is much safer than just showing a static page with 200 OK status.

How do I keep some pages accessible during maintenance?

Go to Maintenance -> Excluded Pages in the admin. You can:

  1. Pick specific pages by title (page picker with live search)
  2. Add URL patterns one per line (e.g. /feed, /shop/*, /api)
The Pro version adds wildcard pattern support for advanced URL matching.

Can I add custom HTML or CSS to the maintenance page?

The free version supports basic HTML in the description (strong, em, a, br tags). For full custom CSS and JavaScript, you can use the Pro add-on or hook into amm_render_html and amm_head_extra from a custom plugin.

What about cache plugins? Will users still see the maintenance page after I turn it off?

The plugin auto-flushes the major cache plugins when you toggle maintenance on or off, and when you change visible settings. Supported: W3 Total Cache, WP Super Cache, WP Rocket, LiteSpeed Cache, SG Optimizer (SiteGround), Cache Enabler, Comet Cache, Hummingbird, and Autoptimize. The maintenance page itself also sends Cache-Control: no-cache, no-store, must-revalidate headers so browsers and CDNs do not cache it.

I locked myself out. How do I disable maintenance?

You should not be able to lock yourself out, because administrators always bypass the maintenance page. This is hardcoded and cannot be turned off, exactly to prevent this scenario. If for some reason you still cannot reach the admin, you can disable the plugin via FTP: rename the wp-content/plugins/amitry-maintenance-mode/ folder to anything else (e.g. amitry-maintenance-mode-off) and WordPress will automatically deactivate it.

Which user roles can see the site while maintenance is on?

By default, only administrators bypass the maintenance page. You can configure additional roles (Editor, Author, Contributor, Subscriber, custom roles) to also bypass it under Maintenance -> Access. Administrators always bypass, even if you accidentally remove the role from the list. This is a deliberate lockout protection.

Is this plugin GDPR-compliant? Does it track anyone?

No tracking. No external calls. No analytics. No cookies set by the plugin itself. The plugin runs entirely on your own server. No data leaves your site. All assets (CSS, JavaScript, images) are served from your own domain. If you enable Google Analytics in the Pro add-on, that is the only optional integration that talks to a third party, and it is fully under your control.

How do I uninstall and remove all data?

Deactivate and delete the plugin via the Plugins screen. The uninstall script removes all settings from wp_options automatically. No leftover data, no orphan database entries.

How do I run the setup wizard again later?

Go to Maintenance -> Settings and look for the "Setup" card in the right sidebar. Click "Run setup wizard" to walk through it again.

更新日志:

1.0.1 1.0.0