New Landing How can we help? Themeforest Theme Support Neighborhood product and 1st gallery images displayed instead of Product Image Only

Viewing 6 posts - 31 through 36 (of 36 total)
  • #110646
    4boards
    Member
    Post count: 37

    This is what we have in lines 49-64 of CHILD THEME/woocommerce/content-product.php;

    <li <?php post_class( $classes ); ?>>

    <?php do_action( ‘woocommerce_before_shop_loop_item’ ); ?>

    <?php if ($product_overlay_transition) {
    if ($overlay_transition_type == “slideleft”) { ?>
    <figure class=”product-transition-alt”>
    <?php } else if ($overlay_transition_type == “fade”) { ?>
    <figure class=”product-transition-fade”>
    <?php } else { ?>
    <figure class=”product-transition”>
    <?php }
    ?>
    <?php } else { ?>
    <figure>
    <?php } ?>

    Does your code replace this? need to go in before or after?

    Sorry to be a pain, am fairly IT savvy but not familiar with PHP and site developer is not currently available.

    #110742
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    I’ve updated the code from the file you attached – http://pastie.org/private/vfpwodckjfukaeswwovkqa

    Please copy that into the content-product.php file in your child theme

    – Ed

    #110783
    4boards
    Member
    Post count: 37

    We will upgrade to woocommerce 2.2 and check images then, if any issues, will implement code in this topic.

    Happy to close.

    Thanks for all your help.

    #110808
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

    #117539
    4boards
    Member
    Post count: 37

    Updates completed, issue resolved.

    #117541
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great

    – Kyle

Viewing 6 posts - 31 through 36 (of 36 total)

You must be logged in to reply to this topic.