質問編集履歴

2

エラーメッセージについて追記

2023/05/12 01:48

投稿

loving
loving

スコア52

test CHANGED
File without changes
test CHANGED
@@ -161,6 +161,10 @@
161
161
  opacity: 1;
162
162
  }
163
163
  ```
164
+ ### エラーメッセージ
165
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2023-05-12/c3f9d87a-e08c-47e9-af24-212af6b7b4d9.png)
166
+ とあるので調べると外部jsが読み込まれていないんでしょうか?スライダーの機能は動いてはいるのですが。
167
+
164
168
  ### 試したこと
165
169
  .slick-slide{
166
170
  width:33%;

1

試したことの追記

2023/05/12 01:39

投稿

loving
loving

スコア52

test CHANGED
File without changes
test CHANGED
@@ -167,6 +167,25 @@
167
167
  }
168
168
  にしても意味ありませんでした。
169
169
 
170
+ また、
171
+ <head>
172
+ <meta charset="UTF-8">
173
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
174
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
175
+
176
+
177
+
178
+ <!-- slick_CSS -->
179
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css" rel="stylesheet" />
180
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css" rel="stylesheet" />
181
+ <!-- jQuery -->
182
+ <script src="https://code.jquery.com/jquery-3.5.0.js"></script>
183
+ <!-- slick_JS -->
184
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/ajax-loader.gif"></script>
185
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
186
+ <link rel="stylesheet" href="swiper.css">
170
187
 
188
+ <title>スワイパー</title>
189
+ </head>
190
+ ↑このように、<link rel="stylesheet" href="swiper.css">をheadの一番下に読み込ませても意味ありませんでした。
171
191
 
172
-