Hide nutrition facts for Tasty Recipes printing
Prevent nutritional information from being displayed in the Tasty Recipes print view
Add a “Rate this recipe” Tasty Recipes quick link
After applying this snippet, your new quick link should appear at the top of the recipe…
Allow Manual Donations Without Email
Allow donors to be be added without an email address.
Send Donation Receipt For Pending Offline Donations
Right after a donation is made, this sends the donation receipt to the donor if the…
Send Donation Notification For Pending Offline Donations
Sends a notification to admin if the donation is pending AND it was made in offline…
Change City Field To Select
Change the City field in the donation form to a selectable, dropdown field, with several pre-set…
Set State Field To Us States Dropdown With Default
Change the "State" field into a "Province" field.
Change Custom Amount Field Label Per Campaign
Filter the custom amount field description on a per campaign basis.
Set Fixed Donation Amount
Automatically set the donation amount and recurring period for donations.
Bulk Update Campaign End Dates
Bulk-update the end date for all campaigns.
Move Campaign Summary Description Below Content
Shuffle the order of things on the campaign page.
Round Percent Donated To Whole Number
/** * Display percent donated as rounded whole number. * * @param string $return * @param…
Change Amount Donated
Change what amount is shown as donated for a particular campaign.
Add Hours Currency
Add a custom currency called "Hours".
Animacja Formularza
jQuery("input , textarea").focus(function(){ jQuery(this).parents('.elementor-field-group').addClass('focused'); }); jQuery("input , textarea").blur(function(){ var inputValue = jQuery(this).val(); if ( inputValue ==…