Sitede 17 farklı js eklentisi var.Çakışma olmaması mucize olurdu.Tema sahibine danışın en iyisi.
hocam mucize olmuş sistem yapısına bakmadan gelişi güzel yorum yapmayın base.js
$(document).ready(function(){$(".tab_content").hide();$("ul.tabs li:first").addClass("active").show();
$(".tab_content:first").show();$("ul.tabs li").click(
function(){$("ul.tabs li").removeClass("active");
$(this).addClass("active");
$(".tab_content").hide({fx:{height:'toggle',opacity:'toggle'}});
var activeTab=$(this).find("a").attr("href");
$(activeTab).fadeIn();return false;});});
bu alanı
$(document).ready(function(){$(".tab_content").hide();$("ul.tabs li:first").addClass("active").show();
$(".tab_content:first").show();$("ul.tabs li").click(function(){
$("ul.tabs li").removeClass("active");
$(this).addClass("active");
var indis = $(this).index();
$(".tab_content").hide();
$(".tab_content:eq("+indis+")").fadeIn();
return false;
});});
bununla değiştirin yeterli olacaktır :)
İletişim: OsmanErdem@mail.com.tr (MSN+Facebook+Twitter+mail)
Bi teşekkür yeterli