Sarge

This snippet is the script for Sarge webchat to pop up

MemberPress: Disable Reminders if a Member has Any Active Subscription

MemberPress reminders are triggered by each individual subscription. Thus, reminders will be automatically triggered by for…

Custom Separator

This code creates a custom separator smart tag for OptinMonster, which determines whether to use ?…

woo orders page Whatsapp DM from mac app

// Modify the columns and ensure WhatsApp column appears last function add_whatsapp_column($columns) { // Remove WhatsApp…

alliia snippet

william Wenger
<10

Change site url

add_action('init', 'update_site_url_once'); function update_site_url_once() { if (get_option('home') !== 'https://amazingmarvin.com/blog/') { update_option('siteurl', 'https://amazingmarvin.com/blog/'); update_option('home', 'https://amazingmarvin.com/blog/'); } }

WooCommerce - Add min height to title

Used to help the shopping buttons align vertically when the title line wraps irregularly due to…

George Faerber PRO
<10

Remove Specific Campaign From Any URLs Containing a Specific URL Path

document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.search.indexOf('shopping-cart') > -1) { // replace shopping-cart wtih your specific URL path var…

Activer Elementor Pro + Traduction + FluentCRM

add_action('init', function () { $extensions = [ 'elementor-pro/elementor-pro.php', 'translatepress-multilingual/translatepress.php', 'fluent-crm/fluent-crm.php' ]; foreach ( $extensions as $extension…

om.DisplayRules.actions

document.addEventListener('om.DisplayRules.actions', function(event) { console.log(event.detail.DisplayRules); // An array of the Ruleset objects which have passed console.log(event.detail.DisplayRules.passed); console.log(event.detail.Campaign);…

om.Campaign.cleanup

document.addEventListener('om.Campaign.cleanup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

Style ALL Placeholder Text on Your Website

::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ ::-moz-placeholder { color: #333 !important; } /*…

Slide Reposition Left Center

html div#om-{{id}} { left: 0 !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

floating-monsterlink-2.js

// Floating MonsterLink Style 2 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page…

1 90 91 92 93 94 218