How to download PDF files automatically instead of opening in new tab
|

How to download PDF files automatically instead of opening in new tab

By default, most downloadable PDF files usually open in a new window or tab. It’s true for the static site or WordPress sites also. This document contains steps on how to make the browser download PDF files automatically, rather than open in a new tab. We’ll use a simple jQuery solution for it.

| |

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…

| |

How to Create a Fixed and Scrollable Dropdown Mobile Menu in Divi

By default, Divi theme didn’t have a fixed menu for mobile/tablets like on the desktop. This means that you won’t see the menu as soon as you start scrolling down the website on a mobile. This topic will cover: On the Divi sub menu, click on the Theme Options > Go to Custom CSS box on the General option >…

How to Enable NTFS Write Support in Mac OS X High Sierra for free
|

How to Enable NTFS Write Support in Mac OS X High Sierra for free

Although Apple largely has support for NTFS and other Windows formats, write support to NTFS drives is disabled in OS X. This means, when using a computer with a Mac OS and a Windows-formatted disk drive, you are not allowed to save to the drive or alter existing files in there. If you have Paragon…

How to Create Color Overlays to Divi Parallax Background Image
|

How to Create Color Overlays to Divi Parallax Background Image

The Fullwidth Header section in Divi gives you the option to create a background overlay. However, for standard sections (or any other location) that option is not available. This tutorial will show you how to add overlay color to the parallax background image on standard Section. This overlay makes reading the text easier especially when…

How To Add A Dynamic Copyright Year in Divi Footer Bottom Bar
|

How To Add A Dynamic Copyright Year in Divi Footer Bottom Bar

The Divi Bottom Bar, located just below the WordPress footer, is a perfect place for Copyright © 2019 information. If you do not want to add a dynamic year, it is easy enough to just edit the text in the Theme Customizer by editing the Footer->Bottom Bar->Edit Footer Credits field. But every year you have…

Fatal error: Allowed memory size of bytes exhausted. Increase the Maximum File Upload Size in WordPress
|

Fatal error: Allowed memory size of bytes exhausted. Increase the Maximum File Upload Size in WordPress

Does your WordPress site show an error message similar to this? 1. Increase PHP Memory Limit in WordPress, wp-config.php file you need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’ This code tells WordPress to increase the PHP memory limit to 128MB. 2: Theme Functions…