CSS snipett

/* ===== VCLIP MEDIA CLONE - GLOBAL STYLES ===== */ :root { --primary: #2D5BE3; --primary-dark: #1A48C1;…

enamad-meta

مصطفی شجاعی
<10

ANDRITZ Navigation Panels

document.addEventListener("DOMContentLoaded", function () { const triggers = document.querySelectorAll(".bp-andritz-utility"); const panels = document.querySelectorAll(".bp-andritz-panel"); const closes = document.querySelectorAll(".bp-andritz-close");…

Jay Play PRO
<10

Move Social Login Checkout Buttons

By default, the login buttons display below the payment icons for the gateway picker. This plugin…

Gaurded Pay FAQ

Answers questions before checkout

Dustin Lavoie
<10

Hide file-specific download options

This plugin hides file-specific download options so that All Access customers can only view/download the first…

Remove Product Notes For Specific Downloads

Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…

Restrict Coupons by Shipping Methods

To find your exact shipping method IDs, you can use either of these quick methods: 1.…

Robertson

Taylor Lunemann
<10

Untitled Snippet

Connect to site google

Add a video field to the sign-up form

// Add the video field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_video_uploader'); function wcv_video_uploader( ){ //…

Force product type for all products

// Disable the product type drop down. add_filter('wcv_disable_product_type', function() { return true; } ); /** *…

mobile sticky menu chatgpt css

/* Reset some default styles */ body, h1, ul { margin: 0; padding: 0; } /*…

1 137 138 139 140 141 224