Maintenance Mode Pro – WPOS

Getting Started with Maintenance Mode Pro

Maintenance Mode Pro adds a Menu tab in WP Admin side with the name “Maintenance Mode Pro” where you can customize the page as per your need with beatiful templates.
Screen shows “Maintenance Mode Pro” tab in the left side.

Maintenance Mode General Settings

  1. Enable Maintenance Mode: To Enable Maintenance Mode click on the checkbox..
  2. Display Notice: Admin notice setting inform you are active Maintenance Mode settings.
  3. Page Title: Page Title of the Maintenance Mode Page which shows in the tab bar at top.
  4. Website Logo: Logo of your website.
  5. Website Logo Width: You can adjust the logo width from here with px size.
  6. Page Heading: The Title of the Maintenance Mode.
  7. Page Text: Message of your Maintenance Mode. You can add any html content here.
  8. Copyright Text: Copyright text of your website.
  9. Page Background Color: Background color of the page if you do not want to use any image.
  10. Page Background Image: Background Image of the Maintenance Mode.
  11. Google Analytics Code: Paste your Google Analytics code here with ‘script tag’.

Maintenance Mode Timer Settings

  1. Expiry Date and Time: Timer Expiry Date and Time
  2. Timer Label Text Color: Select Timer label color like Hours, Minutes and etc.
  3. Timer Digit Text Color: Select Timer clock digit color.
  4. Timer Clock Options: Unmark relevant box to hide that label for your Timer and you can change the text of the Days, Hours, Minutes and Seconds as well.
  5. Choose Style: There are list of Timer designs available. Choose any from the dropdown.(also you can change the clock setting as per your need.)

Maintenance Mode Circle Clock Settings

  1. Choose Animation: Choose circle animation style from the dropdown.
  2. Circle Width (Foreground): Width of the circle. You just need to drag the mouse to adjust the width of the circle.
  3. Background Width: Background width of the circle. You just need to drag the mouse to adjust the background width of the circle.
  4. Countdown Timer Width: Enter countdown timer width.
  5. Background Color: Background color of the countdown timer.
  6. Foreground Color: You can change the foreground color of the Days, Hours, Minutes, Seconds.

Maintenance Mode Social Settings

  1. Open Link in a New page: Check this box to open social links in a new page.
  2. Social Profile URL: You can display your social sites page here. just paste your social sites url here.

Maintenance Mode Subscription Settings

  1. Enable Subscription: Mark this box to enable subscription form.
  2. Subscription Title: Enter the title of your subscription form.
  3. Subscription Form Code: Paste your subscription form code here.

Maintenance Mode Access Settings

  1. Whitelisted User Roles: To select user roles which will not be affected by the under maintenanace mode and will always see the “normal” site.
  2. Exclude Page OR IP: Add URL or IP to exclude from maintenance mode.

Maintenance Mode Misc Settings

Custom CSS: Apply css form here only if you want to change any css.

Template Structure + Overriding templates via a theme

The template files of maintenance mode contain the markup and template structure for the front-end of your site. If you open these files you’ll notice they all contain many hooks which will allow you to add / move content without having to edit the template files themselves. This method protects even further against any upgrade issues as the template files can be left completely untouched.

Alternatively, you can edit these files in an upgrade safe way through overrides. Simply copy it into a directory within your theme named /maintenance-mode-by-wpos, keeping the same file structure.

Example : To override the maintenance mode pro design file simply copy file from /maintenance-mode-pro-by-wpos/templates/maintenance-template-1.php to yourtheme/maintenance-mode-pro-by-wpos/maintenance-template-1.php