2026 Givelos Give Back

window.bboxInit = function () { bbox.showForm(‘2952a4ba-be77-4303-bea9-bcb849127865’); }; (function () { var e = document.createElement(‘script’); e.async = true; e.src = ‘https://bbox.blackbaudhosting.com/webforms/bbox-min.js’; document.getElementsByTagName(‘head’)[0].appendChild(e); } ());Continue reading

Predefined Classes Sections

/* variables (edit here)*/ :root { /* Global Padding Variables – Editable */ /* Left and Right Padding All /Sections/Containers*/ –fluid-side-padding-min: 1.25rem; /* 20px */ –fluid-side-padding-max: 5rem; /* 80px */ /* Top and Bottom Padding All Containers*/ –section-xxl-padding-min: 9.375rem; /*…Continue reading

Load Member Data

/** Get Member Data **/ global $member; function hvt_get_member_data( $email) { //FOR DEBUGGING ONLY: // $email = “[email protected]”; $user = get_user_by( ’email’, $email ); ////FOR DEBUGGING ONLY: // echo “ USER ID: “.$user->ID; if ( ! $user ) { //Leave…Continue reading