WordPress being a so popular website building platform and based on PHP is a prime target for malware infection. At WPOrbit we’ve helped hundreds of site owners clean up their hacked sites. In this comprehensive detailed in-depth guide, we’ve outlined how you can manually cleanup your site and save $$$ spent otherwise hiring clean up […]
Replace Amazon SiteStripe Image links in Bulk on WordPress
Recently Amazon announced they are shutting down SiteStripe Image and Text+Image feature on their Affiliate portal. We had a request from one of our customers how they could bulk update hundreds of their posts containing SiteStripe image links from Amazon. It is a tedious task to manually download each image, save to media library and […]
Send Contact Form 7 data to Convertkit
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 […]
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 […]