Contact Form 7 is a popular form plugin for WordPress, allowing website owners to create and manage contact forms easily. If you’re looking to take your form submissions a step further and integrate them with ConvertKit, a powerful email marketing platform, you’re in the right place. This guide will show you how you can send […]
Blog
How to resolve infinite spinning loader on WooCommerce checkout?
WooCommerce is a powerful e-commerce plugin for WordPress that allows you to easily set up an online store. However, as with any complex software, it can sometimes encounter errors that may affect the user experience. One such issue is the infinite spinning loader on the checkout page, which can prevent customers from completing their orders. […]
How to Lazy Load YouTube Videos in WordPress without using a plugin?
With the arrival of Core web vitals everyone is rushing to get the colors changed from red to green. ๐ One of the reason your pages & posts might be getting a poor speed score is due to Youtube Video Embeds which loads up external libraries in order for the video player to run. We […]
How to use HTML 5 Form Validation on Contact Form 7 Plugin ?
By default, the contact form 7 plugin uses ajax validation to check the form entries. You can instantaneously validate some common fields like email, text for blank or invalid entries by adding required attribute to the form. Just add the below JQuery code to use HTML 5 Form Validation on Contact Form 7 Plugin. The […]
Auto Update Cart on Quantity Change on Woocommerce Cart Page
Here is a small jQuery code that automatically update cart values when user changes the product quantities. By default, the woocommerce quantity change do not update the cart automatically unless the UPDATE button is pressed. 1) Auto Cart Update on Quantity Change For Basic Woocommerce Paste the below code in footer or header of your […]