Hi there!
First of all, I have to say that GeneratePress is an amazing theme. I have started using it in every project I develop with excellent results.
Recently I have discovered a curious fact when yesterday I updated woocommerce to latest version 2.4.8
All of a sudden woocommerce breadcrumbs appeared in shop and products pages. At first I didn’t know if it was because of a GeneratePress update or Woocommerce. I only mention it in order for you to know it. With earlier versions of Woocommerce and GeneratePress, breadcrumbs didn’t showed.
Another change I have detected is that now, the css:
.woocommerce .entry-content, .woocommerce .product .entry-summary { margin-top: 0; } is used in every GeneratePress page with higer priority than the generic page css
.page-content, .entry-content, .entry-summary { margin: 2em 0 0; }
This makes the titles to be very near to the page content. I have fix it with custom css but just wanted to know if again is something wrong wiyh Woocommerce or with GeneratePress.
Regards
Daniel