-------------------
Xing v1.0.5 details
-------------------

1. Theme made compatible with WooCommerce 2.0+
2. Fixed contact page headers formatting
3. Fixed active tabs css
4. Fixed breadcrumbs bug for attachment pages
5. Fixed meta viewport tag when responsive css disabled
6. Moved stylesheet and threaded comments script calls in functions.php


--------------------
Files to add/replace
--------------------

If using Xing v1.0.4, kindly add/replace following files inside the 'xing/' theme folder:

header.php
functions.php
css/admin.css
includes/breadcumbs.php
includes/theme-admin-options.php
templates/page-contact.php
xing/woocommerce/account-bar.php
xing/woocommerce/woocommerce-hooks.php
xing/woocommerce/woocommerce-custom.css
xing/woocommerce/shop/breadcrumb.php
xing/woocommerce/shop/sidebar.php
xing/woocommerce/shop/wrapper-end.php
xing/woocommerce/shop/wrapper-start.php
xing/woocommerce/images/valid.png
xing/woocommerce/images/invalid.png


-----------
CSS Changes
-----------

Some changes were also made in style.css file. Kindly add these rules at the end of style.css file:

/* Breadcrumbs */
.breadcrumbs,
.woocommerce-breadcrumb {
	position:relative;
	font-size:11px;
	line-height:18px;
	color:#888;
	margin:-2px 0 18px
}

.breadcrumbs a,
.woocommerce-breadcrumb a {
	color:#555
}

.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
	color:#222
}

ul.ss_tabs li.ui-tabs-active a { 
	background:#fff;
	color:#333;
	border-bottom-color:#fff;
}