这是分配给我的网站,请你帮我解决滑块我不知道导致错误的原因。
答案 0 :(得分:1)
你的jquery的路径是错误的,修复它。检查wp_enqueue_script可能路径错误,找到正确的目录并进行更改。
您也可以在header.php文件中搜索它,这就是您的头脑:
<head>
<script src="jquery-1.12.2.min.js"></script> <!--this line is wrong!-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Cabin:400,500,400italic,600,700|Sanchez' rel='stylesheet' type='text/css'>
<title>Kent CNC - CNC Machining Centers and Turning Centers</title>
我认为没有使用wp_enqueue_script来设置它。找到它的位置并设置正确的路径。