You can override a WordPress plugin file by adding the same file to your theme, at a similar file path, you can override a WordPress plugin file. You will need…
These themes (not page builders) are some that I've used in recent projects and are fast, have a lot of white space and contrast. Perfect for a good base for…
You can 'eliminate render blocking resources' by editing your theme files in your CMS (best to do with a child theme) and/or by using the Asset Clean Up Plugin to…
'error establishing database connection' means your WordPress site is having trouble connecting to its MYSQL database. There are several possible solutions to this including, correcting database connection details in WordPress…
WordPress will suppress errors by default so if you are seeing 'WordPress encountered an error' messages then you can view the debug information by editing your wp-config.php file and changing…
You can check the WordPress Version of your site by going to this address on your own site, https://yoursite.com/wp-admin/update-core.php, and viewing the information there. This page will show you the…
WordPress can have several caches but they are usually all accessible through your CMS area or perhaps your CDN (Content Delivery Service) service. In this article I'll run through how…
You can edit the footer in a WordPress site in various ways either in the CMS by accessing a URL similar to this, https://yoursite.com/wp-admin/customize.php?return=%2Fwp-admin%2F or by editing the footer.php file…
Overriding a WordPress theme, without losing your edits later, requires you to create what is known as a 'child theme' in WordPress. You can do this via a plugin (easy)…
You can customize your products with additional information and/or configurable options (which affect product price) by editing your functions.php file within your WordPress site. In this article I'll show you…