The website is in operation, and it is inevitable that there will be situations where the website needs to be temporarily closed, such as system upgrades, data maintenance, or business adjustments, etc.How to clearly and professionally convey the current status of the website to visitors, to avoid them seeing a rigid error page, is particularly important.For users using AnQiCMS, the good news is that the system has fully considered this point and provided a very flexible shutdown prompt information setting function.
Yes, Anqi CMS fully supports displaying the custom prompt information you set when the website is closed.This feature was introduced as early as in the v1.0.0-alpha version, and has become more mature and user-friendly with the continuous improvement of the system.This means that when your website needs to be temporarily offline, you can say goodbye to the cold '404' or 'server error' pages and instead display a well-designed, informative shutdown notice.
How to enable and set the shutdown prompt information
Managing the shutdown status of the website in Anqi CMS is very intuitive.You just need to log in to the background management interface, go to the "Background Settings" under the "Global Function Settings".Here, you will find an option named "Website Status".
When you set the "website status" to "shutdown", the front-end access of the website will be switched to shutdown mode.Immediately below, there will be a 'station closure prompt' box.You can enter any text information you want to display to visitors here, such as: 'The website is under maintenance and is expected to be restored in XX hours', 'Thank you for your visit, we are undergoing an important upgrade, please try again later' and so on.The system will display the text you enter here as the default shutdown prompt to all visitors of your website.
This text box is not limited to simple text; you can also insert basic HTML tags such as bold, italic, simple paragraph tags, and even some links to provide richer information.This allows for a certain degree of customization without touching the code.
Beyond text: Deeply customized standalone page
The strength of Anqi CMS lies in its ability not only to allow you to customize the shutdown prompt text but also to have complete control over the shutdown page. In the system's template design, there is a dedicated template file for the shutdown status -errors/close.html.
This means that if you are not satisfied with the default prompt style or layout of the station page, or if you want to display more complex elements on the station page, such as a corporate logo, specific images, contact information (you can directly call
...{% contact %}Label get the contact information from the background settings, social media links, even countdown timers, you can directly modify thiserrors/close.htmlFile. By editing this template, you can fully control the visual presentation of the landing page, ensuring it remains consistent with your brand image. Inerrors/close.htmlthe template, you can also use{% system with name="SiteCloseTips" %}Label to dynamically retrieve the shutdown prompt text you enter in the background "Global Function Settings" and perfectly combine it with custom design.
Why is it so important to customize the shutdown prompt?
A well-designed closing page tip is crucial for website operation. It is not just a simple notification, but also carries the responsibility of maintaining customer relationships and brand image:
- Improve user experience:Avoid users feeling confused or frustrated when they see the system error page. A clear and friendly prompt can help users understand the situation and reduce negative emotions.
- Maintain brand image: Even if the website is temporarily offline, a professional and branded shutdown page can reflect your attention to detail and respect for users, maintaining the professional image of the company.
- Clear communication:The shutdown page is the window of communication between you and your users. You can use it to explain the reasons for the website shutdown, the expected recovery time, and even provide other contact methods to make users feel valued.
- Guide user behavior:Provide alternative options on the shutdown page, such as guiding users to follow your social media, leave an email to receive notifications, or visit other sub-sites, which can convert potential lost users into active users on other platforms.
In conclusion, Anqi CMS considers every detail in website operations and even provides convenient and highly customizable solutions when the website needs to be temporarily closed.Whether it is a simple text prompt or a complex page design, Anqi CMS can help you professionally and elegantly handle the website shutdown status, to the greatest extent reduce the impact on user experience and brand image.
Frequently Asked Questions (FAQ)
How to enable or disable the website's shutdown feature?You can log in to the Anqi CMS backend and go to "Backend Settings" -> "Global Feature Settings".On this page, find the "Website Status" option, select "Closed" to enable, and "Open" to disable.
Where can the content of the shutdown prompt be modified, and does it support adding images or links?Basic site closure prompt text can be directly modified in the input box of "Background Settings" → "Global Function Settings" under "Site Closure Prompt". This input box supports simple text and HTML tags (such as<b>/<a>), thus you can add links. If you need to add images, more complex styles, or layouts, it is recommended to modify the current template directory under your location.errors/close.htmlFile, this can provide complete customization capabilities.
3. When the website is closed, will the user see a blank page or a designed page?The Anqi CMS defaults to displaying a based onerrors/close.htmlA template page. This means it will not be a blank page, but rather a page that you can design and layout by modifying the template file.You can add a logo, background image, detailed text descriptions, etc., to match your brand style, rather than just a system error prompt.