我在一個酒店預訂欄添加了一個php包含到wordpress頁面。預訂酒吧現在隱藏我的菜單下拉項隱藏在php後面的下拉菜單項包括
這裏是訂票欄測試頁:http://www.claridge.com/test/
下面是一個頁面,而在酒吧,所以你可以看到下拉菜單:http://www.claridge.com/rooms/
我試着設置z索引,但沒有奏效。
任何幫助,將不勝感激!
我在一個酒店預訂欄添加了一個php包含到wordpress頁面。預訂酒吧現在隱藏我的菜單下拉項隱藏在php後面的下拉菜單項包括
這裏是訂票欄測試頁:http://www.claridge.com/test/
下面是一個頁面,而在酒吧,所以你可以看到下拉菜單:http://www.claridge.com/rooms/
我試着設置z索引,但沒有奏效。
任何幫助,將不勝感激!
你有你的測試頁面上的一堆錯誤,並且菜單是由腳本運行
所以,什麼是錯的,那麼它不會跑
修復以下錯誤或去看看它放在你自己調試控制檯
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.claridge.com/resources/demos/style.css
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox.js?ver=1.0:4
Uncaught TypeError: Cannot set property 'media' of undefined jquery.fancybox-media.js:39
Uncaught TypeError: Cannot set property 'thumbs' of undefined jquery.fancybox-thumbs.js:26
Uncaught TypeError: undefined is not a function jquery.fitvids.js?ver=1.0:78
Uncaught TypeError: Cannot read property 'msie' of undefined superfish.js?ver=1.0:63
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.claridge.com/resources/demos/style.css
您的腳本錯誤嘗試刪除這條線
<script>
$(function() {
$("#datepicker").datepicker();
});
</script>
你PROB需要使用的,而不是$
jQuery的同時添加alert();
如果這是工作那麼你的代碼應該運行
您還包括jQuery的
首先很多版本全部,檢查Validator results。你會看到你至少有31個錯誤(它會停止搜索)。現在,您將在第245行和第246行看到您正在關閉</body>
和</html>
標記,但您的頁面幾乎不會啓動。解決這些問題,它會正常工作,基本上你不會加載腳本,因爲你過早地結束你的網頁