Pat Quintin's activity

Pat Quintin commented on How we can Add Blog Post according to Categories ? 2013-01-07 13:10:36 -0800 · Flag
Is there a way to include some, but not all, sub-pages in a blog page display? The blog page type is handy for multi-entry content of any type, but if a client has several different pages with this type of content (news, videos, press releases, blog, etc) is is possible to show only the news and press releases on the top-level page?

Sven Biggs tagged Pat Quintin's Press release archive with Useful 2013-01-16 14:40:43 -0800

Press release archive

It would be good to be able to display a list of press releases, like a blog entry list. Without this, I'm not sure what the point is of having a press release page type...?


Lilia Villa responded to Is it possible to use placeholders on input fields? with completed 2012-06-22 15:46:09 -0700

I'm working off of a design for foodday.nationbuilder.com that calls for placeholdersin the email signup text fields. So far, I haven't been able to figure out a syntax that doesn't just break the form. Anybody know how to do this?

 

thanks,

pq

Is it possible to use placeholders on input fields?

I'm working off of a design for foodday.nationbuilder.com that calls for placeholdersin the email signup text fields. So far, I haven't been able to figure out a syntax that doesn't just break the form. Anybody know how to do this?

 

thanks,

pq

Official response from Lilia Villa completed

You should be able to do this by changing the default value of the input by adding this to the template:

 

<script> $(document).ready(function() { $("#nameofinputfield").DefaultValue("placeholdertext");

}); </script>


Pat Quintin commented on slideshow duplicate? 2012-06-19 06:40:30 -0700 · Flag
Aw fer cryin out loud. I had taken it out of _columns_2, but totally overlooked it in _columns_1. Thanks.