0

我有一个为客户构建的 wp-ecommerce 支持的 wordpress 网站。

只有 Internet Explorer 浏览器有问题。单品单页单品图片消失,无法显示图片,但源码中仍有明显的img代码。

这是 wpsc-single_product.php 文件中图像占位符的代码:

<div class="image" style="display: table; width:360; margin: auto;height: 430px; position: relative; overflow: hidden; ">

<a href="<?php echo wpsc_the_product_permalink(); ?>">
      <img style="height: auto; max-height:100%; max-width:100%; margin: 0px auto; overflow:hidden;" class="product_image" id="product_image_<?php echo wpsc_the_product_id(); ?>" alt="<?php echo wpsc_the_product_title(); ?>" title="<?php echo wpsc_the_product_title(); ?>" src="<?php echo wpsc_the_product_thumbnail(get_option('product_image_width'),get_option('product_image_height'),'','single'); ?>"/>
</a>

</div>

如果有人可以帮助我们解决问题,以便在单个产品页面中准确显示图像,我将不胜感激。

谢谢你。

4

0 回答 0