0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Woocommerceの個別プロダクトページで商品画像が表示されない時の応急対処法

Posted at

ワードプレスでオリジナルテーマのECサイトを作る際にwoocommerceプラグインを適用したのですが、商品の個別ページで商品画像が表示されない不具合を発見しました。

日本語での解決法が見つからなかったため、英語でググったところ応急的な対処法がありましたので取り急ぎ共有いたします。

以下のコードをcssファイルに追加してください。

.woocommerce div.product div.images.woocommerce-product-gallery {
    opacity: 1!important; 
}

もし、この方法でも表示されない方がいましたらお知らせください。
なお、Woocommerce対応テーマである「Storefront」では上記コードがなくても問題なく表示されます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?