{"id":276,"date":"2021-01-19T22:27:00","date_gmt":"2021-01-19T22:27:00","guid":{"rendered":"http:\/\/liverlifechallenge.kyoxnkze5g-gjy3mdyxd38q.p.temp-site.link\/template\/?page_id=276"},"modified":"2021-01-20T19:21:03","modified_gmt":"2021-01-20T19:21:03","slug":"general-donation","status":"publish","type":"page","link":"https:\/\/liverlifechallenge.org\/template\/general-donation\/","title":{"rendered":"General Donation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"276\" class=\"elementor elementor-276\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c5bc88 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c5bc88\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-25e2fd5\" data-id=\"25e2fd5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3883912 elementor-widget elementor-widget-text-editor\" data-id=\"3883912\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>This donation will credit to the event as a whole and will not credit a specific participant or team.<\/p><p><span style=\"color: #1d76bb;\"><a style=\"color: #1d76bb;\" href=\"https:\/\/liverlifechallenge.org\/\/template\/index.php\/support-a-team\/\"><strong>Click here if you want to donate to a team<\/strong><\/a><\/span><\/p><p><strong><a href=\"https:\/\/liverlifechallenge.org\/\/template\/index.php\/support-a-participant\/\"><span style=\"color: #1d76bb;\">Click here if you want to donate to a participant<\/span><\/a><\/strong><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fcc7e79 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fcc7e79\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ea5d848\" data-id=\"ea5d848\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f97969d elementor-widget elementor-widget-html\" data-id=\"f97969d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/doublethedonation.com\/api\/js\/ddplugin.js\"><\/script>\r\n<script id=\"benform\" type=\"text\/javascript\">\r\nbenForm(5838, \"benform\");\r\n<\/script>\r\n\r\n<style type=\"text\/css\">\r\n    .benevolencewrapper .button { background-color: #8dc740 !important; }\r\n.benevolencewrapper a:not(.button) { color: #1d76bb !important; } \r\n<\/style> \r\n\r\n<script type=\"text\/javascript\">\r\n        function benForm_Loaded() {\r\n             var donationlevels = [30, 60, 125, 250, 500];\r\n\r\n            jQuery(\".bendonlevels input[type=radio]\").each(function (i, e) {\r\n\r\n                if (donationlevels[i]) {\r\n                    jQuery(e).val(donationlevels[i]);\r\n\r\n                    jQuery(\".bendonlevels label\").eq(i).html(\"$\" + donationlevels[i]);\r\n\r\n                }\r\n        });\r\njQuery(\".benhonorrolldiv\").before(jQuery(\"<\" + \"div id='dd-company-name-input'\" + \">\" + \"<\" + \"\/div>\"));\r\n            doublethedonation.plugin.load_streamlined_input();\r\njQuery(\".benregform\").before(jB(\"#pnlTeam\").detach());\r\n    }\r\nfunction updateUrlParameter(uri, key, value) {\r\n            \/\/ remove the hash part before operating on the uri\r\n            var i = uri.indexOf('#');\r\n            var hash = i === -1 ? ''  : uri.substr(i);\r\n            uri = i === -1 ? uri : uri.substr(0, i);\r\n\r\n            var re = new RegExp(\"([?&])\" + key + \"=.*?(&|$)\", \"i\");\r\n            var separator = uri.indexOf('?') !== -1 ? \"&\" : \"?\";\r\n\r\n            if (!value) {\r\n            \/\/ remove key-value pair if value is empty\r\n            uri = uri.replace(new RegExp(\"([?&]?)\" + key + \"=[^&]*\", \"i\"), '');\r\n            if (uri.slice(-1) === '?') {\r\n                uri = uri.slice(0, -1);\r\n            }\r\n            \/\/ replace first occurrence of & by ? if no ? is present\r\n            if (uri.indexOf('?') === -1) uri = uri.replace(\/&\/, '?');\r\n            } else if (uri.match(re)) {\r\n            uri = uri.replace(re, '$1' + key + \"=\" + value + '$2');\r\n            } else {\r\n            uri = uri + separator + key + \"=\" + value;\r\n            }\r\n            return uri + hash;\r\n        } \r\n        setInterval(function() {\r\n        var url = jQuery(\"#benforminput\").attr(\"action\");\r\n            if (!url) return false; var browserurl = updateUrlParameter(window.location.href, 'cid', jQuery(\"input[name=doublethedonation_company_id]\").val());\r\n        browserurl = updateUrlParameter(browserurl, 'status', jQuery(\"input[name=doublethedonation_status]\").val());\r\n        url = updateUrlParameter(url, 'url', encodeURIComponent(browserurl)); jQuery(\"#benforminput\").attr(\"action\", url); }, 1000);\r\n        function getParameterByName(name, url) {\r\n            if (!url) url = window.location.href;\r\n            name = name.replace(\/[\\[\\]]\/g, \"\\\\$&\");\r\n            var regex = new RegExp(\"[?&]\" + name + \"(=([^&#]*)|&|#|$)\"),\r\n                results = regex.exec(url);\r\n            if (!results) return null;\r\n            if (!results[2]) return '';\r\n            return decodeURIComponent(results[2].replace(\/\\+\/g, \" \")); }\r\n<\/script> \r\n\r\n<style type=\"text\/css\"> \r\n#pnlDiscountCode { display: none; } \r\n<\/style> \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>This donation will credit to the event as a whole and will not credit a specific participant or team. Click here if you want to donate to a team Click here if you want to donate to a participant<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_links_to":"","_links_to_target":""},"blocksy_meta":{"page_title_panel":"","has_hero_section":"default","eebf7d972aaadaa2c7d8fb96b4fba0e3":"","hero_section":"type-1","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home"},{"id":"custom_description","enabled":true,"description_visibility":{"desktop":true,"tablet":true,"mobile":false}},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true}},{"id":"breadcrumbs","enabled":false}],"398e29995d6251755d94f8727678ac13":"","hero_alignment1":"left","hero_margin":{"desktop":50,"tablet":30,"mobile":30},"hero_alignment2":"center","hero_vertical_alignment":"center","ed6784f340b59dd80e875bf060debfcc":"","hero_structure":"narrow","95089defe4a3b78d8a68774e4ef4119d":"","page_title_bg_type":"featured_image","custom_hero_background":{"attachment_id":null},"parallax":{"desktop":false,"tablet":false,"mobile":false},"ed9a560355ad24b14f751647f684ac24":"","hero_height":"250px","pageTitleFont":{"family":"Default","variation":"Default","size":{"desktop":"32px","tablet":"30px","mobile":"25px"},"line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageMetaFont":{"family":"Default","variation":"n6","size":"12px","line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"n6","size":"12px","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"default":{"color":"CT_CSS_SKIP_RULE"}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"#EDEFF2"}}},"5b692b749bfc1ac535a8658946c76716":"","page_structure_type":"default","content_style":"inherit","vertical_spacing_source":"inherit","content_area_spacing":"both","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"#ffffff"}}},"content_boxed_shadow":{"inherit":false,"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"boxed_content_spacing":{"desktop":{"top":"40px","bottom":"40px","left":"40px","right":"40px","linked":true},"tablet":{"top":"35px","bottom":"35px","left":"35px","right":"35px","linked":true},"mobile":{"top":"20px","bottom":"20px","left":"20px","right":"20px","linked":true}},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"9e6ae4d691b6048a32e9903fa19a91ce":"","disable_featured_image":"no","disable_header":"no","disable_footer":"no","4f04d5769a82addd4d7f44a69eb74000":"","header_footer_scripts_panel":"","header_scripts":"","28ec5cf2c9ba9e7e63ad26021bda6b5a":"","header_after_body_scripts":"","00197262d34d0ca0fedce1fe813055a8":"","footer_scripts":"","fbdfe4a3ac8574b8bd99a26f97f7fa03":"","614cfe0fd471b6600f0185d2f81c6655":"","a144cebda5f56983ae669198359595bb":"","9db380d011ca70f4804999ef3de7297e":"","a15ebc7f000b1ca37117ef52af9a557c":"","cf9c29e6e65d03e87231ac890d58861a":"","91c8880bfdd7dd3a16111302ae7b14b7":"","e55383c73b8069763142be890ee23bae":"","4f8010f1737dad929270b0f0768d4218":"","ffd53564cf390fa6d34a71e7f5b5d91c":"","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":5}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>General Donation - Liver Life Challenge Template<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/liverlifechallenge.org\/template\/general-donation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"General Donation - Liver Life Challenge Template\" \/>\n<meta property=\"og:description\" content=\"This donation will credit to the event as a whole and will not credit a specific participant or team. Click here if you want to donate to a team Click here if you want to donate to a participant\" \/>\n<meta property=\"og:url\" content=\"https:\/\/liverlifechallenge.org\/template\/general-donation\/\" \/>\n<meta property=\"og:site_name\" content=\"Liver Life Challenge Template\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-20T19:21:03+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/liverlifechallenge.org\/template\/general-donation\/\",\"url\":\"https:\/\/liverlifechallenge.org\/template\/general-donation\/\",\"name\":\"General Donation - Liver Life Challenge Template\",\"isPartOf\":{\"@id\":\"https:\/\/liverlifechallenge.org\/template\/#website\"},\"datePublished\":\"2021-01-19T22:27:00+00:00\",\"dateModified\":\"2021-01-20T19:21:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/liverlifechallenge.org\/template\/general-donation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/liverlifechallenge.org\/template\/general-donation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/liverlifechallenge.org\/template\/general-donation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/liverlifechallenge.org\/template\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"General Donation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/liverlifechallenge.org\/template\/#website\",\"url\":\"https:\/\/liverlifechallenge.org\/template\/\",\"name\":\"Liver Life Challenge Template\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/liverlifechallenge.org\/template\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/liverlifechallenge.org\/template\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/liverlifechallenge.org\/template\/#organization\",\"name\":\"Liver Life Challenge Template\",\"url\":\"https:\/\/liverlifechallenge.org\/template\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/liverlifechallenge.org\/template\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/liverlifechallenge.org\/template\/wp-content\/uploads\/sites\/3\/2021\/01\/llc_logo.png\",\"contentUrl\":\"https:\/\/liverlifechallenge.org\/template\/wp-content\/uploads\/sites\/3\/2021\/01\/llc_logo.png\",\"width\":725,\"height\":110,\"caption\":\"Liver Life Challenge Template\"},\"image\":{\"@id\":\"https:\/\/liverlifechallenge.org\/template\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"General Donation - Liver Life Challenge Template","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/liverlifechallenge.org\/template\/general-donation\/","og_locale":"en_US","og_type":"article","og_title":"General Donation - Liver Life Challenge Template","og_description":"This donation will credit to the event as a whole and will not credit a specific participant or team. Click here if you want to donate to a team Click here if you want to donate to a participant","og_url":"https:\/\/liverlifechallenge.org\/template\/general-donation\/","og_site_name":"Liver Life Challenge Template","article_modified_time":"2021-01-20T19:21:03+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/liverlifechallenge.org\/template\/general-donation\/","url":"https:\/\/liverlifechallenge.org\/template\/general-donation\/","name":"General Donation - Liver Life Challenge Template","isPartOf":{"@id":"https:\/\/liverlifechallenge.org\/template\/#website"},"datePublished":"2021-01-19T22:27:00+00:00","dateModified":"2021-01-20T19:21:03+00:00","breadcrumb":{"@id":"https:\/\/liverlifechallenge.org\/template\/general-donation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/liverlifechallenge.org\/template\/general-donation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/liverlifechallenge.org\/template\/general-donation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/liverlifechallenge.org\/template\/"},{"@type":"ListItem","position":2,"name":"General Donation"}]},{"@type":"WebSite","@id":"https:\/\/liverlifechallenge.org\/template\/#website","url":"https:\/\/liverlifechallenge.org\/template\/","name":"Liver Life Challenge Template","description":"","publisher":{"@id":"https:\/\/liverlifechallenge.org\/template\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/liverlifechallenge.org\/template\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/liverlifechallenge.org\/template\/#organization","name":"Liver Life Challenge Template","url":"https:\/\/liverlifechallenge.org\/template\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/liverlifechallenge.org\/template\/#\/schema\/logo\/image\/","url":"https:\/\/liverlifechallenge.org\/template\/wp-content\/uploads\/sites\/3\/2021\/01\/llc_logo.png","contentUrl":"https:\/\/liverlifechallenge.org\/template\/wp-content\/uploads\/sites\/3\/2021\/01\/llc_logo.png","width":725,"height":110,"caption":"Liver Life Challenge Template"},"image":{"@id":"https:\/\/liverlifechallenge.org\/template\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/liverlifechallenge.org\/template\/wp-json\/wp\/v2\/pages\/276"}],"collection":[{"href":"https:\/\/liverlifechallenge.org\/template\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/liverlifechallenge.org\/template\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/liverlifechallenge.org\/template\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/liverlifechallenge.org\/template\/wp-json\/wp\/v2\/comments?post=276"}],"version-history":[{"count":7,"href":"https:\/\/liverlifechallenge.org\/template\/wp-json\/wp\/v2\/pages\/276\/revisions"}],"predecessor-version":[{"id":348,"href":"https:\/\/liverlifechallenge.org\/template\/wp-json\/wp\/v2\/pages\/276\/revisions\/348"}],"wp:attachment":[{"href":"https:\/\/liverlifechallenge.org\/template\/wp-json\/wp\/v2\/media?parent=276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}