The DIVI WordPress theme has a phone number in the secondary header but, as many of us have noticed, it is not clickable on mobile devices. Even if you place a valid ahref tag (tel:) in the same field still nothing happens and the link does not work. Here is the thing that worked out… Continue reading Hot to make a phone number clickable link in DIVI theme
Category: WordPress
Brackets Error – PHP runtime not found
After a certain update of the Brackets software you might get the following error: PHP runtime not found. Install the PHP7 runtime and update “executablePath” in PHP Preferences appropriately. This enables PHP-related tooling such as Code Hints, Parameter Hints, Jump To Definition and more. Here is the solution that did the trick for me. 1.… Continue reading Brackets Error – PHP runtime not found
Display category description in WordPress theme
Custom header image for WordPress website with Polylang plugin
I was looking for a solution to make custom header image for multi-language WordPress website by using some plug-in solutions and came across a problem since the theme I was using wasn’t supporting the custom headers, hence those plug-ins showed no header image whatsoever. Read how I did it and learn how to make Polylang… Continue reading Custom header image for WordPress website with Polylang plugin
The file wp-config.php already exists
Did you ever see this error message after WordPress fresh install? The file wp-config.php already exists. If you need to restart any of the configuration items in this file, please delete it first. You may try installing now. If so then you tried to click on the link to install now and see that the… Continue reading The file wp-config.php already exists