== Snaps ==

Contributors: Graph Paper Press
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Snaps is based on the _s (Underscores) starter theme by Automattic Inc. (http://underscores.me/)


== Description ==

Snaps is minimalist portfolio theme perfect for showcasing portrait images and galleries.

* Responsive layout.
* Portfolio Page Template.
* Custom Header.
* Jetpack.com compatibility for Infinite Scroll, Portfolio Custom Post Type.


== Bundled Licenses ==

* Genericons icon font, Copyright 2016 Automattic; Genericons are licensed under the terms of the GNU GPL, Version 2 (or later); Source: http://www.genericons.com


== Installation ==

1. In your admin panel, go to Appearance -> Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.


== Frequently Asked Questions ==

= Where is my Custom Menu? =

Snaps includes a horizontal navigation between the theme's header and content area. Custom Menus can be configured by going to Appearance -> Menus in your Dashboard.

= Where can I add widgets? =

Snaps includes three optional spaces for widgets in the theme's footer. Widgets can be configured by going to Apperance -> Widgets in your Dashboard.

= How to add the social links in the menu? =

Snaps allows you display links to your social media profiles, like Twitter and Facebook, as icons using a custom menu.

1. Create a new Custom Menu, and assign it to the Social Links Menu location.
2. Add links to each of your social services using the Links panel.
3. Icons for your social links will automatically appear if it’s available.

Available icons:

* CodePen
* Digg
* Dribbble
* Dropbox
* Email (mailto: links)
* Facebook
* Flickr
* GitHub
* Google+
* Instagram
* LinkedIn
* Pocket
* Polldaddy
* Pinterest
* Reddit
* RSS Feeds (urls with /feed/)
* StumbleUpon
* Tumblr
* Twitter
* Vimeo
* WordPress
* YouTube

= How can I add a site logo? =

Brand your site and make it yours by including your business' logo with Jetpack (http://jetpack.com); navigate to Customize -> Site Title and upload a logo image in the space provided. The logo will appear next to your site title in the header; it can be any size, but will display at a maximum height of 160px.

= How can I add a custom header image? =

Snaps supports custom header images. You can upload an image by navigating to Customize -> Header Image. The optimal width for header images is 1200px; the default header height for Snaps is 500px tall, but it will adjust to match the height of your uploaded image. If your site name requires more space, the header's height adjusts to fit all of the text.

= I don't see the Portfolio menu in my admin, where can I find it? =

To make the Portfolio menu appear in your admin, you need to install the [Jetpack plugin](http://jetpack.com) because it has the required code needed to make [custom post types](http://codex.wordpress.org/Post_Types#Custom_Post_Types) work for the Illustratr theme.

Once Jetpack is active, the Portfolio menu will appear in your admin, in addition to standard blog posts. No special Jetpack module is needed and a WordPress.com connection is not required for the Portfolio feature to function. Portfolio will work on a localhost installation of WordPress if you add this line to `wp-config.php`:

`define( 'JETPACK_DEV_DEBUG', TRUE );`

The Portfolio admin: https://cloudup.com/cOznO6emIyD

= How do I set up the front page like the demo site? =

The demo site URL: http://snapsdemo.wordpress.com/?demo

When you first activate Snaps, you’ll see your posts in a traditional blog format. If you’d like to use the portfolio page template as the front page of your site, as the demo site does, it’s simple to configure:

1. Create or edit a page, and assign it to the Portfolio Page Template from the Page Attributes module. https://cloudup.com/iz8PUZy0j0L
2. Go to Settings -> Reading and set “Front page displays” to “A static page”.
3. Select the page you just assigned the Portfolio Page Template to as “Front page” and set another page as the “Posts page” to display your blog posts.

By default, page title and content will appear. You can hide them if you prefer by going to Appearance -> Customize -> Theme Options and check “Hide title and content on Portfolio Page Template” option.

= Where is the page that lists all projects? =

Along with the Portfolio Page Template, your projects will be displayed on portfolio archive pages.

Let's say you have a WordPress.com site at: http://mygroovydomain.com

The URL of the portfolio archive page will be: http://mygroovydomain.com/portfolio/

If your blog’s URL is http://mygroovydomain.com/, you’ll find your portfolio archive page at http://mygroovydomain.com/portfolio/.

You'll need pretty permalinks (any structure) for this URL to work though. If you're stuck with default permalinks - your links have a query string at the end, like ?p=123 - then your portfolio archive can be accessed by adding this immediately after your URL:

`/?post_type=jetpack-portfolio`

The portfolio archive page: https://snapsdemo.wordpress.com/portfolio/


= How to use Portfolio Shortcodes? =

Once you create a project, you can use the portfolio shortcode to display it anywhere on your site. Adding the [portfolio] shortcode to any post or page will insert your project. [Learn more about working with the portfolio shortcode](http://en.support.wordpress.com/portfolios/portfolio-shortcode/).

= Quick Specs (all measurements in pixels) =

* The main colum width is 1075.

Photo sizes:
* Custom Thumbnail size: 480 x 640
* Medium size: 800 x 0
* Large size: 1200 x 0

If you wish to change it, please edit the code in functions.php.

== Changelog ==

= 29 June 2016 =
* Update Headstart featured image URLs.

= 22 June 2016 =
* Fix Home menu position in annotation.

= 21 June 2016 =
* Correct the annotation's page template setting.

= 15 June 2016 =
* Move theme option to the Portfolio tab in the customizer

= 9 June 2016 =
* Add Portfolio CPT new feature

= 31 May 2016 =
* Adding responsive-layout tag.

= 12 May 2016 =
* Add new classic-menu tag.

= 5 May 2016 =
* Move annotations into the `inc` directory.

= 4 May 2016 =
* Move existing annotations into their respective theme directories.

= 13 April 2016 =
* Ensure we escape $content on output.
* Refactor how to strip first gallery from the content.

= 13 January 2016 =
* spell GitHub correctly.

= 27 July 2015 =
* adding missing colon to Google fonts URL; spotted when testing new Google Fonts functionality

= 15 July 2015 =
* Always use https when loading Google Fonts.

= 2 June 2015 =
* fix `sprintf` placeholder.

= 28 May 2015 =
* adding .pot file for translation

= 19 May 2015 =
* making entry title slightly larger so it's not dwarfed by h2s in posts
* adding vertical alignment to footer widgets to fix display; reducing width of photo in Grofile widget

= 12 May 2015 =
* replacing double quotes with single quotes for consistency; updating order of navigation styles to make sure menu hover appears
* updates to styles:

= 18 March 2015 =
* making comment form styles more specific for WP.com text input; tweaking styles for jetpack recipe
* updating WP.com comment form styles to be more consistent with snaps; tweaking widget styles to look like they better fit with Snaps theme and adjusting rtl.css accordingly

= 17 March 2015 =
* adding important to widget_tag_cloud styles to override inline styles
* style updates -
* reducing size of footer widget title to create more distinction between footer area and content area
* style updates:
* updating screenshot to include updated fonts, menu styles

= 14 March 2015 =
* Snaps; adjusting space around portfolio; giving background, reducing size on tag cloud

= 12 March 2015 =
* fixing spacing around social media links; removing unnecessary padding top from .single #content
* updating styles to
* updating header tags for 404 page widgets

= 11 March 2015 =
* adjusting spacing and font sizes around headers, content, post navigation and footer elements; making appropriate corresponding updates to rtl and editor styles
* adding clearfix class to post navigation
* making #main contain content and footer so a background ccolour can be added behind all content
* fixing indent formatting

= 10 March 2015 =
* making fixes based on Tammie's breaking feedback, including:

= 4 March 2015 =
* fixing category title, and further style
* adding/fixing styles for WP.com widgets
* adding/fixing styles for WP.com widgets

= 3 March 2015 =
* fixing font weight for headers in editor styles

= 28 February 2015 =
* realized social menu styles relied on specific name of menu; updated to add class to container and use that instead
* correcting max logo size for header; fixing issue with side scroll on some smaller screensizes
* design updates and

= 26 February 2015 =
* correcting the following:
* Updates for the following design
* comment markup formatting was causing the date link and edit link to appear to run together - adjusting to fix
* belatedly adding portfolio-page template update with new navigation so pagination works for porfolio projects

= 25 February 2015 =
* Replacing the_posts_navigation() from _s  with one following Sketch's formatting -- it has to be possible to pass the navigation function the max number of pages for it to work on Porfolio pages

= 24 February 2015 =
* updating format quote styles; found lack of bottom margin doesn't work with Share links on WP.com
* making navigation styles more general for different menus
* making respond form styles more specific
* Adding styles for no-results on portfolio - realized issue when created demo site
* moving theme from dev directory into main /pub directory
