fbpx

How to apply for PayPal’s nonprofit discount for credit card processing fees

PayPal offers lower credit card processing rates for Non-profits through the PayPal Giving Fund. Regular processing rates are 2.9% plus 30 cents per transaction. Non-profit rates are 2.2% plus 30 cents per transaction. That means for every $1,000 in donations that you receive through PayPal you can save $7 in fees with the non-profit rate.

How to apply for PayPal’s nonprofit discount for credit card processing fees Read More »

Make images black and white in Elementor Builder

Add css class to your image or slider element: bw-color add the following css to your theme customizer custom css section or your theme css files: .bw-color img { /* filter: url(filters.svg#grayscale); Firefox 3.5+ / filter: gray; / IE5+ / -webkit-filter: grayscale(1); / Webkit Nightlies & Chrome Canary */ -webkit-transition: all .4s ease-in-out; } .bw-color

Make images black and white in Elementor Builder Read More »

Link a Gravity Form radio button option to focus on a specific field

Place this snippet in an HTML field in your form: <script> jQuery( document ).ready(function() { jQuery(‘input:radio[name=”input_2″]’).change( function(){ if (jQuery(this).is(‘:checked’) && jQuery(this).val() == ‘Enter Amount’) { jQuery(‘#input_2_1’).focus(); } }); }); </script> Customize the above code according to your specific fields. To add a regular text link that focuses on a specific field use the following code

Link a Gravity Form radio button option to focus on a specific field Read More »

Shopping Cart