Skip to main content

Activity

published API and GUI validation inconsistencies in API Developers Forum
posted 2016-09-13 18:39:20 -0700
published Sites index returns null for domain in API Developers Forum
posted 2016-09-06 17:33:37 -0700
tagged Extend tags API to include tag counts with important to me
posted 2016-06-01 08:01:54 -0700
commented on is it possible to import options for multiple choice custom field?
Not to my knowledge, I’m afraid
posted 2016-04-15 01:35:49 -0700
commented on Hiding public email themes/ thumbnails for custom themes
I was advised to contact NationBuilder support ([email protected]) to request theme deletion.

Don’t believe thumbnails are possible.
posted 2015-12-09 09:08:26 -0800
commented on Changing body background colour in Headliner theme
Uh, it posted early.
Try line 467 in theme.scss:
body {
  background: <a class="tweet-url cashtag" href="https://twitter.com/#!/search?q=%24mobile" title="$mobile">$mobile</a>-nav-background;
  margin: 0;
  font-size: 112.5%;
  font-family: <a class="tweet-url cashtag" href="https://twitter.com/#!/search?q=%24font" title="$font">$font</a>;
  line-height: 1.25;
  color: <a class="tweet-url cashtag" href="https://twitter.com/#!/search?q=%24text" title="$text">$text</a>-color;
}
posted 2015-12-09 09:07:39 -0800
commented on Unpublish Top Nav on home page
You will want to edit your template – look for the layout.html file.
Inside will be a line:
{% include "nav" %}


Removing that line will remove the nav bar completely from all pages.
posted 2015-12-09 09:01:13 -0800
commented on Getting when submitting RSVPs
Looks like this is fixed as you have RSVPs – let us know if not
posted 2015-12-09 08:58:57 -0800
commented on Icon Reference Request
Hey Meghan,
The icon set is called “font awesome”, you can see a reference here: https://fortawesome.github.io/Font-Awesome/ (although it’s possible the version included with that theme is an older version).
You can use http://fontello.com/ to generate your own custom “icon fonts”.
posted 2015-12-09 08:56:40 -0800
commented on Redirect if only Admins can view site
This isn’t possible from within Nationbuilder.
One option would be to edit the template for that site, and use Javascript to redirect (so it would go to forms/user_sessions/new for a second then elsewhere). However, this wouldn’t work if it was the primary site, as you wouldn’t have a way for your admins to login.
posted 2015-12-09 08:55:09 -0800