popup
×
Discover LaMelo Shoes: Where Street Style Meets Basketball
Discover LaMelo Shoes – the perfect fusion of style, performance, and comfort. Whether you're dominating the…
Hide Elementor AI Image
/* * Hide Elementor image optimization ads when choosing the post's featured image on the backend…
How to Change the Error Text for Failed Submissions
This code snippet changes the error text that shows to your visitors on failed submissions.
MemberPress: Changes Product Image on the Checkout Page (copy)
This code snippet changes the product image on the checkout page in MemberPress. By default, MemberPress…
Disable default WordPress image sizes
// Disable default WordPress image sizes add_filter('intermediate_image_sizes', '__return_empty_array'); // Disable large scaled image size add_filter('big_image_size_threshold', '__return_false');…
Body on Scroll
;(function ($) { $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 5) { $("body").addClass("scroll-500"); $(".tm-header").removeClass("uk-blend-difference");…
agnomade
ads
How to Allow WordPress WooCommerce Direct Order to WhatsApp Free.
Post Intro In this tutorial you will learn How to Allow WordPress WhatsApp Direct Order to…
to add WordPress WooCommerce WhatsApp checkout
Post Intro This code snippet implements functionality similar to a WooCommerce code snippet that would enable…
Woocommerce: How to add minimum amount for different categories with different amount per category with different notice.
WooCommerce: Display Minimum Order Amount Notices by Category This code snippet adds functionality to your WooCommerce…
Display the stock availability for all product types in WooCommerce archive pages
Learn how to add Availability label ? in your WooCommerce website. This will help to notify…
Learn how to add Availability label ? in your WooCommerce website. This will help to notify customers how many products are available or if the product is stock out.
Woocommerce display on sale price on the cart page once the product on sale has been…
Google Analytics
Tracking Script
Add Sticky Header - Astra Free
This code has been updated to include adjustments for the off-canvas menu to also be sticky…