Siteye girdikten sonra ikinci sekme olan "Upload Javascript Files" bölümünden birleştirmek istediğiniz js dosyalarını ekleyin ve "upload and compress" butonuna tıklayın.
yani bu gibi tüm sayfaların altındaki kodları oraya yapıştırıcam o bana tek bi js vericek öle mi?
<script type='text/javascript'>
jQuery(document).ready(function($){
$(".fancybox").fancybox({
helpers : {
title: {
type: 'inside'
}
}
});
});
</script>
<script type="text/javascript">
jQuery(document).ready(function() {
var owl = $("#recent-posts");
owl.owlCarousel({
itemsCustom : [
[0, 1],
[450, 1],
[600, 2],
[700, 2],
[1000, 2],
[1200, 2],
[1400, 2],
[1600, 2]
],
navigation : false
});
$("#portfolio3").owlCarousel({
autoPlay: false, //Set AutoPlay to 3 seconds
items : 2,
itemsDesktop : [1199,2],
itemsDesktopSmall : [979,2]
});
$(".clients").owlCarousel({
autoPlay: true, //Set AutoPlay to 3 seconds
items : 6,
itemsDesktop : [1199,4],
itemsDesktopSmall : [600,4],
itemsMobile : [300,2]
});
});
</script>