slide-bottom-center.css

html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…

The draft of receipt

from reportlab.lib.pagesizes import A4 from datetime import datetime from reportlab.platypus import Table, TableStyle, Paragraph, SimpleDocTemplate, Image,…

Alex Olney
<10

Filter Countries JUST for Donation Forms

Changing the master country list in Charitable is not recommended unless you know what you are…

David Bisset PRO
<10

Change Cancel Page URL For Paypal

This should redirect a donor to a custom URL after a donor clicks 'cancel' on Paypal's…

alliia snippet

william Wenger
<10

om.Campaigns.init

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

om.Campaign.canShow

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

om.Campaign.afterClose example

document.addEventListener('om.Campaign.afterClose', function(event) { if (event.detail.Campaign.id === "CAMPAIGN_ID") { // Add your own logic to play video…

Style Just OptinMonster Campaign Placeholders

html div#om-{{id}} ::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ html div#om-{{id}} ::-moz-placeholder { color:…

Slide Reposition Left Center v2

html div#om-{{id}} { left: 0 !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

trigger spesific monsterlink on hover

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

change view optin

om{{id}}.changeView('optin');

1 87 88 89 90 91 124