WordPress tutorials and more
WordPress tutorials and more
Maintenance
One solution to be able to send out emails from your web site
Having problems sending and or receiving emails from a web site? I had trouble sending emails from some client sites after a major change at the Norwegian web host ProISP.…
EZP Coming Soon Page Elite plugin
Plugin has been closed down by the author. The EZP Coming Soon Page WordPress plugin is good to use for new launches/maintenance or when the site needs to be offline…
How to disable update emails on success
The following code shows to disable automatic update plugin emails on success. One can get a lot of emails when the Enable plugin auto-updates is turned on. Here is code…
Suggestions on how to fix plugin, themes and fatal errors in WordPress.
Sometimes plugins or themes updates fail and one is left with a non working web site. What is also called a fatal error. There are multiple approaches to try out…
Inspect Element – Taking a closer look at the code of a web site
https://www.easywebdesigntutorials.com/wp-admin/post.php?post=1218&action=edit There is a way to modify the CSS of any web site, but just visiting it and right clicking inside the browser to select Inspect (Element). I have right…
WordPress Debug and Troubleshooting plugins
From time to time we will need to figure out why something is not working correctly. Adding a WordPress debug plugin is one method. Another is editing the wp-config file…
Cpanel: Backup and Restore
cPanel has a few backup and restore software. Two I have come across are: JetBackup. The webhost automatically backs up the account every night to a remote server and is…
Editing the wp-config file and debugging in WordPress.
The WordPress configuration file is located in the root of your WordPress file directory and contains the website’s base configuration details, such as database connection information. All code is to…