Hi!
That CSS:
.woocommerce div.product > .entry-title {
display: none;
}
just removed both product titles. I would like to keep the bold product title on the right. When I removed that CSS, the titles were still gone and I’m wondering if it has anything to do with the changes made to content-single-product.php:
We replaced:
<div class=”summary-top clearfix”>
<div itemprop=”offers” itemscope itemtype=”http://schema.org/Offer”>
with:
<div class=”summary-top clearfix”>
<div class=”entry-title” itemprop=”name”><h1><?php the_title(); ?></h1></div>
<div itemprop=”offers” itemscope itemtype=”http://schema.org/Offer”>
I have serious problem with the WooCommerce translations via WPML after updating theme, Woo and WPML too by the way. But that’s a different problem that I’m trying to get support from WPML about. All I did was to edit product description in Swedish for the diver and then updating the English product description of it. ALL variations on that English version of the product then just disappeared. WPML doesn’t seem to know why this happens to my site.