Markdown Cheat Sheet – A quick reference to the Markdown syntax

Markdown Cheat Sheet – A quick reference to the Markdown syntax

Markdown is a way to style text on the web. You control the display of the document; formaing words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like #…

MySQL is not running on AMPPS (3.8) in Windows 10 [Solution]

MySQL is not running on AMPPS (3.8) in Windows 10 [Solution]

Problem: MySQL is Not Running on AMPPS startup Last night I have installed the latest version of AMPPS(3.8) in my windows 10(64 bit) local machine. When I started the AMPPS app, I have noticed that the Apache and PHP have started automatically but MySQL is not starting. I get a notification to install Microsoft Visual…

How to change your active WordPress theme from the database

How to change your active WordPress theme from the database

WordPress makes it super easy for users to change and manage themes on their site from the WordPress Dashboard. Sometimes new changes such as plugins or updates are simply not compatible with your current theme. In those cases, you might need to change your active theme, but it could be difficult when you get a white…

How to open all external links in New Window or New Tab without a WordPress plugin
| |

How to open all external links in New Window or New Tab without a WordPress plugin

Do you want to open external links from your blog posts in a new window? Opening external links in a new window allow your users to visit the link without leaving your website. I will also show different code snippets to do that, so you can choose the one that works for you. For this,…

How to remove whitespace on the right side of mobile and tablet view in Astra theme
| |

How to remove whitespace on the right side of mobile and tablet view in Astra theme

One of my clients asked me to fix an error in Mobile view of his website. It’s using Astra Pro theme with Thrive Architect page builder. Mobile View – There is an extra white space to the right (left and right scrolling) caused by the tiny scroll to the to button. Client’s Comment Here is…

How to update server default PHP version to the recommended version for WordPress
| |

How to update server default PHP version to the recommended version for WordPress

“Your server is running PHP version 5.4 but WordPress 5.2 requires at least 5.6.20” In case you saw this message on your site when installing WordPress, it means that your PHP version is not supported and WordPress requires minimum 5.6 PHP version. To fix this issue, you need to contact your hosting provider support and…

How to Download PDF on form submission using Contact Form 7
| |

How to Download PDF on form submission using Contact Form 7

I want the user to be able to download a PDF file after registering on the site with a simple ‘Name’ and ‘Email’ form. I have only one file to download, so it should be very simple and I don’t want to install a branch of plugins to achieve this. So I found this simple…

How to use Mac default color picker (Digital Color Meter) to copy any Color from an image or website
|

How to use Mac default color picker (Digital Color Meter) to copy any Color from an image or website

If you have ever wanted to copy a color from an image or website to use for your own designs, this is the easiest way! Copy ANY COLOR on your screen on your Mac! Digital Color Meter is a color-picker application pre-installed on your Mac and can help you find the HEX code of any…