Modern browsers usually don’t allow this behavior and closing the current window or tab with jscript is doable only if you previously opened that window with jscript. However, searching for the solution about this topic I managed to make this work and here it is how.
Hot to make a phone number clickable link in DIVI theme
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
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