This guide will show you how you can send your Contact Form 7 Data to ConvertKit without using any additional plugins. Prerequisites: The following JavaScript code snippet will send Contact form 7 data to ConvertKit: Explanation of the snippet: How to Implement the Code Snippet? You can install and activate a plugin like Code Snippets […]
WordPress
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 […]