om.Action.refresh

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

disable webfonts for a spesific campaign

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; if ({slug} === campaign.id) { campaign.settings.preload = false; }…

trigger monsterlink of an external link

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

om-custom-redirect-close.js

jQuery(document).ready(function($){ function omRedirect() { var url = "https://optinmonster.com"; $(location).attr('href',url); } $(document).on('OptinMonsterOnClose', function(event, data, object){ if(data.optin =…

css-namespace-footer.css

html div#om-{{id}} .{{ns}}-footer { /* Your custom styles */ }

Change "Bank Routing Number" fields to "Sort Code"

Use this code snippet to reformat the form to British banking details. Output: https://snipboard.io/mKSn9g.jpg Alternatively, you…

Untitled Snippet

https://intellectualspaceshiprequest.com/m3vhnv9nj?key=ee7f1f66123bd8b97fb66f8543b371e0

footer forever

Navigate Home Shop Doggyography Training Contact Follow The Pack IG TT FB YT Join The Pack…

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
1 88 89 90 91 92 213