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…

om.Campaign.normalize

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

om.Campaign.afterShow

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

om.Action.redirect

document.addEventListener('om.Action.redirect', function(event) { console.log("Redirect in progress..."); } );

Slide Reposition Top Right

html div#om-{{id}} { top: 0px !important; bottom: unset !important; transition: top 0.3s ease 0s !important; }

Del 1

Intro + Bilkort + Søkefelt 

Ruben Frøland
<10

css-buttons.css

html div#om-{{id}} input[type=submit], html div#om-{{id}} button { background: #ff6600 !important; }

Hindra åtkomst till /wp-admin för prenumeranter

/** * Hindra åtkomst till /wp-admin för prenumeranter */ add_action( 'admin_init', function() { if ( is_user_logged_in()…

ACF_KEYSMST_MSTCASECPT – TAB - MST FIDELITY TRACKING (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: MST FIDELITY TRACKING (v3.0 Modular) * ============================================ *…

ismail daugherty PRO
<10

WpPages_DIR_AA_CPT - WordPress Pages Sync CPT Registration

* Description: Registers custom post type for WordPress pages data with full REST API support *…

ismail daugherty PRO
<10

WPCode Snippet: Download All Snippets Button

* Description: Adds bulk download button to WPCode Snippets Sync admin page * Location: Admin Only…

ismail daugherty PRO
<10

Force localized currency for product feeds

This allows you to change the ISO 4217 for all the product feeds

<10
1 63 64 65 66 67 125