Search results for: admin
disable webfonts
document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; campaign.settings.preload = false; });
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; }…
om external links monsterlink
(function(window, document) { // Your campaign's UNIQUE ID var campaignSlug = 'YOUR-UNIQUE-ID'; // Helper to get…
om external links monsterlink uniqe id
(function(window, document) { // Your campaign's UNIQUE ID var campaignSlug = 'pcoamlfqsv7jeervep0b'; // ... the rest…
floating-monsterlink-1
Want to get 25,000 unique visitors a month? Click here to learn how
floating-monsterlink-1.css
/* --- Floating MonsterLink Style 1 CSS --- ------------------------------------------ */ .floating-monsterlink.style1.show { right: 30px; } .floating-monsterlink.style1…
floating-monsterlink-1.js
// Floating MonsterLink Style 1 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page…
floating-monsterlink-2
Want to get 25,000 unique visitors a month? Click here to learn how
floating-monsterlink-2.css
/* --- Floating MonsterLink Style 2 CSS --- ------------------------------------------ */ .floating-monsterlink.style2.show { bottom: 30px; } .floating-monsterlink.style2…
floating-monsterlink-2.js
// Floating MonsterLink Style 2 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page…
disable OptinMonster campaigns for visitors with specific user roles
function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if (…
To display your campaign language RTL
html div#om-{{id}} * { direction: rtl !important; }
Raver Dogs General Site Snips
function toggleMenu() { // Find the navigation menu and the body of the page const nav…
Raver Dogs General Site Snips (copy)
function toggleMenu() { // Find the navigation menu and the body of the page const nav…