om.Countdown.init

document.addEventListener('om.Countdown.init', function(event) { console.log(event.detail.Countdown); console.log(event.detail.Campaign); } );

om.Analytics.impression

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

To display your campaign language RTL

html div#om-{{id}} * { direction: rtl !important; unicode-bidi: bidi-override !important; }

Normalize

Settings to normalize across browsers

Custom Separator for Data Manipulation

The Data Manipulation default separator is a space. You can change this to a custom separator…

<10

ACF_KEYSMST_MSTCASECPT - TAB: SAFETY & RISK (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: SAFETY & RISK (v3.0 Modular) * ============================================ *…

ismail daugherty PRO
<10

Pinterest

Richard Imus
<10

Untitled Snippet

function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…

Hide Campaign Meta (Author, Date, Comments)

Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).

Untitled Snippet

Gordon Ikner
<10
1 95 96 97 98 99 124