Skip to main content

Activity

commented on donation
I am unable to call upon
{{ page.donations_amount_in_cents }}

{{ page.donations_amount_in_cents }}


into another page with this code:
{% subpage "donate" with "thermometer_partial" %}


Does anyone know how I would go about doing this? It seems to simply not function at all.
posted 2016-02-09 05:47:54 -0800
commented on address
I can’t seem to get the site wide organization setting
{{ setting.address.one_line }}

{{ setting.address.one_line }}


to function. Any ideas?
posted 2015-07-19 15:17:06 -0700
commented on settings
Yes I had the syntax wrong. Thank you!
posted 2015-07-22 09:07:22 -0700
commented on signup
Does anyone know if the field to set the individual user’s donation goal can be called into another page?
posted 2015-06-30 05:25:29 -0700
tagged Automated Pingdom Submission via API with Easy
posted 2015-05-12 11:01:46 -0700
commented on Custom fields -> NationBuilder
FANTASTIC! I like the fact you centralized the custom fields. It makes keeping track of them much easier and you can create fields for future us, not just current use by a specific page.
posted 2013-05-25 11:12:38 -0700
commented on How can I switch my Public Profile picture?
This should be essential.
posted 2013-10-23 23:25:58 -0700
commented on How do I add ads to my website?
If you want to show ads for specific sponsors on specific pages, utilizing the following LIQUID code allows you to do so by creating a custom array and comparing the current page slug:

{ assign ad_slugs = “pageslug1~pageslug2~pageslug3~pageslug4” | split: “~” }
{ if ad_slugs contains page.slug }
<a href=“”http://www.sponsorurl.com">http://www.sponsorurl.com" title=“Sponsor Name” target=“_blank”>
<img src=“”http://www.domain.com/sponsor_image.jpg">http://www.domain.com/sponsor_image.jpg" alt=“Sponsor Name”></a>
{ endif }
{ assign ad_slugs = "" }
posted 2013-11-06 08:17:57 -0800
commented on How can I add an interactive map of the US to my nation?
For some customers the jVectorMap system may be more appropriate and lighter weight:

http://jvectormap.com/
posted 2013-03-01 13:00:35 -0800
commented on How to add upcoming events to sidebar supporter nag?
I would also like to know this as well, if possible on the current system.
posted 2013-06-18 09:46:35 -0700
commented on How do I add search to my site?
The issue with using google search is advertising, which can have a negative effect on the image of the organization by lacking control to remove ads that can be harmful to the organizations image, and those ads being detrimental to the style of the site. Yes you can pay $100/year to remove google ads, but many smaller organizations do not have this ability due to budgetary constraints.
posted 2013-07-29 01:14:02 -0700
commented on I am trying to create a link to encourage supporters to create Public Profiles.
When using the unmodified Aware theme I also get the Page Not Found message when trying to view my own profile from the front end of the site. Is there a setting that I am missing?
posted 2015-03-15 10:24:31 -0700