• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved How to disable "Start creating your website in the following ways:" message?

Tomek

Regular Pleskian
Is it possible to disable the message "Start creating your website in the following ways:"?

I use pre-installed Wordpress with a hosting plan, so I do not need to display this message. Unfortunately, it is a source of trouble for my clients and for me.
 

Attachments

  • screenshot-wpstacja.com-8443-2018.09.05-20-14-14.jpg
    screenshot-wpstacja.com-8443-2018.09.05-20-14-14.jpg
    28.6 KB · Views: 16
It is possible to hide "Start creating your website in one of the following ways" section for all customers via customizing .css file.

Create /usr/local/psa/admin/htdocs/theme/css/custom.css file with the following content:

# cat /usr/local/psa/admin/htdocs/theme/css/custom.css
.active-list .caption-services-quick-start {
display: none;
}

Or just add the lines above if the file already exists. It will hide the entire div section.
 
Back
Top