3
2

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 5 years have passed since last update.

WordPressのメディアライブラリでサムネイルが表示されない

Posted at

症状

  • 投稿や固定ページに「この画像には alt 属性が指定されておらず、ファイル名は XXX です」が出る
  • メディアライブラリでサムネイルが表示されない

image.png

結論

設定→一般 からサイトのアドレス(スキーム)を確認する.httpsサイトのはずがhttpになっていた.

image.png

調査

Google Chromeの開発者ツールでリクエストを確認した.

image.png

301がレスポンスで返されている.リクエストURLをよく見ると http://... になっている.リダイレクトされて納得できる.

対処

設定→一般 からサイトのアドレス(スキーム)を修正する.

image.png

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?