• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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