om.Ruleset.init
document.addEventListener('om.Ruleset.init', function(event) { console.log(event.detail.Ruleset); // An array of the Group objects console.log(event.detail.Ruleset.groups); console.log(event.detail.Campaign); } );
om.Action.window
document.addEventListener('om.Action.window', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
disable webfonts
document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; campaign.settings.preload = false; });
trigger spesific monsterlink on hover
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…
Normalize CSS (The New Normal)
https://github.com/sarahschopick/the-new-normal.css.git https://github.com/sarahschopick/normalize-wordpress.git
footer forever
Navigate Home Shop Doggyography Training Contact Follow The Pack IG TT FB YT Join The Pack…
gamroud js
gamroud js
Gravitar Fix
add_filter('get_avatar', function($avatar_html, $id_or_email, $size) { // Force width/height attributes to match the requested avatar size $size…
CPT_KEYSMST_Weekly Summary Child to MST CASE
/** * Plugin Name: MST Weekly Summary CPT - Blueprint v4.2 Compliant * Description: Weekly summary…