om.Styles.positionPopup example 1
document.addEventListener('om.Styles.positionPopup', function(event) { const campaign_selector = "#om-" + event.detail.Campaign.id + "-" + event.detail.Campaign.view; $(campaign_selector).dragon(); } );
Slide Reposition Bottom Center
html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…
floating-monsterlink-1
Want to get 25,000 unique visitors a month? Click here to learn how
allow contributors
add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_posts'; } );
Success view
#om-{{id}}-success button.{{ns}}-CloseButton { /* Your Custom Styles */ }
Feed Generation Cron Script
This file will be used to run via cron and update feed based on the ID
Custom Heading above Qty (Woocommerce)
let qty = document.querySelector(".e-atc-qty-button-holder"); let text = ` How many card you’re planning to purchase? Choose…
Changing the WordPress Login Logo URL
function custom_login_logo_url() { return home_url(); // Or your desired URL } add_filter( 'login_headerurl', 'custom_login_logo_url' );
LIFTER - Course to Module
Replace Syntax
ACF_KEYSMST_MSTCASECPT - TAB: Case Status & Tracking (v3.0 Modular)
/** * ============================================ * MST CASE - TAB: Case Status & Tracking (v3.0 Modular) * ============================================…