Categories

Featured templates

Drupal 7.x. How to manage Under Maintenance Page

Ammy Brown August 10, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

You already know how to put the website in maintenance mode in Drupal. This tutorial will show you how to change the maintenance mode message in Drupal 7.

Drupal 7.x. How to manage Under Maintenance Page

  1. Log into your admin panel.

  2. Open Configuration tab from the top admin panel menu.

  3. Find section named Development on the next screen and click on the Maintenance mode link:

    Drupal._How_to_manage_under_maintenance_page_1

  4. Change/enter message in Maintenance mode message window.

  5. Click Save configuration to save the changes:

    Drupal._How_to_manage_under_maintenance_page_2

To change ‘Site under maintenance’ message, please edit sites/all/themes/themeXXX/templates/maintenance-page.tpl.php file. Open it in any text editor on your computer. Make change on the line 91:

<h1 class="title page-title" id="page-title"><?php print $title; ?></h1>

Repalce <?php print $title; ?> with your text.

In order to change maintenance mode page logo, please upload your picture on the server to sites/all/themes/themeXXX folder (XXX is a number). Your logo image should have the same name and size as default demo template picture has.

Feel free to check the detailed video tutorial below:

Drupal 7.x. How to manage Under Maintenance Page

Drupal Responsive Templates
This entry was posted in Drupal Tutorials and tagged drupal, maintenance, page. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket