10/10/2018, 10:09
Wordpress, các tab ko hoạt động?
Tôi dùng theme wordpress muốn hỏi các bạn tại sao các tab bài viết nổi bật, nhật xét, chú ý ko hiển thị bài viết? Mong ae chỉ giúp. Đây là site của tôi: http://home.thoitrangnamgioi.com (các tab nằm vùng bên phải)
Đây là đoạn code của nó, các bạn xem giúp có lỗi gì không nhé!
Cảm ơn nhiều!
Đây là đoạn code của nó, các bạn xem giúp có lỗi gì không nhé!
Cảm ơn nhiều!
PHP Code:
</script>
<script type="text/javascript" src="http://home.thoitrangnamgioi.com/wp-content/themes/ttng/includes/js/jquery.easing.min.js"></script>
<script type="text/javascript" src="http://home.thoitrangnamgioi.com/wp-content/themes/ttng/includes/js/jquery.lavalamp.min.js"></script>
<script type="text/javascript" src="http://home.thoitrangnamgioi.com/wp-content/themes/ttng/includes/js/tabs.js"></script>
<script type="text/javascript" src="http://home.thoitrangnamgioi.com/wp-content/themes/ttng/includes/js/superfish.js"></script>
<script type="text/javascript" src="http://home.thoitrangnamgioi.com/wp-content/themes/ttng/includes/js/jquery.bgiframe.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($){
$(".nav2")
.superfish({
animation : { opacity:"show",height:"show"}
})
.find(">li:has(ul)") /* .find(">li***91;ul***93;") in jQuery less than v1.2*/
.mouseover(function(){
$("ul", this).bgIframe({opacity:false});
})
.find("a")
.focus(function(){
$("ul", $(".nav>li:has(ul)")).bgIframe({opacity:false});
/* $("ul", $(".nav>li***91;ul***93;")).bgIframe({opacity:false});
in jQuery less than v1.2*/
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$(".cats-list")
.superfish({
animation : { opacity:"show",height:"show"}
})
.find(">li:has(ul)") /* .find(">li***91;ul***93;") in jQuery less than v1.2*/
.mouseover(function(){
$("ul", this).bgIframe({opacity:false});
})
.find("a")
.focus(function(){
$("ul", $(".nav>li:has(ul)")).bgIframe({opacity:false});
/* $("ul", $(".nav>li***91;ul***93;")).bgIframe({opacity:false});
in jQuery less than v1.2*/
});
});
</script>
<script type="text/javascript">
$(function() {
$("#lavaLamp, #2, #3").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
return true;
}
});
});
</script>
Bài liên quan
Source File: http://home.thoitrangnamgioi.com/
Line: 688
Source File: http://home.thoitrangnamgioi.com/wp-...tools.v1.11.js
Line: 3
Theme cũng tạm được nhưng nhìn hơi thiếu chuyên nghiệp!