• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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