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…

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…

| |

How to Change the Background color of Divi Toggle Module Title and Icon

By default Divi Toggle Module didn’t have any style for Toggle open view. It’s look very plain like the below image. We can add a little CSS to add Background color to the Toggle title and make it stand alone from rest of the content. Copy above CSS code in your Divi Theme Option or…

How to Remove Query Strings from Static Resources in WordPress with or without Plugin
| |

How to Remove Query Strings from Static Resources in WordPress with or without Plugin

If you are looking for a solution to Remove Query Strings from Static Resources like CSS & JavaScript in your Wordpress site to increase your website speed and a better test result on Pingdom, GTmatrix, or Google Page Speed Insights. Then this tutorial is for you. Leveraging Browser Cache of Static Resources like CSS and JavaScript plays…