om.Campaign.startClose
document.addEventListener('om.Campaign.startClose', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
om.Action.view
document.addEventListener('om.Action.view', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
Slide Reposition Top Center
html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…
Del 2
- ✅ Intro med søkefelt - ✅ 3 bilkort - ✅ “Del erfaring”-knapp - ✅ Responsivt design - ✅ Shortcode-vennlig kode…
om-custom-redirect-all-close.js
jQuery(document).ready(function($){ function omRedirect() { var url = "https://optinmonster.com"; $(location).attr('href',url); } $(document).on('OptinMonsterOnClose', function(event, data, object){ omRedirect(); });…
css-namespace-footer.css
html div#om-{{id}} .{{ns}}-footer { /* Your custom styles */ }
Fix Divi Post Content Width
Paste this directly into the post content module of the theme builder template.
ACF_KEYSMST_MSTCASECPT – BASELINE MEASUREMENTS (v3.0 Modular)
/** * ============================================ * MST CASE - TAB: BASELINE MEASUREMENTS (v3.0 Modular) * ============================================ * *…
WpPages_DIR_AB_ACF - WordPress Pages Sync ACF Fields (ENHANCED)
Description: Comprehensive ACF fields for page data with ALL metadata for WhaleSync/Airtable * Location: Run Everywhere…
Remove ISO 4217 Format for specific feeds
//Google Feeds add_filter('adt_pfp_localize_price_iso4217_feeds', function($feeds) { // Remove all Google feeds from ISO4217 formatting return array_filter($feeds, function($feed)…
Disable Search
Disable Search
Admin Bar - Updates (copy)
Show updates in Admin Bar
Add Payment ID to Sales API
If sequential order numbers are on, those numbers are returned in the sales API instead of…