• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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