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 […]