質問編集履歴

5

エラーの追記

2018/04/19 08:50

投稿

yokotate
yokotate

スコア12

test CHANGED
File without changes
test CHANGED
@@ -84,6 +84,30 @@
84
84
 
85
85
 
86
86
 
87
+ ### エラー
88
+
89
+
90
+
91
+ Chromeのコンソールのエラー表示
92
+
93
+
94
+
95
+ ```ここに言語名を入力
96
+
97
+ Uncaught TypeError: Cannot read property 'tagName' of null
98
+
99
+ at mfpToggle (mailformpro.cgi:1836)
100
+
101
+ at Array.<anonymous> (mailformpro.cgi:1867)
102
+
103
+ at Object.MailformPro.extend.run (mailformpro.cgi:357)
104
+
105
+ at HTMLInputElement.e.onblur (mailformpro.cgi:235)
106
+
107
+ ```
108
+
109
+
110
+
87
111
  ### 試した事
88
112
 
89
113
 

4

タグの修正

2018/04/19 08:50

投稿

yokotate
yokotate

スコア12

test CHANGED
File without changes
test CHANGED
File without changes

3

記載不足による加筆修正

2018/04/19 08:28

投稿

yokotate
yokotate

スコア12

test CHANGED
File without changes
test CHANGED
@@ -37,6 +37,22 @@
37
37
 
38
38
 
39
39
  ```ここに言語名を入力
40
+
41
+ <script type='text/javascript' src='/wp/wp-content/plugins/wordpress-popular-posts/public/js/wpp.js?ver=4.0.12'></script>
42
+
43
+ <script type='text/javascript' src='/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
44
+
45
+ <script type='text/javascript' src='/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
46
+
47
+ <script type='text/javascript' src='/wp/wp-content/themes/virtue/assets/js/vendor/modernizr.min.js'></script>
48
+
49
+ ```
50
+
51
+
52
+
53
+ ```ここに言語名を入力
54
+
55
+
40
56
 
41
57
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
42
58
 
@@ -86,6 +102,12 @@
86
102
 
87
103
 
88
104
 
105
+ jQuery ver1.12.4だとDatepickerが動かなかったので、ver1.9.1を読み込んでいます。
106
+
107
+ 1.12.4のほうはワードプレスの方で設定しているテンプレート(?)のようなものなので、
108
+
109
+ 新たに1.9.1を読み込んでいます。
110
+
89
111
 
90
112
 
91
113
 

2

試したことの追記。

2018/04/19 08:17

投稿

yokotate
yokotate

スコア12

test CHANGED
File without changes
test CHANGED
@@ -68,6 +68,16 @@
68
68
 
69
69
 
70
70
 
71
+ ### 試した事
72
+
73
+
74
+
75
+ メールフォームプロCGIの関与しない部分(<form>タグ外、メールフォームプロCGIが組み込まれていないページ)では正常に動作します。
76
+
77
+
78
+
79
+
80
+
71
81
  ### 補足情報(FW/ツールのバージョンなど)
72
82
 
73
83
 

1

ご指摘の通り、タグミスでしたのでタグ修正をしました。

2018/04/19 08:01

投稿

yokotate
yokotate

スコア12

test CHANGED
File without changes
test CHANGED
File without changes