Skip to main content

Activity

tagged Rafe Goldberg's Editing the {{ content_for_header }} with Helpful
posted 2013-12-07 14:41:29 -0800
commented on activation
Where do you set the required fields for activation, like the is_address_needed and is_mobile_needed flags?
posted 2013-11-01 09:35:14 -0700
commented on page.event
How do we check to see if a logged in user has already purchased a ticket for the event?
posted 2013-11-08 06:57:05 -0800
commented on I want to change how the redirect works in signup page
As an example for a followup to my question. My splash page is at: http://www.danbenishek.com/splash?splash=1#=

and no matter what I put into the “After signing up, what page should they land on next?” field on the signup page’s settings, the value of the hidden input field on the splash page for “return_to” is always “”http://www.danbenishek.com/splash">http://www.danbenishek.com/splash"
posted 2014-06-21 22:51:45 -0700
commented on Liquid Basics
Apparently it doesn’t show my html, so you’ll have to trust me that they way I’m doing it is not as optimal as including the liquid tagged version of a form element.
posted 2013-11-20 11:43:25 -0800
commented on site
Jerimee – I tried that code, but it only loaded the data when I was on the calendar page. I’m looking for something to grab the information site-wide. I’m looking to pull a couple of pieces of info from the latest 3 upcoming events and put that minimal info in the header of the site so it can be seen from every page.

It seems like it has to use the site.upcoming_event_pages to do this, but there is no documentation on how to properly do so :(
posted 2012-09-25 09:51:49 -0700
commented on Tapping into Event variable from outside "Calendar" page.
The name of the new file I created was actually “_events_latest.html” that was just a typo when I posted the response.
posted 2012-09-26 20:17:08 -0700
commented on Adding a photo gallery.
Zach, I just wanted to give you a heads up that I modified my code on github.com to add a delay in the animation that keeps it from freezing the browser on mobile devices. The delay is small enough that you can’t detect it, but it gives the browser time to do other things.
posted 2014-02-27 08:18:37 -0800
commented on Link color
There should be a theme.scss file under your “Themes” section. In that page you edit the CSS to change the color of the link. You’ll be editing the “a {}” value.
posted 2012-04-13 15:03:55 -0700
commented on "Unrequiring" Donation page fields?
Why on Earth would a phone number be required? That one feature alone is enough to switch to a different web hosting solution. The amount of people that would be turned off by being required to leave a phone number is way too high to even think of making this a required field.
posted 2014-03-13 07:25:21 -0700
commented on event_ticket_level
What exactly does the Number of tickets describe? number of tickets still available for event, number of total tickets for sale, number of total tickets sold, etc…
posted 2013-11-08 06:55:44 -0800