New Landing How can we help? Themeforest Theme Support Neighborhood Product Overlay Transition

Viewing 2 posts - 1 through 2 (of 2 total)
  • #47665
    Osmomisl
    Member
    Post count: 4

    Hello, I’m not using Product Overlay Transition on my web site but second pic is still loading when the site loads (see it when it slow connection) so is it possible to decline next pic loading to save users traffic and get site loads faster?

    Baghunter.ru

    Thanks in advance

    #48727
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit content-product.php at /neighbourhood/woocommerce/

    1 - Find this code at line 114 
    echo '<div class="product-image">'.wp_get_attachment_image( $attachment_id, 'shop_catalog' ).'</div>';
    
    Comment this code like this 
    //echo '<div class="product-image">'.wp_get_attachment_image( $attachment_id, 'shop_catalog' ).'</div>';
    
    2- Find this code at line 125
    echo '<div class="product-image">'.$image_html.'</div>';
    
    Comment this code like this
    
    //echo '<div class="product-image">'.$image_html.'</div>';
    
    2- Find this code at line 165
    echo '<div class="product-image">'.$image_html.'</div>';
    
    Comment this code like this
    
    //echo '<div class="product-image">'.$image_html.'</div>'; 
    
    It will fix your issue sure . 
    
    
Viewing 2 posts - 1 through 2 (of 2 total)

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

License required for the following item
Login and Registration Log in · Register