-
How to change the font of the yellow tabs in "Authors Notepad" and "Simple Notepad" themes?
The Author’s Notepad and Simple Notepad themes are easy to customise using the WordPress Customiser interface, where you can find many useful built-in options. But if you were trying to make the yellow tabs on the side of the notepad look different, you probably found that there is no such option in the Customiser. Fortunately, there is another easy solution.
Continue reading → -
What to do if the MAMP app fails to start MySQL server? (Using the Terminal)
On my macOS devices I use MAMP app by appsolute GmbH for local web development. So far, this is the perfect app for me to have a local server environment. But sometimes there are problems such as the following error message when I try to start the servers:
MySQL wasn't able to start. Please cheque log for more information
Continue reading → -
Why is the code from my functions.php file not working from inside the plugin?
It happens that after moving a PHP code from the
Continue reading →functions.php
file of the theme on a WordPress website to the functionality plugin, it stops working and even leads to an inaccessible of the website, although before that it worked. In this article I will explain why the custom PHP code does not work from inside the functionality plugin, and I show you how to solve this. -
What to do if phpMyAdmin from the MAMP installation fails to access MySQL?
On my macOS devices I use MAMP app by appsolute GmbH for local web development. But sometimes there are problems. When I try to access the phpMyAdmin web page located at
localhost/phpMyAdmin/index.php
, the following error message appears: -
How to download a complete macOS Mojave installer app
Attempting to download macOS Mojave from the Mac App Store I found that a small 22 MB version of the “Install macOS Mojave.app” file downloads to the “Applications” folder, rather than the complete 6 GB installer file.
Continue reading →