Skip to main content

Activity

responded to sizes for featured content sliders with completed
posted 2018-07-21 13:28:48 -0700
responded to How To Make a Consent Form Required? with completed
posted 2018-09-12 16:17:32 -0700
responded to Show the top navigation on Donation (v2) pages with completed
posted 2018-06-08 16:12:53 -0700
commented on Country not being saved on signup page
Hi,

We did send out an email response last week to the email address behind this account. Happy to include the contents of that email here as well.


In this case, you are trying to use the user submitted country field without submitting a user submitted address. If the user was to fill out a normal user submitted address, the country would submit with that address.

As an alternative, we would recommend using the home address country code field here:

{% text_field “home_address.country_code”, class:“text”, placeholder:“Country Code” %}

This field is a text field, but you can create your own select dropdown menu if you would like. From there, you can parse the data from the dropdown into the text field. This will allow the user to still use a dropdown menu, but the data is actually submitted through a text field.

Let us know if you have any trouble with this!
posted 2018-04-16 09:17:36 -0700
responded to Custom Logo for Email Blasts with completed
posted 2018-09-12 15:35:13 -0700
responded to Why am I Not Getting my Password Reset Email? with completed
posted 2017-12-15 07:12:46 -0800
responded to How to Modify Redirection of the Email Signup Bar? with completed
posted 2018-09-12 15:21:35 -0700
responded to How do I find out the dimensions of my website's graphics? with completed
posted 2017-11-09 15:25:42 -0800
responded to How To Remove Header Image From A Specific Page with completed
posted 2018-09-12 15:02:34 -0700
commented on Blog and Event Excerpts on Collective Stock Theme
Hi Isabelle,

Great question. You are able to change the number of blog posts that are displayed within your homepage by modifying line 62 of your _homepage_excerpt.html file.

You’re looking for code that looks like this:

{% for post in homepage_excerpt.blog.most_recent_blog_posts limit: 2 %}

In which the numerical limit can be increased or decreased per preference (default is 2).
posted 2017-08-17 09:21:53 -0700
commented on How do I edit the three buttons that show up on the homepage of the Victory Again theme?
Hi Emily,

The layout.html is a file that contains some of the structural coding for the layout of your website and can be found by going into Website > Theme > Current Custom Theme.

I’ve provided additional information to you personally on this front as well.
posted 2017-07-27 09:16:56 -0700
commented on Source of people
Hi Ralph
1. Thanks for catching that. I’ve updated the link.

2. I’m afraid the granularity you are looking for isn’t possible at the moment. Please see the “How-To” for more details on the capabilities of our GA integration.

I would also recommend for you to create a public issue on this topic. This will allow for the feature request to be brought to the attention of our product team and allow for customer need to be tracked.

http://nationbuilder.com/suggest
posted 2017-06-23 14:24:51 -0700