New Landing How can we help? Themeforest Theme Support Neighborhood WooCommerce single product shows fullwidth product image after update

Viewing 10 posts - 16 through 25 (of 25 total)
  • #196654
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I followed instruction of Ed as suggested at previous reply to resolve the issue.
    Thanks
    Mohammad

    #196673
    lobsterass
    Member
    Post count: 386

    Hi again!

    Now the product title shows twice: http://monroedesign.se/shop-vaggdekor/vindlov/

    I have this css for it but the unwanted title on the left side is still there now, after updating the theme.

    .woocommerce div.product .entry-title {
     display: block;
     margin-bottom: 40px;
    }

    #196676
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.
    -Rui

    #196678
    lobsterass
    Member
    Post count: 386

    But it is not. I have two titles on each product now. I don’t want the left one to show.

    #196681
    lobsterass
    Member
    Post count: 386
    This reply has been marked as private.
    #197350
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce div.product > .entry-title {
        display: none;
    }

    – Kyle

    #197528
    lobsterass
    Member
    Post count: 386

    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”&gt;

    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”&gt;

    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.

    #197892
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue by using given below custom css code:-

    .summary-top > .entry-title{display:block !important;}

    Thanks
    Mohammad

    #197986
    lobsterass
    Member
    Post count: 386

    Ah! GREAT Mohammad! Perfect. Thank you very much!

    <3

    #197988
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

Viewing 10 posts - 16 through 25 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register