質問編集履歴

3

コードの追加

2019/07/01 05:14

投稿

HozDer
HozDer

スコア25

test CHANGED
File without changes
test CHANGED
@@ -126,6 +126,96 @@
126
126
 
127
127
  ```
128
128
 
129
+ ```php
130
+
131
+
132
+
133
+ <?php get_header(); ?>
134
+
135
+ <!-- home -->
136
+
137
+ <main class="container">
138
+
139
+ <div class="carousel slide justify-content-center p-5 m-5 pb-n5 mb-n5" data-ride="carousel">
140
+
141
+ <div class="carousel-inner">
142
+
143
+ <div class="carousel-item active">
144
+
145
+ <img class="d-block w-100 " src="<?php echo get_template_directory_uri(); ?>img/mikan.PNG" alt="First slide">
146
+
147
+ </div>
148
+
149
+ <div class="carousel-item">
150
+
151
+ <img class="d-block w-100" src="<?php echo get_template_directory_uri(); ?>img/phone.PNG" alt="Second slide">
152
+
153
+ </div>
154
+
155
+ <div class="carousel-item">
156
+
157
+ <img class="d-block w-100" src="<?php echo get_template_directory_uri(); ?>img/umebosi.jpg" alt="Third slide">
158
+
159
+ </div>
160
+
161
+ </div>
162
+
163
+ </div>
164
+
165
+ <div class="container">
166
+
167
+ <div class="justify-content-center p-5 m-5 pt-n5 mt-n5">
168
+
169
+ <h4 class="information h5 mb-3 p-2 w-100 bg-light">お知らせ</h4>
170
+
171
+ <table class="table w-100">
172
+
173
+ <tbody>
174
+
175
+ <tr>
176
+
177
+ <th class="w-25">2019/06/29</th><th class="w-50">お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・</th>
178
+
179
+ </tr>
180
+
181
+ <tr>
182
+
183
+ <th class="w-25">2019/06/29</th><th class="w-50">お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・</th>
184
+
185
+ </tr>
186
+
187
+ <tr>
188
+
189
+ <th class="w-25">2019/06/29</th><th class="w-50">お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・</th>
190
+
191
+ </tr>
192
+
193
+ <tr>
194
+
195
+ <th class="w-25">2019/06/29</th><th class="w-50">お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・</th>
196
+
197
+ </tr>
198
+
199
+ <tr>
200
+
201
+ <th class="w-25">2019/06/29</th><th class="w-50">お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・お知らせです・・・</th>
202
+
203
+ </tr>
204
+
205
+ </tbody>
206
+
207
+ </table>
208
+
209
+ </div>
210
+
211
+ </div>
212
+
213
+ </main>
214
+
215
+ <?php get_footer(); ?>
216
+
217
+ ```
218
+
129
219
  footer.php
130
220
 
131
221
  ```php

2

フッター解決しました。

2019/07/01 05:14

投稿

HozDer
HozDer

スコア25

test CHANGED
File without changes
test CHANGED
@@ -369,3 +369,11 @@
369
369
  ### 補足情報(FW/ツールのバージョンなど)
370
370
 
371
371
  Windows10 Bootstrap4 mixhost
372
+
373
+
374
+
375
+ ###追加編集
376
+
377
+ あと、フッター部分に関する質問もしていましたがこちらは、管理画面にあるテーマエディターにあるCSSを変更したところ解決できました。
378
+
379
+ 以前にテストで作っていたCSSがそのまま継承されていたようです。

1

エラーコードがありましたので追加します。

2019/07/01 05:09

投稿

HozDer
HozDer

スコア25

test CHANGED
File without changes
test CHANGED
@@ -32,9 +32,9 @@
32
32
 
33
33
 
34
34
 
35
-
35
+ ###エラー
36
+
36
-
37
+ ![![イメージ説明](3078101f0b2b3426ddde9ebc96a53823.png)](20d12c8337d4694b663b19e938e0691c.png)
37
-
38
38
 
39
39
 
40
40