DentalPress

Contents

1. WordPress 6.0 Hotfix

2. Troubleshooting WordPress

3. Recommended Server Settings

4. Installing Demo Content

5. How to update the theme?

1. WordPress 6.0 Hotfix

WordPress 6.0 has been released lately and if you have upgraded you may encounter a fatal error that will make your site inaccessible. To fix that please simply remove line 67 of options.php file located at wp-content/plugins/[theme-name]-options.

<?php echo $this->theme->display( 'Tags' ); ?>

See https://d.pr/i/FZAbAB.

2. Troubleshooting WordPress

WordPress site problems can have many causes, but even so, a few basic steps will help you catch most of them. Here’s how to troubleshoot WordPress sites in 60 seconds!

3. Recommended Server Settings

In order to avoid any possible issues while Installing Demo Content because of your server and PHP settings, we highly recommend setting up the following values in your server’s php.ini file:

If you don’t have access to the PHP configuration on your server, you can try to set this values in .htaccess file:

You can verify your PHP configuration limits of your server by installing Host PHP Info plugin.

4. Installing Demo Content

After installing and activating the theme and all bundled plugins, you can get started by installing demo data:

5. How to update the theme?

To update the theme please follow the steps below:

That's all!

To update the theme via FTP please follow the steps below:

All your settings made in the theme will be kept and not overwritten.

If you plan to modify the source code of the main parent theme, we strongly recommend to install child theme and make such modifications inside this child theme in order to avoid any possible problems & issues by installing updates of  the main parent theme in future.