Any updates on this??? My client is getting some orders but not all and I cannot for the life of me work out why??? We are recieving Paypal notification that payment has been made, however there is no information collected in WooCommerce backend or in database at all??? Please help…
You can add:
.carousel .item {
-webkit-transition: .7s ease-in-out opacity;
-moz-transition: .7s ease-in-out opacity;
-ms-transition: .7s ease-in-out opacity;
-o-transition: .7s ease-in-out opacity;
transition: .7s ease-in-out opacity;
left: 0 !important;
}
.carousel .active.left, .carousel .active.right {
opacity: 0;
z-index: 2;
}
/* ...and only if you're using the prev/next buttons */
.carousel .next.left, .carousel .prev.right {
opacity: 1;
z-index: 1;
}
to the custom css section of customizr 🙂 found this at http://br.bingorabbit.com/2013/03/overriding-twitter-bootstrap-carousel-animation/