Skip to main content

Activity

commented on "Was opted out of receiving email" vs "Unsubscribed from email updates"
I’m having issues with this as well. Is there a way to keep people from getting randomly unsubscribed?
posted 2018-05-24 16:51:44 -0700
commented on How do I add a goal bar to the Donation (V2) page?
The donation bar wasn’t progressing. I had to make the following change: Remove commas from the page.donations_amount_format variable so that the division can work correct.

Change the third line to (notice addition of "remove: ‘,’):
{% assign donationsPercentOfGoal = page.donations_amount_format | remove: ‘$’ | remove: ‘,’ | divided_by: donationGoal %}
posted 2018-05-14 23:08:14 -0700