== 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.