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…

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…

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…