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…

Elementor – How to Create a Transparent Header using Template
|

Elementor – How to Create a Transparent Header using Template

If you want to create a transparent header template in Elementor then follow the below steps Step 1: Go to the dashboard of your website. Proceed to “Elementor” and click “My Templates”. Step 2: Click ‘Add New’. Select the template type you want to create. In this case, choose ‘Header’ in the dropdown and name…

Running Multiple WordPress Sites On Ubuntu 18.04 Server With Nginx, MySQL And PHP 7.2 Support
| | |

Running Multiple WordPress Sites On Ubuntu 18.04 Server With Nginx, MySQL And PHP 7.2 Support

When deciding to run multiple WordPress websites on Ubuntu 16.04 LTS server, the steps below can get you started… With Nginx HTTP server, you can run as many WordPress websites as possible as long as the host system has enough resources with a feature called Server Block… Nginx server block is a feature similar to Apache2…