Skip to main content

Activity

responded to How do I display the tags of each blog post with the excerpt on the main blog page? with completed
posted 2016-06-22 10:49:22 -0700
commented on Query String for Signup Form
Hi Aaron,

This can be achieved with JavaScript. You’ll first need to grab and parse the query string – here’s a simple tutorial on how to get a JavaScript object of your URL parameters: http://jquery-howto.blogspot.com/2009/09/get-url-parameters-values-with-jquery.html

The second part is setting the value of the parameter you want to the form field you’re targeting, which you can do via jQuery’s .val() method:

$(‘#form-field-id’).val($.getUrlVar(‘name’));
posted 2014-05-27 10:57:54 -0700
commented on How to change color of sticky header / nab background color in collective theme?
William, it should be $header-background-color. Please try clearing your site cache, and making sure that your changes have been made in both theme.scss and tablet-and-desktop.scss.
posted 2014-05-15 14:08:01 -0700