Settings and activity
19 results found
-
13 votes
Jared Mabrey
supported this idea
·
-
5 votesProposed Idea · 0 comments · CommunitySuite Idea Lab » Giving Hub (formerly Donation Portal) · Admin →
Jared Mabrey
supported this idea
·
-
16 votes
Jared Mabrey
supported this idea
·
-
18 votesProposed Idea · 3 comments · CommunitySuite Idea Lab » Giving Hub (formerly Donation Portal) · Admin →
An error occurred while saving the comment -
83 votes
An error occurred while saving the comment
Jared Mabrey
commented
Agreed. Being able to integrate third-party mailers like Amazon SES or Mailchimp Transactional would be helpful too.
Jared Mabrey
supported this idea
·
-
113 votes
Jared Mabrey
supported this idea
·
-
268 votes
Jared Mabrey
supported this idea
·
-
3 votesProposed Idea · 0 comments · CommunitySuite Idea Lab » Templates (excludes Fund Statements) · Admin →
Jared Mabrey
supported this idea
·
-
43 votes
Jared Mabrey
supported this idea
·
-
5 votes
Jared Mabrey
supported this idea
·
-
7 votes
An error occurred while saving the comment
Jared Mabrey
commented
Here's some hacky CSS that might help for now, Anna.
/*--- Adjust size of Grant Catalog requested / funded ---*/
.row.mb-4 .col-6, .row.mb-4 .col {
font-size: 20px; /* Whole block */
font-weight: 100;
line-height: 23px;
margin-top: 15px;
b { /* make Requested / Funded words smaller*/
font-size: 14px;
font-weight: 600;}
b:nth-child(2) { /* Hide Requested */
visibility:hidden;}
b:nth-child(2):after { /* Add Goal after where Requested was */
content: 'Goal';
visibility: visible;}
} -
9 votesProposed Idea · 1 comment · CommunitySuite Idea Lab » Templates (excludes Fund Statements) · Admin →
Jared Mabrey
supported this idea
·
-
8 votes
Jared Mabrey
supported this idea
·
-
14 votesProposed Idea · 6 comments · CommunitySuite Idea Lab » Giving Hub (formerly Donation Portal) · Admin →
An error occurred while saving the comment
Jared Mabrey
commented
If this means the cart page (.../erp/donate/checkout), I'd like a custom footer here too. Is that correct, Sam?
Jared Mabrey
supported this idea
·
-
14 votesProposed Idea · 1 comment · CommunitySuite Idea Lab » Donations/Pledges/Promises/Public Securities · Admin →
Jared Mabrey
supported this idea
·
-
34 votes
Jared Mabrey
supported this idea
·
-
91 votes
Jared Mabrey
supported this idea
·
-
47 votes
Jared Mabrey
supported this idea
·
-
109 votes
Hey All,
Would you need multiple levels of folders or would one level be enough?
Jared Mabrey
supported this idea
·
Hey Jesika, you might've already figured it out by now, but if you put this bit of CSS in the top of your html in the Thank You Giving Hub portal content, it'll hide it!
Don't put this in your main CSS, though.
<style>
/* Hide Thank You h3 text and Continue Giving button */
h3,
.mt-2,
.ft_banner {
display: none;
}
/* Make block full-width */
.col-md-6 {
width: 100%;
}
</style>