Food list image error
-
The image did not appear in the list.
So I modified the code.
If you see the same problem, please refer/wp-content/plugins/food-store/templates/single-product/product-image.php
before : $thumbnail_src = wp_get_attachment_image_src( $post_thumbnail_id, ‘woocommerce_thumbnail’ );
after : $thumbnail_src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ‘full’, false, ” );
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
The topic ‘Food list image error’ is closed to new replies.