質問編集履歴

1

HTMLを追加しました。

2017/10/06 03:14

投稿

sleeeep12
sleeeep12

スコア36

test CHANGED
File without changes
test CHANGED
@@ -86,6 +86,78 @@
86
86
 
87
87
 
88
88
 
89
+ ```
90
+
91
+ <div class="Plan_stay_button">
92
+
93
+ <div class="Plan_stay_button_1">
94
+
95
+ <img class="Plan_stay_button_background1 Hide" src="<?php echo esc_url(get_template_directory_uri());?>/works/img/plan/plan-switch1.png" alt="">
96
+
97
+ <?php $locale = get_locale();
98
+
99
+ if ('ja' == $locale ) { ?>
100
+
101
+ <p class="Plan_stay_button_text1">4月 〜 10月 ◀︎</p>
102
+
103
+ <?php } else { ?>
104
+
105
+ <p class="Plan_stay_button_text1">April to October ◀︎</p>
106
+
107
+ <?php } ?>
108
+
109
+ </div>
110
+
111
+ <div class="Plan_stay_button_2">
112
+
113
+ <div class="Plan_stay_button_2_click">
114
+
115
+ </div>
116
+
117
+ <img class="Plan_stay_button_background2" src="<?php echo esc_url(get_template_directory_uri());?>/works/img/plan/plan-switch2.png" alt="">
118
+
119
+ <?php $locale = get_locale();
120
+
121
+ if ('ja' == $locale ) { ?>
122
+
123
+ <p class="Plan_stay_button_text2">11月 〜 3月 ◀︎</p>
124
+
125
+ <?php } else { ?>
126
+
127
+ <p class="Plan_stay_button_text2">November to March ◀︎</p>
128
+
129
+ <?php } ?>
130
+
131
+ </div>
132
+
133
+ </div>
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+ <svg version="1.1" id="canvas" class="Plan_other_illust Plan_other_absolute svgPlan" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
142
+
143
+ y="0px" viewBox="0 0 1000 520.2" style="enable-background:new 0 0 1000 520.2;" xml:space="preserve">
144
+
145
+ [...]
146
+
147
+ </svg>
148
+
149
+
150
+
151
+ <svg version="1.1" id="canvas2" class="Plan_winter_illust Plan_winter_absolute svgPlan" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
152
+
153
+ y="0px" viewBox="0 0 1000 520.2" style="enable-background:new 0 0 1000 520.2;" xml:space="preserve">
154
+
155
+ [...]
156
+
157
+ </svg>
158
+
159
+ ```
160
+
89
161
 
90
162
 
91
163
  気になったのが、複数あるページのうちの1つにだけそのsvgを扱っていて、そのページでは開発ツールはエラーを言って来ません。