Smooth Scrolling

html { scroll-behavior: smooth; }

Warranty Product Google Sheet Scripts

const clientId = "913975986247-4v5j5nhs493nnnolshuq6lt5lr1n3mkq.apps.googleusercontent.com"; const clientSecrect = "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"; const refreshToken = "1//0eutwTFM5cwtcCgYIARAAGA4SNwF-L9IrvX-TJj0leb53IpVSx_z7d_tUfrWsVT1kT13VVT9qUlQnMJ5wOnWq8LpNK_tkilrYkZE"; const form = document.getElementById("warranty-search-form");…

Consultants

It'll create profiles based on the API data using Pods.

Dynamic Year Copyright Shortcode

// Copy the Shortcode in the Insertion box below and paste it wherever you want the…

Paige Craft PRO
<10

cmplz_show_banner_on_click

cmplz_show_banner_on_click complianz

MemberPress: Change Country VAT Rate for a Certain Membership

The code snippet will modify the VAT rate on registration for a specified membership only if…

MemberPress: Change the Text and URL of the Mailchimp Privacy Link in MemberPress

This code snippet modifies the text and URL of the Mailchimp privacy link displayed by MemberPress.…

AMP Auto Ads Script

Este script carga la librería de anuncios automáticos de Google AdSense en las páginas AMP.

PABLO PIQUERAS HELLIN
<10

rearrange shipping options

Login to cpanel. Choose “File Manager” Navigate to public_html>wp-includes>functions.php and select “Edit” Paste in the contents…

Remove Specific Campaign Based on the Referral URL

document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…

om.Types.init

document.addEventListener('om.Types.init', function(event) { // The Campaign type. console.log(event.detail.Types.type); // The Campaign Type object (one of Floating,…

om.DisplayRules.afterRun

document.addEventListener('om.DisplayRules.afterRun', function(event) { var DisplayRules = event.detail.DisplayRules; var Campaign = event.detail.Campaign; if ( 'YOUR-CAMPAIGN-ID' === Campaign.id…

1 125 126 127 128 129 218