Skip to main content

Activity

commented on Where does the homepage widget get called?
Hey Adam – A little late here, but posting a response in case someone else finds this and has the same question. If you want to add some static content to your homepage, you can just add that in the “Template” tab of whatever page is your homepage. If you are looking to edit the content that gets pulled in via the homepage, check out the files called “_homepage_widget.html” and “_homepage_excerpt.html” in the Files tab of your custom theme.
posted 2016-11-03 09:27:23 -0700
responded to How to remove fields from a NationBuilder form with completed
posted 2016-11-02 15:13:07 -0700
responded to resize youtube videos with completed
posted 2016-10-26 18:51:48 -0700
responded to Featured Content Sliders Cut off on Mobile Devices with completed
posted 2016-10-26 17:02:15 -0700
responded to How can I edit the donation progress bar in CSS to make it vertical? with completed
posted 2016-10-26 16:41:53 -0700
commented on Sidebar/supporter nav Items not showing up
Hey Anna – You can totally do this with a little bit of customization to your website’s custom theme. The way that our themes work by default is that they use an HTML file called “_columns_1.html” if the “Show sidebar” checkbox in the page settings is unchecked and an HTML file called “_columns_2.html” if that checkbox is checked.

Then, within the “_columns_2.html” file, it says to use a different file, called “_supporter_nav.html” if the user is logged in and to display some other content (usually those three buttons) when the user is not logged in. It is this last bit of code that you want to edit. Specifically, you could copy the code used in there to display the other buttons and paste it just below those buttons, replacing the liquid variables (i.e. {{ site.button1_text }} and {{ site.button1_page.full_url_with_profile_recruiter }} ) with your own text and URL.

In short, the ‘Supporter nav’ is only displayed to logged in users, but you can customize what is displayed if the supporter nav is not displayed by editing the columns_2 file.

Note: Make sure that whichever pages you link to in these new buttons are set up to be viewable to anyone, not just logged-in users.
posted 2016-10-24 16:02:09 -0700
responded to Contact Page not showing on top Nav bar with completed
posted 2016-09-30 11:17:39 -0700
responded to Pull profile info based on tags, outside of Directory pages? with completed
posted 2016-09-27 10:08:48 -0700
responded to How can I show a list of recruits on a person's profile page? with completed
posted 2016-09-26 21:44:25 -0700
responded to Use liquid variables to differenciate recipients by gender? with completed
posted 2016-09-20 11:50:48 -0700
responded to How to remove title and container from Publish theme with completed
posted 2016-09-20 11:08:45 -0700