****************************************** Blanc WordPress theme for Welcart ****************************************** [Usage Guide] Author:Mamekko Last updated:2014.5.06 -----contents----- 0. Preparation 1. Top page 2. Archive page 3. Single item page 4. Usage of Plugins ----------------- This Theme is distributed under GNU GPLv3 lisence. For your usage, you are considered to have agreed GPLv3 lisence terms. http://www.gnu.org/licenses/gpl.html [0. Preparation] *Categories Please sort item posts for sale into 'item' category which is automatically set by welcart plugin, and sort blog posts into 'blog' category. * Default thumbnail for blog archive page On blog archive page, this theme shows thumbnails automatically from 'post-thumbnail', otherwise one of attached images. But when any post-thumbnail or attachment is found, no-image.jpg (in /img/ folder) is shown as the thumbnail of the post. We recommend you to replace no-image.jpg with your own. [1. Top page] *How to set slider images 1. Prepare images of 1600px x 400px. 2. Go Apparance, choose Header. 3. Choose the images you want to show. 4. All uploaded images will be shown as slider. *'What's new' Box New marchandises within 15 days are shown in randam order. If you want to change the period, open front-page.php then change the number of "strtotime('-15 days')" on line 22. *'Recommended' Box Marchandises in 'itemreco' are shown in randam order. * In case you choose Front page displays > A static page Page article (without title) will be shown between 'What's new' and 'Recommended' Boxes. You can add bunners or images from the static page editor. * In case you choose Front page displays > Your latest posts Between 'What's new' and 'Recommended' Boxes, 8 items except new items and recommended items would be shown in randam order. [2. Archive page] *Thumbnails Priority of the thumbnails: 1. post-thumbnail, 2. one of the attached images, then 3. no-image.jpg in /img/ folder. *Number of posts to show - 'item' category : 12 posts - other categories (such as blog posts) : the number you set at 'Blog pages show at most' in 'Reading Settings'. *Tags It is recommendable not to share same tags between 'item' posts and 'blog' posts. When a same tag is tagged for 2 of those, 'blog' archive template is applied. [3. Single item page] *Images of marchandises In single page, the width of images is around 553px. Prepare the images which width is at least 553px. [4. Usage of Plugins] This theme has functions of 'breadcrumbs', 'related marchandises', 'pagination' or 'Light box' etc. Please avoid usage of those kinds of plugins because it can cause troubles. *For the language of jQuery-Validation-Engine: If you wish to change the language of input validation in cart/member page, follows the 4 steps as below; 1. Download jQuery-Validation-Engine files from https://github.com/posabsolute/jQuery-Validation-Engine. 2. Find language files in /js/language folder and copy the one you need. 3. Set the language file into theme /blanc/js folder. 4. Open functions.php. In line 72, there is a path for language file. Change the path from jquery.validationEngine-en.js to jquery.validationEngine-xx.js (xx is your language file suffix.).