New WordPress Theme: Eino

Like before I’m just gonna put readme file here so that you get the idea what’s going on. Or just check out the demo site and you’ll get pretty good idea about Eino theme. It’s a multitasking theme and I see it as a perfect theme for artists or bands.
[edd_download_info_link text=”Eino demo site” url=”http://foxnet-themes.fi/demo/eino/” color=”gray” open=”yes”]

About

Eino is about rocking your site.

Note! Eino only works WordPress 3.6 or later.

This theme is a parent theme. All modification should be made via a child theme.

Features

Eino is built on Hybrid Core framework. There is a brilliant minded man called Justin Tadlock who has created it. So remember to check out all the Hybrid Themes.

  • Per-post layouts which means that you can choose one, two or three column layout. Content on the left, center or right. Default is one column layout.
  • Post setting that allows you to add a custom stylesheet for individual posts.
  • A smart breadcrumb system.
  • Built-in pagination.
  • Post thumbnails that work with WordPress featured image functionality and provide extra features.
  • Multiple and flexible sidebars areas: Header, Primary, Secondary, Subsidiary and Front Page template widgets.
  • Dynamic body, post, and comment CSS classes.
  • Fully internationalized, so you can translate the theme in any language. You should place your translations files to child theme languages folder.
  • Built-in WordPress menu system. There are three menus in the theme: Primary, Secondary and Subsidiary. Note! Secondary and Subsidiary menus only support for one level menu items.
  • Context-aware action and filter hooks.
  • Some of the most-used filter hooks are shortcode-ready and have accompanying shortcodes.
  • Global layout can be changed under Appearance »» Customize »» Layout.
  • Base font (size and font family) can be changed under Appearance »» Customize »» Fonts.
  • Base font family for headings can be changed under Appearance »» Customize »» Fonts.
  • There are several Color Schemes build in to the theme. You can set them under Appearance »» Customize »» Colors.
  • Set logo under Appearance »» Customize »» Logo Upload.
  • Set Social links under Appearance »» Customize »» Social Links.
  • Set Front Page Callout text and link under Appearance »» Customize »» Front Page Callout.
  • Set background under Appearance »» Background.
  • Set header image under Appearance »» Header.
  • Ability to create custom templates for any post type in multiple ways.
  • Highly-configurable widgets that give you full control over their display.
  • Widget areas are content-aware, meaning that they only appear if they contain active widgets.
  • Support for all Post Formats.
  • Theme was designed with Mobile First attitude. It uses so called toggle menu for “mobile” devices, Respond.js for legacy browsers and Fit Vids for videos.

Child themes

Eino is a parent theme, so use a child theme for any customizations. You can also download blank child theme in theme page. If you want do it yourself, here is how to get started.

  • Create a theme folder in your /wp-content/themes directory called eino-child.
  • After that create a style.css file in /wp-content/themes/eino-child folder.
  • At the top of your style.css file, add the below information.
/**
 * Theme Name: Eino Child
 * Theme URI: http://link-to-your-site.com
 * Description: Describe your child theme.
 * Version: 0.1
 * Author: Your Name
 * Author URI: http://link-to-your-site.com
 * Tags: Some, Tags
 * Template: eino
 */

There is no reason to import parent theme styles, because they are loaded automatically. Note! If you compress your style.css and copy your styles to a file called style.min.css, it will be used automatically.

Using child theme is officially-supported way of modifying themes in WordPress.

Supported plugins

Custom Content Portfolio

If you need to show off your portfolios, install Custom Content Portfolio Plugin and you’re good to go.

Your portfolios will appear in URL domain.com/portfolio. Remember to flush rewrite rules first by going Settings »» Permalinks.

bbPress

If you need Forums install bbPress Plugin. I have made bbPress to fit in the theme responsive design.

BuddyPress

If you need social network powered by WordPress, BuddyPress is for you.

Easy Digital Download

If you need to sell your digital downloads Easy Digital Download is the best plugin for that.

Woocommerce

If you need to sell your just about anything, Woocommerce is the best plugin for that.

Gravity Forms

Eino includes base CSS for Gravity Forms plugin.

Soliloquy Slider

Naturally you can use Soliloquy Sliders in post/page content but there is one extra Custom Page Template for Soliloquy Slider.

Theme Settings (Appearance »» Customize)

All of the theme setting is under Appearance »» Customize.

Fonts

Set base font (size and font family) under Appearance »» Customize »» Fonts. You can also choose font family for headings.

Colors

There are several premade Color Schemes in the theme and you can pick them in Appearance »» Customize »» Colors. You can even pick custom colors but if you do play around with them it’s best that you have Default Color Scheme “activated” first.

Set logo

Set logo under Appearance »» Customize »» Logo Upload. Suggested logo size is 300 x 79 (in pixels). Image size is flexible so you can try different image size. Of course Blog name will be displayed if there is no logo set.

Background Image

Theme is designed to have full screen background but can also disable it under Appearance »» Customize »» Background Image. You can also use random backgrounds and this feature is meant to be used with full screen backgrounds and default settings in repeat, attachment and position. Random background means that all the backgrounds you have loaded will be used randomly. If you want to remove backgrounds, go to Media Library and delete Background images you want. You can notice them from the label Background Image.

Change default layout

Eino theme has three column layout by default. You can change this default layout under Appearance »» Customize »» Layout. You can overwrite this in post
editor by choosing layout for that certain post:

  • One Column (theme default)
  • Two Columns, Left ( content / sidebar )
  • Two Columns, Right ( sidebar / content )
  • Three Columns, Left ( content / sidebar / sidebar )
  • Three Columns, Right ( content / sidebar / sidebar )
  • Three Columns, Center ( sidebar / content / sidebar )

You can also choose Content width or full screen width Header image in here. Dimensions are 1520 x 379 pixels for the Content width and 1920 x 379 pixels for full width.

Footer text

You can change Footer text in Footer section.

Social links

Set Social links URLs under Appearance »» Customize »» Social Links. You can set social links to Twitter, Facebook, RSS, Linkedin, Google+, Github and Pinterest. Theme is using Font Awesome fonts for social links.

Front Page Callout

Theme has page template called Front page. Under Appearance »» Customize »» Front Page Callout you can add callout text and link.

Header Image

There is a Content width or full screen Header image in the theme. Set the header image under Appearance »» Header. You can overwrite default header image in singular post/page by setting large enough featured image. Feature header size is 1920 x 379 pixels or 1520 x 379 pixels.

Page Templates

There is couple of page templates in this theme. It’s located in page-templates folder. If you need to overwrite page templates in a child theme, create subfolder page-templates in child theme and copy certain page template in that folder and start modifying.

  • Front Page (front-page.php): This is for showing your Callout link and Callout image. There is also Front page widget area for this page template.
  • Members (members.php): It lists users that are at least authors and user data can be added in user profile page. Twitter Username, Google+ URL, Facebook URL and Biographical Info.
  • Download Page (download-page.php): This is for showing your latest downloads. There is also Front page widget area for this page template.
  • Portfolio Page (portfolio-page.php): This is for showing your latest portfolios. There is also Front page widget area for this page template.
  • Slider (slider.php): This is for showing your images in a fancy Soliloquy Slider.

You can select a page template from the “Template” section of the “Attributes” meta box when writing or editing a page.

If you want to use Front Page template as a front page for your site instead of the standard blog post view, follow these instructions.

Creating the front page

  • First create a new page. You can name it anything. For example “Home” or “Portfolio”.
  • When creating this page, select “Front Page” from the “Template” drop-down inside of the “Attributes” meta box.
  • Click the “Publish” button.

Change site front page

  • Go to the “Settings »» Reading” screen in the admin to adjust the page shown on the front of the site.
  • Locate the section labeled “Front page displays”.
  • Select “A static page”.
  • In the “Front Page” drop-down, select the page you created earlier that has the “Front Page” template.
  • Click the “Save Changes” button.

Flexible subsidiary and front page widgets

You can use 1, 2, 3 or 4 widgets in subsidiary and front page widgets areas and the layout is still gonna look nice. The original idea having flexible and responsive widget areas is from Sukelius Theme.

Theme support

Support for the Eino theme is not offered on the WordPress support forums. There is a site called Foxnet Themes where support is offered for this theme.

Credits

Eino is build on Hybrid Core framework by Justin Tadlock.

Theme uses

Copyright & license

Eino is licensed under the GNU General Public License, version 2 or later (GPL).

This theme is copyrighted to Sami Keijonen.

2013 © Sami Keijonen. All rights reserved.