Xing v1.0.1 details
-------------------

1. Added default/native support for WP e-commerce plugin.
2. Added Vimeo video support to the Slider.


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

If using Xing v1.0, kindly add replace following files to the xing/ folder:

xing/functions.php
xing/includes/shortcodes/shortcodes.php
xing/includes/shortcodes/js/slider_sc.js
xing/js/froogaloop2.min.js


Style Changes
-------------

Open style.css file and look for the following rules inside Section 12. Miscellaneous > Make iFrame and Embeds reponsive:

/* Make iFrame and Embeds reponsive */
.embed_wrap { position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden ; margin-bottom:18px }
.embed_wrap iframe, .embed_wrap object, .embed_wrap embed { position:absolute; top:0; left:0; width:100%; height:100% }

Change this to:

/* Make iFrame and Embeds reponsive */
.embed_wrap { position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden ; margin-bottom:18px }
.flexslider .embed_wrap { padding-top:0; margin-bottom:0 }
.embed_wrap iframe, .embed_wrap object, .embed_wrap embed { position:absolute; top:0; left:0; width:100%; height:100% }