om.Campaign.show

document.addEventListener('om.Campaign.show', function(event) { // This event is passed the Campaign object 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; } /*…

Kenect

Cathi Lundy
<10

trigger monsterlink of an external link

jQuery(document).ready(function($){ // Change 'rt78pcbzrddo1y7w0yq3' to match your specific campaign slug var campaignSlug = 'rt78pcbzrddo1y7w0yq3'; // When…

start Close

om{{id}}.startClose();

Remove Specific Campaign Based on the Referral URL- v1

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

Gravitar Fix

add_filter('get_avatar', function($avatar_html, $id_or_email, $size) { // Force width/height attributes to match the requested avatar size $size…

Robert Jax
<10

GravityForms_DIR_AB_ACF - Gravity Forms & Feeds ACF Fields

* Description: Registers ACF fields for form and feed data + notification/confirmation content * Location: Run…

ismail daugherty PRO
<10

Property Type Conditional Search Fields

jQuery(document).ready(function($) { // ============================================ // FIELD VISIBILITY BASED ON PROPERTY TYPE // ============================================ // All conditional…

sagar rane
<10

Vendor Email Tag

Show the Shop Vendor's email for each download purchased

Reverse Receivers

Reverses the receivers for PayPal Adaptive Payments

1 56 57 58 59 60 124