質問編集履歴
1
エラー内容の更新
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -2,7 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
サイトリニューアルの際に、ロリポップの管理画面でSSL設定を行い、wordpressの管理画面のサイトURLもhttps:に変更をしたら、レイアウト崩れが起きてしまいました...
|
|
4
4
|
|
|
5
|
+
### エラー
|
|
6
|
+
Uncaught ReferenceError: FooBox is not defined
|
|
7
|
+
at <anonymous>:8:41
|
|
8
|
+
at (index):602
|
|
9
|
+
VM304:8 Uncaught ReferenceError: FooBox is not defined
|
|
5
10
|
|
|
11
|
+
Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR
|
|
12
|
+
wp-embed.min.js:1 Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
### 試そうとしていること
|
|
7
16
|
下記の質問者さんと同じことを行えば、直るのではと考えております。
|
|
8
17
|
https://teratail.com/questions/113841
|