About Me

I have decades of experience is software development using .Net Technologies, PHP and wordpress. I love coding and discovering new tech.

Category: Wordpress

Here we talk about various Wordpress related topic and hacks.

Linux, Nginx, Wordpress

Increasing WordPress File Upload Size by Updating php.ini File for PHP-FPM on Nginx Server

Posted on April 3, 2024  - By Kaustav Halder - 0 Comments

Many WordPress users encounter frustration when trying to upload large files to their websites, only to find that they exceed the default file upload size limit. However, fear not! There’s a straightforward solution to this problem: updating the php.ini file...

Javascript, Wordpress

Fix WordPress Contact Form 7 on Elementor Popup

Posted on June 16, 2023  - By Kaustav Halder - 0 Comments

Elementor is a popular editor solution for Workpress. But one difficulty that I have faced is for some reason, Contact Form 7 Ajax does not work on Elementor Popups. Below is the fix for this. <script type=”text/javascript”> $(document).on( ‘elementor/popup/show’, function()...