Make Woocommerce Checkout Page In Two column
#Add this CSS #Responsive CSS
Loading images through CDN For Smash Balloon Instagram Feed
#Add this code on functions.php file *** we are using g statically CDN
Fix Defer Parsing of JavaScript in WordPress WIthout Any Plugin
Add the defer attribute to your JavaScript files without the need for a plugin by adding the following code snippet to your functions.php file: Essentially, this snippet tells WordPress to add the defer attribute to all your JavaScript files except jQuery. *** This works for general WordPress Websites. If it doesn’t work then use this […]
Change/Add Some Text On Load With jQuery
#Add this code inside jQuery Ready()
On Click Open An URL In New Window With JQuery
Protected: Modify User Login & Registration Form
There is no excerpt because this is a protected post.
Percentage Based Coupon Round Figure Issue Fix In Woocommerce
#Add this code in functions.php
Mobile Menu Drop Down Issue Fix – Make The Parent Menu Item Clickable
#Add this code on Responsive Css
Elementor Loading Issue – Keeps Loading Issue Fix
1. Add this code in wp-config.php after define( ‘WP_DEBUG’, false ); 2. Hide unused elements from Elementor Addons 3.Check PHP Version. Minimum 7.3 required
Show Product Thumbnail On Mobile Device In Woocommerce
#add this code in responsive css
Show Product Thumbnail On Checkout & Thank You Page
#Checkout Page #Show Product Thumbnail on the Thank You Page after checkout #Courtesy To This Article: https://www.techiesandesh.com/woocommerce-show-product-image-thankyou-page/
How to Fix the Leverage Browser Caching Warning
You can add Expires headers in Apache by adding the following to your .htaccess file