Title: benjezza's Replies | WordPress.org

---

# benjezza

  [  ](https://wordpress.org/support/users/benjezza/)

 *   [Profile](https://wordpress.org/support/users/benjezza/)
 *   [Topics Started](https://wordpress.org/support/users/benjezza/topics/)
 *   [Replies Created](https://wordpress.org/support/users/benjezza/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/benjezza/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/benjezza/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/benjezza/engagements/)
 *   [Favorites](https://wordpress.org/support/users/benjezza/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Big problem: orders not showing up in backoffice, but visible in database](https://wordpress.org/support/topic/big-problem-orders-not-showing-up-in-backoffice-but-visible-in-database/)
 *  [benjezza](https://wordpress.org/support/users/benjezza/)
 * (@benjezza)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/big-problem-orders-not-showing-up-in-backoffice-but-visible-in-database/#post-5440801)
 * 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…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] change slider effects?](https://wordpress.org/support/topic/change-slider-effects/)
 *  [benjezza](https://wordpress.org/support/users/benjezza/)
 * (@benjezza)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-slider-effects/#post-3942891)
 * 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/](http://br.bingorabbit.com/2013/03/overriding-twitter-bootstrap-carousel-animation/)

Viewing 2 replies - 1 through 2 (of 2 total)