Skip to main content

Activity

commented on Variable number of max installments in donation system?
Hi Lucy,

Unfortunately, there’s no way to change how that liquid variable behaves. HOWEVER, If you switch out the liquid object of the installment selector for raw HTML, the selector will still work.

So, for example, you could switch the liquid with this:

I want to pay the following in 12345678 installments

Then, as long as you can figure out how to get those options change based on the date, you should be all set. You could use liquid variables, JavaScript or a combination of both.

Here are some helpful links for the JS part of it:

http://stackoverflow.com/questions/21316690/change-displaynone-based-on-date
http://nationbuilder.com/jerad/liquid_get_current_year
posted 2016-06-09 16:07:30 -0700
commented on How to embed widgets and other code between the content/body text of a page or email blast
(also, when I just posted that comment it reformatted the word “SPLIT” with dashes on either side of it, changing it to the word SPLIT with a line through it. You should read that comment as if SPLIT looked more like “- SPLIT -”.
posted 2017-01-24 08:45:08 -0800
responded to How do I display ticket level and quantity in event ticket receipt email? with completed
posted 2016-05-09 12:15:37 -0700
tagged Gavin DeSchutter's Not enough cowbell with important to me
posted 2016-04-19 14:55:05 -0700
commented on Is it possible to get a list of upcoming events?
I was just working on something similar and wanted to provide some additional information in case it’s helpful to someone else.

The code listed in this answer works wonderfully, but if you want to change how the event excerpt is formatted (e.g. Display event name before the event date, change the color of the event name, etc…), you can edit all of this in the _event.html file. This file won’t show up in the files tab under Theme, but if you click “create new file” and name the new file _event.html, it will detect that a file with that name already exists and you will be able to edit it.
posted 2015-09-19 12:09:01 -0700
commented on Changing or eliminating e-mail blast signatures
Hi Matt, under the overall Nation settings, there is a tab called “Contact”. From there, you can change the name of your organization and your address.
posted 2015-07-01 13:09:36 -0700