om.DisplayRules.actions
document.addEventListener('om.DisplayRules.actions', function(event) { console.log(event.detail.DisplayRules); // An array of the Ruleset objects which have passed console.log(event.detail.DisplayRules.passed); console.log(event.detail.Campaign);…
om.Campaign.cleanup
document.addEventListener('om.Campaign.cleanup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
Style ALL Placeholder Text on Your Website
::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ ::-moz-placeholder { color: #333 !important; } /*…
Slide Reposition Left Center
html div#om-{{id}} { left: 0 !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…
floating-monsterlink-2.js
// Floating MonsterLink Style 2 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page…
change view optin
om{{id}}.changeView('optin');
Safe Performance Middleware for NexSouk.com
Safe Performance Middleware for NexSouk.com
Edit /public_html/robots.txt:
Site maps
Login Restrict
Login Restrict
WPCode Admin Number of Snippets
Change the number of snippets displayed in the admin list using a filter.
Logged in User Drop Down Menu
Along with the Avatar and User Shortcode Snippet, this can display a nice logged in User…
enr_weekly_digest
WPCode “Custom Snippet” that auto loads enr_weekly_digest in MailPoet every weekmakes possible not to paste the…