Forum Replies Created

Viewing 1 replies (of 1 total)
  • hi all,
    There is a solution.
    First, find the file: product-image.php (woocommerce/templates/single-product/product-image.php) and find line 36:

    <div class=”<?php echo esc_attr( implode( ‘ ‘, array_map( ‘sanitize_html_class’, $wrapper_classes ) ) ); ?>” data-columns=”<?php echo esc_attr( $columns ); ?>” style=”opacity: 0; transition: opacity .25s ease-in-out;”>

    opacity: 0 –> opacity: 1

    The problem was solved.

    • This reply was modified 7 years, 2 months ago by luntwmail.
    • This reply was modified 7 years, 2 months ago by luntwmail.
Viewing 1 replies (of 1 total)