November 3, 2013 at 1:29 pm
Dear Bean,
I have some trouble with the new version 1.7.0 and wordpress 3.7.1 and Woocommerce 2.18
A) The design of the selection tools in the product list :woocommerce-ordering headerfont is completly different. I prefer the oldest. I have check the css but seems to be the same
B) I use YITH Woocommerce Featured Video (if you have a better idea) to display a video as product picture. With the new template it’s impossible to display the video in 16:9. It stays 4:4 and the video is displayed on other product pictures
I had to desactivate the YITH Css in order to have the possibilty to display the video in 4:4
.product-video2 {position: relative; padding-bottom:56.25%; /* 16:9 */ padding-top:0px; height:0;max-width:100%;}
.product-video.dailymotion embed, .product-video2.youtube embed, .product-video.vimeo object, .product-video2 iframe {position: absolute; top: 0;left: 0;width: 100%;height: 100%; }
.woocommerce span.onsale, .woocommerce-page span.onsale { z-index: 10; }
Let me know if you have some advices…