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…

floating-monsterlink-1.css

/* --- Floating MonsterLink Style 1 CSS --- ------------------------------------------ */ .floating-monsterlink.style1.show { right: 30px; } .floating-monsterlink.style1…

NMDFX Admin bar, Dashboard, Edits & Custom CSS

/* HIDE Monster Icon */ .monsterinsights-quick-links, .monsterinsights-float-right { display: none!important; } #monsterinsights_reports_widget { padding: 50px 0;…

Kaleb Nation PRO
<10
1 79 80 81 82 83 125