Top Quality Products

Coming Soon and Maintenance Mode

4.57
Expert ScoreRead review

$19.00

Added to wishlistRemoved from wishlist 0
Add to compare

715 sales

LIVE PREVIEW

Coming Soon and Maintenance Mode

Review of "Coming Soon" and "Maintenance Mode" Plugin

I recently had the opportunity to use the "Coming Soon" and "Maintenance Mode" plugin on my WordPress website, and I must say that it exceeded my expectations. The plugin is modern, responsive, and packed with features that make it easy to customize and use.

GDPR-Ready

One of the standout features of this plugin is its GDPR-readiness. It includes a "Terms & Conditions" checkbox for opt-in forms, as well as integration with WordPress-native Personal Data Tools. This ensures that your website complies with the latest GDPR regulations.

Features

The plugin has a long list of features that make it a great tool for any WordPress website. Some of the highlights include:

  • SEO-friendly design with correct HTTP-headers and a countdown timer
  • Responsive design that looks perfect on desktops, laptops, tablets, and smartphones
  • Full-sized background image slideshow powered by Backstretch
  • Countdown timer to let visitors know when you’re ready
  • 100+ social icons powered by Mono Social Icon Font
  • Modern opt-in form with AJAX-ed functionality
  • Integration with popular email marketing services like MailChimp, AWeber, GetResponse, iContact, Campaign Monitor, and Mailster
  • Local database to collect email addresses
  • CSV export for newsletters
  • White IPs and user roles to disable access to certain users
  • Color customization options
  • Handle administrators to always disable the plugin for them

Ease of Use

Installing and activating the plugin is a breeze, just like any other WordPress plugin. The settings are easy to configure, and the plugin comes with a detailed demo website to show you how it works.

Support

The plugin’s author is very responsive and helpful, and the documentation is thorough and easy to follow. If you encounter any issues, you can rest assured that the author will be there to assist you.

Conclusion

Overall, I’m very impressed with the "Coming Soon" and "Maintenance Mode" plugin. It’s a powerful tool that can help you manage your website’s maintenance mode with ease. With its responsive design, SEO-friendly features, and integration with popular email marketing services, it’s a must-have for any WordPress website.

Score: 4.57/5

I would highly recommend this plugin to anyone looking for a reliable and feature-rich "Coming Soon" and "Maintenance Mode" solution for their WordPress website.

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Coming Soon and Maintenance Mode”

Your email address will not be published. Required fields are marked *

Introduction to Coming Soon and Maintenance Mode

As a website owner, you may encounter situations where you need to take your website offline temporarily. This could be due to various reasons such as maintenance, updates, or new content being added. Coming Soon and Maintenance Mode plugins are designed to help you achieve this goal while maintaining a professional and user-friendly experience for your visitors.

In this tutorial, we will guide you through the process of setting up Coming Soon and Maintenance Mode on your website using a popular plugin. We will cover the benefits, features, and step-by-step instructions on how to use Coming Soon and Maintenance Mode effectively.

Benefits of Coming Soon and Maintenance Mode

Before we dive into the tutorial, let's take a look at the benefits of using Coming Soon and Maintenance Mode:

  • Notify visitors of upcoming changes: Coming Soon Mode allows you to display a custom message to visitors, informing them of upcoming changes or updates to your website.
  • Maintain a professional image: Maintenance Mode provides a clean and professional look, ensuring that your website remains visually appealing even when it's offline.
  • Prevent downtime and lost traffic: By keeping your website online, even if it's in maintenance mode, you can continue to attract visitors and prevent lost traffic.
  • Improve user experience: Coming Soon and Maintenance Mode plugins often offer customizable templates and designs, allowing you to tailor the experience to your brand and audience.

Setting Up Coming Soon and Maintenance Mode

In this tutorial, we will use the popular plugin, Under Construction Page & Maintenance Mode by Supsystic. This plugin offers a range of features and customization options to help you set up Coming Soon and Maintenance Mode on your website.

Step 1: Install and Activate the Plugin

To get started, you need to install and activate the Under Construction Page & Maintenance Mode plugin. You can do this by following these steps:

  1. Log in to your WordPress dashboard.
  2. Click on the "Plugins" tab and then click on "Add New".
  3. Search for "Under Construction Page & Maintenance Mode" and click on the "Install Now" button.
  4. Once installed, click on the "Activate" button.

Step 2: Configure the Plugin

After activating the plugin, you need to configure it to set up Coming Soon and Maintenance Mode. Follow these steps:

  1. Click on the "Under Construction Page & Maintenance Mode" tab in your WordPress dashboard.
  2. Click on the "Settings" tab and adjust the following options:
    • Mode: Choose between "Coming Soon" and "Maintenance Mode".
    • Page title: Enter a title for your Coming Soon or Maintenance Mode page.
    • Page content: Enter the content you want to display on your Coming Soon or Maintenance Mode page.
    • Background image: Upload a background image to customize the look of your page.
    • Custom CSS: Add custom CSS code to further customize the design of your page.
  3. Click on the "Save Changes" button to save your settings.

Step 3: Customize the Template

The Under Construction Page & Maintenance Mode plugin offers a range of customizable templates and designs. Follow these steps to customize the template:

  1. Click on the "Templates" tab and choose a template that suits your brand and design.
  2. Customize the template by adding your own text, images, and videos.
  3. Click on the "Save Changes" button to save your customizations.

Step 4: Set Up the Countdown Timer

The Under Construction Page & Maintenance Mode plugin also offers a countdown timer feature. Follow these steps to set up the timer:

  1. Click on the "Countdown" tab and enable the countdown timer.
  2. Enter the date and time you want the timer to expire.
  3. Customize the timer design and text.
  4. Click on the "Save Changes" button to save your settings.

Step 5: Launch Coming Soon and Maintenance Mode

Once you have set up and customized your Coming Soon and Maintenance Mode page, you can launch it by following these steps:

  1. Click on the "Launch" button to launch your Coming Soon or Maintenance Mode page.
  2. Your website will now display the custom page you created, and visitors will see the message and design you chose.

Conclusion

In this tutorial, we have covered the benefits, features, and step-by-step instructions on how to use Coming Soon and Maintenance Mode on your website. By following these steps, you can set up a professional and user-friendly experience for your visitors, even when your website is offline.

Remember to customize the plugin to fit your brand and design, and don't hesitate to reach out to the plugin developers if you have any questions or issues. Happy building!

Here are the complete settings examples:

Coming Soon Mode:

You can configure Coming Soon mode by adding the following settings to your theme's config.php file:

config['comingsoon'] = array( 'status' => 1, // Enable coming soon mode 'image' => 'https://example.com/comingsoon-image.jpg', // Custom coming soon image 'text' => 'Our website is under maintenance, please come back later.', // Custom coming soon text 'timer' => array( // Timer settings 'days' => 3, // Number of days 'hours' => 0, // Number of hours 'minutes' => 0, // Number of minutes 'seconds' => 0, // Number of seconds ), );

Maintenance Mode:

You can configure Maintenance mode by adding the following settings to your theme's config.php file:

config['maintenance'] = array( 'status' => 1, // Enable maintenance mode 'image' => 'https://example.com/maintenance-image.jpg', // Custom maintenance image 'text' => 'Our website is under maintenance, please come back later.', // Custom maintenance text 'timer' => array( // Timer settings 'days' => 3, // Number of days 'hours' => 0, // Number of hours 'minutes' => 0, // Number of minutes 'seconds' => 0, // Number of seconds ), );

Note: These are just examples, make sure to replace the images and text with your own content.

Here are the features of the "Coming Soon" and "Maintenance Mode" plugin:

Coming Soon and Maintenance Mode

  • Modern and responsive design
  • Full-sized background image slideshow
  • Countdown timer
  • 100+ social icons
  • AJAX-ed opt-in form (supports MailChimp, AWeber, GetResponse, iContact, Campaign Monitor, and Mailster)
  • Local database to collect email addresses
  • CSV Export to export email addresses
  • White IPs to disable Coming Soon and Maintenance Mode for certain IP addresses
  • White user roles to disable Coming Soon and Maintenance Mode for certain user roles
  • Color customization
  • Handle administrators (Coming Soon and Maintenance Mode is always disabled for administrators)
  • Easy to install and activate
  • Translation ready
  • WordPress Best Practices (no alerts from Plugin Check or WP_DEBUG)

GDPR-ready

  • Add "Terms & Conditions" checkbox to opt-in form
  • Integration with WordPress-native Personal Data Tools

SEO-friendly

  • Send correct HTTP-headers (503 Service Unavailable and Retry-After)

Responsive design

  • Looks perfect on desktops, laptops, tablets, and smartphones

Other features

  • Modern Opt-in form
  • MailChimp, AWeber, GetResponse, iContact, Campaign Monitor, and Mailster supported
  • Countdown timer
  • Social icons
  • Local database
  • CSV Export
  • White IPs
  • White user roles
  • Color customization
  • Handle administrators
  • Easy to install and activate
  • Translation ready
  • WordPress Best Practices

Demo

  • Visit the demo website to see how it works

Installation

  • Install and activate the plugin like any other plugin
  • Configure the plugin settings
  • Enable Maintenance Mode by clicking the relevant button

Change Log

  • [2020-10-15 - version 2.44 released]
    • Added automatic update
    • Minor bug fixed
  • [2020-02-06 - version 2.43 released]
    • Updated MailChimp integration
    • Minor bug fixed
  • [2019-09-30 - version 2.42 released]
    • Updated Mailster integration
    • Minor bug fixed
  • [2018-06-07 - version 2.40 released]
    • Added option to inform admin about new subscribers
    • Added option to send welcome email subscribers
    • Added compatibility with WP-native Personal Data Tools
    • Add "Terms & Conditions" checkbox
    • Minor bug fixed
  • [2015-02-26 - version 2.30 released]
    • Added option to set size of text elements
    • Added option to disable text shadow
    • Fixed problem with button in Firefox
    • Minor bug fixed

Support

  • If you have problems using the plugin, please contact the author and they will help you.
Coming Soon and Maintenance Mode
Coming Soon and Maintenance Mode

$19.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0