• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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