jQuery(function($) { // Menu $('#mobileMenuContainer').append($('#headerSearch').clone()); $('#mobileMenuContainer').append($('#menuGroup').clone()); $('#mobileMenuContainer').append($('#infoBlock .safirSocial').clone()); $('#mobileMenuContainer').append($('#languageSelector').clone()); $('#mobileMenuContainer #menu span.arrow').each(function() { $(this).insertBefore($(this).parent()); }); $('#menu li').each(function() { $('').prependTo($(this).find('a').first()); }); $('#menu li.menu-item-has-children>a').each(function() { $('').appendTo($(this)); }); $('#menu li.menu-item-has-children').each(function() { $('').appendTo($(this)); }); currentURL = window.location.href; currentMenuItem = $('#menu a[href="' + currentURL + '"]'); parentItem = currentMenuItem.closest('#menu>ul>li'); parentItem.addClass("active"); $("#menu .menu-item-has-children>span.mobilearrow").on("click", function (event) { if($(window).width() < 1100) { $(this).toggleClass("active").prev().slideToggle(); } }); $("#menu li a").click(function (event) { if($(window).width() < 1100 && $(this).parent().hasClass('menu-item-has-children') == false) { $("#mobileMenuContainer").slideUp(); $(".toggleMenu").addClass("close").removeClass("open"); } }); scrollPos = 0; $('.toggleMenu').click(function() { $("#mobileHeaderBlock .button.info").removeClass("active"); $("#infoBlock").slideUp(); if($('.toggleMenu').hasClass("open")) { $('.toggleMenu').css('display','none').fadeIn().addClass('close').removeClass('open'); $('body,html').animate({scrollTop:0}, 5); $('#mobileMenuContainer').slideUp(300, function() { $('body,html').animate({scrollTop:scrollPos}, 500); }); } else { scrollPos = $('body').scrollTop(); $('.toggleMenu').css('display','none').fadeIn().addClass('open').removeClass("close"); $('body,html').animate({scrollTop:0}, 5).promise().then(function() { $('#mobileMenuContainer').slideDown(300); }); } }); $('#menu .menu-item-has-children').hover(function() { if($(window).width() >= 1100) { $(this).find('.sub-menu').first().stop().slideDown(200); } }, function() { if($(window).width() >= 1100) { $(this).find('.sub-menu').first().slideUp(200); } }); $(window).resize(function() { if($(window).width() >= 1100) { $("#mobileMenuContainer").hide(); $(".toggleMenu").addClass("close").removeClass("open"); } }); currentURL = window.location.href; currentMenuItem = $('#menu a[href="' + currentURL + '"]'); parentItem = currentMenuItem.closest('#menu>ul>li'); parentItem.addClass("active"); // Header Search $("#headerSearch").hover(function() { $("#headerSearch input[type=text]").stop().show().animate({"width":"220px", "opacity":"1"}); }, function() { $("#headerSearch input[type=text]").stop().animate({"width":"0", "opacity":"0"}); }); // About Menu $('.aboutWidget.menuNewLine .menuBlock li .title .text').each(function(){ var me = $(this), t = me.text().split(' '); me.html( ''+t.shift()+' '+t.join(' ') ); }); // Map Info checkMapInfoPosition(); function checkMapInfoPosition() { if($(window).width() > 1230) { $('.contactWidget.homeWidget .infoBlock').css('right', ($(window).width() - 1140)/2 + 'px'); } } $(window).resize(function() { checkMapInfoPosition(); }); // SafirTop $('.safirTop').click(function() { $('body,html').animate({scrollTop:0},800); return false; }); // Mobile Info $('#mobileHeaderBlock .button.info').click(function() { $(this).toggleClass("active"); $("#infoBlock").slideToggle(); $('.toggleMenu').addClass('close').removeClass('open'); $('#mobileMenuContainer').slideUp(); }); // ARRANGEMENTS $(".safir-list ul li").wrapInner( "
"); $(".aboutWidget.nonClickable .menuBlock a").removeAttr('href'); $(".owl-carousel").closest(".safirWidget.homeWidget").find(".mainHeading .text").css("padding-right", "90px"); $(".owl-carousel").closest(".safirWidget.sidebarWidget").find(".mainHeading .text").css("padding-right", "40px"); $(".owl-carousel").closest("#related").find(".mainHeading .text").css("padding-right", "90px"); // FAQ $('.safir-faq .question').click(function() { $(this).stop().toggleClass('active').next().stop().slideToggle(600); }); // Switcher $("#switcher .icon").click(function() { if($(this).hasClass("active")) { $("#switcher").animate({"left":"-100px"}); } else { $("#switcher").animate({"left":"-1px"}); } $(this).toggleClass("active"); if($(this).hasClass("active")) alert("Site ana rengi ve ikinci rengi paletten seçip Siteye Uygula butonuna basınız."); }); if($('.switcherInput.input1').length) { $('.switcherInput.input1').minicolors({ change: function(hex, opacity) { $('.mainHeading .icon, .aboutWidget .menu li, #menu span.icon').css('color', hex); $('#infoBlock, footer, #headerSearch button, .safirOwlButtons .owl-nav div, aside .mainHeading').css('background', hex); }, }); } if($('.switcherInput.input2').length) { $('.switcherInput.input2').minicolors({ }); } // Contact Form $('
').prependTo('#contactBlock .form .safirForm p>span'); // Galleries $("body").keydown(function(e) { var $url; if(e.keyCode == 37) { $url = $('#single.attachment #gallery-links .prev a').attr('href'); } else if(e.keyCode == 39) { $url = $('#single.attachment #gallery-links .next a').attr('href'); } if($url != null) { window.location = $url + "#main"; } }); // CUSTOM CODES $("a[rel^='external']").attr("target","_blank"); // EFFECTS $('.safirSocial li, .thumb img').hover(function() { $(this).stop().animate({'opacity':'0.85'}); }, function() { $(this).stop().animate({'opacity':'1'}); }); // IFRAMES VIDEOS $(".reading iframe[src*='youtube']").wrap('
'); // CUSTOM MENU $('
').prependTo('.safirCustomMenu.sub-closed>div>ul>li.menu-item-has-children'); $('.icon.toggle').click(function() { $(this).closest('.safirCustomMenu').find('>ul>li>.sub-menu').slideUp(); if($(this).hasClass('active')) { firstClick = false; } else { firstClick = true; } $(this).closest('.safirCustomMenu').find('.icon.active').removeClass('active'); if(firstClick) { $(this).addClass('active'); } $(this).next().next().stop().slideToggle(); }); currentCustomMenuItem = $('.safirCustomMenu a[href="' + currentURL + '"]'); currentCustomMenuItem.find('.title').parent().addClass("active"); customParentItem = currentCustomMenuItem.closest('.menu>li'); customParentItem.find('.sub-menu').slideDown(); customParentItem.find('.icon.toggle').addClass('active'); // OWL $(".galleryWidget.homeWidget .owl-carousel, .categoriesWidget.homeWidget .owl-carousel, .advancedPostsWidget3.homeWidget .owl-carousel, .crewWidget.homeWidget .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, rewind:true, rewindNav:true, responsive:{ 0:{ items:1, nav:true }, 401:{ items:2, nav:true }, 501:{ items:3, nav:true }, 769:{ items:4, nav:true }, } }); $(".crewWidget.sidebarWidget .owl-carousel, .galleryWidget.sidebarWidget .owl-carousel, .categoriesWidget.sidebarWidget .owl-carousel, .advancedPostsWidget3.sidebarWidget .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, rewind:true, rewindNav:true, responsive:{ 0:{ items:1, nav:true }, 401:{ items:2, nav:true }, 501:{ items:3, nav:true }, 769:{ items:1, nav:true }, } }); $(".advancedPostsWidget1.homeWidget .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, navText:"", rewind:true, rewindNav:true, responsive:{ 0:{ items:1, nav:true }, 401:{ items:2, nav:true }, 501:{ items:3, nav:true }, 769:{ items:4, nav:true, } } }); $(".advancedPostsWidget1.sidebarWidget .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, navText:"", rewind:true, rewindNav:true, responsive:{ 0:{ items:1, nav:true }, 401:{ items:2, nav:true }, 501:{ items:3, nav:true }, 769:{ items:4, nav:true, } } }); $(".referencesWidget.homeWidget .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, navText:"", rewind:true, rewindNav:true, responsive:{ 0:{ items:2, nav:true }, 550:{ items:3, nav:true }, 769:{ items:4, nav:true }, 1000:{ items:5, nav:true, } } }); $(".referencesWidget.sidebarWidget .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, navText:"", rewind:true, rewindNav:true, responsive:{ 0:{ items:2, nav:true }, 550:{ items:3, nav:true }, 769:{ items:2, nav:true }, } }); $(".referencesWidget.gallery.homeWidget .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, navText:"", rewind:true, rewindNav:true, responsive:{ 0:{ items:1, nav:true }, 600:{ items:3, nav:true }, 1000:{ items:5, nav:true, } } }); $(".referencesWidget.gallery.sidebarWidget .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, navText:"", rewind:true, rewindNav:true, responsive:{ 0:{ items:1, nav:true }, } }); $("#related .owl-carousel").owlCarousel({ loop:false, navText:"", autoplay:true, autoplayTimeout:6000, autoplayHoverPause:true, navText:"", rewind:true, rewindNav:true, responsive:{ 0:{ items:1, nav:true }, 320:{ items:2, nav:true }, 600:{ items:3, nav:true }, } }); // SIDEBAR if($("body").hasClass("stickyMenu")) { safirAdditionalMarginTop = 90; } else { safirAdditionalMarginTop = 30; } !function(a){a.fn.theiaStickySidebar=function(b){var c={containerSelector:"",additionalMarginTop:safirAdditionalMarginTop,additionalMarginBottom:0,updateSidebarHeight:!0,minWidth:0};b=a.extend(c,b),b.additionalMarginTop=parseInt(b.additionalMarginTop)||0,b.additionalMarginBottom=parseInt(b.additionalMarginBottom)||0,a("head").append(a('')),this.each(function(){function f(){c.fixedScrollTop=0,c.sidebar.css({"min-height":"1px"}),c.stickySidebar.css({position:"static",width:""})}function g(b){var c=b.height();return b.children().each(function(){c=Math.max(c,a(this).height())}),c}var c={};c.sidebar=a(this),c.options=b||{},c.container=a(c.options.containerSelector),0==c.container.size()&&(c.container=c.sidebar.parent()),c.sidebar.parents().css("-webkit-transform","none"),c.sidebar.css({position:"relative",overflow:"visible","-webkit-box-sizing":"border-box","-moz-box-sizing":"border-box","box-sizing":"border-box"}),c.stickySidebar=c.sidebar.find(".theiaStickySidebar"),0==c.stickySidebar.length&&(c.sidebar.find("script").remove(),c.stickySidebar=a("
").addClass("theiaStickySidebar").append(c.sidebar.children()),c.sidebar.append(c.stickySidebar)),c.marginTop=parseInt(c.sidebar.css("margin-top")),c.marginBottom=parseInt(c.sidebar.css("margin-bottom")),c.paddingTop=parseInt(c.sidebar.css("padding-top")),c.paddingBottom=parseInt(c.sidebar.css("padding-bottom"));var d=c.stickySidebar.offset().top,e=c.stickySidebar.outerHeight();c.stickySidebar.css("padding-top",1),c.stickySidebar.css("padding-bottom",1),d-=c.stickySidebar.offset().top,e=c.stickySidebar.outerHeight()-e-d,0==d?(c.stickySidebar.css("padding-top",0),c.stickySidebarPaddingTop=0):c.stickySidebarPaddingTop=1,0==e?(c.stickySidebar.css("padding-bottom",0),c.stickySidebarPaddingBottom=0):c.stickySidebarPaddingBottom=1,c.previousScrollTop=null,c.fixedScrollTop=0,f(),c.onScroll=function(c){if(c.stickySidebar.is(":visible")){if(a("body").width()c.container.width())return void f();var d=a(document).scrollTop(),e="static";if(d>=c.container.offset().top+(c.paddingTop+c.marginTop-c.options.additionalMarginTop)){var m,h=c.paddingTop+c.marginTop+b.additionalMarginTop,i=c.paddingBottom+c.marginBottom+b.additionalMarginBottom,j=c.container.offset().top,k=c.container.offset().top+g(c.container),l=0+b.additionalMarginTop,n=c.stickySidebar.outerHeight()+h+i0?Math.min(q,l):Math.max(q,m-c.stickySidebar.outerHeight()),q=Math.max(q,o),q=Math.min(q,p-c.stickySidebar.outerHeight());var s=c.container.height()==c.stickySidebar.outerHeight();e=(s||q!=l)&&(s||q!=m-c.stickySidebar.outerHeight())?d+q-c.sidebar.offset().top-c.paddingTop<=b.additionalMarginTop?"static":"absolute":"fixed"}if("fixed"==e)c.stickySidebar.css({position:"fixed",width:c.sidebar.width(),top:q,left:c.sidebar.offset().left+parseInt(c.sidebar.css("padding-left"))});else if("absolute"==e){var t={};"absolute"!=c.stickySidebar.css("position")&&(t.position="absolute",t.top=d+q-c.sidebar.offset().top-c.stickySidebarPaddingTop-c.stickySidebarPaddingBottom),t.width=c.sidebar.width(),t.left="",c.stickySidebar.css(t)}else"static"==e&&f();"static"!=e&&1==c.options.updateSidebarHeight&&c.sidebar.css({"min-height":c.stickySidebar.outerHeight()+c.stickySidebar.offset().top-c.sidebar.offset().top+c.paddingBottom}),c.previousScrollTop=d}},c.onScroll(c),a(document).scroll(function(a){return function(){a.onScroll(a)}}(c)),a(window).resize(function(a){return function(){a.stickySidebar.css({position:"static"}),a.onScroll(a)}}(c))})}}(jQuery); $('aside').theiaStickySidebar(); // Sticky Menu !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){var b=Array.prototype.slice,c=Array.prototype.splice,d={topSpacing:0,bottomSpacing:0,className:"is-sticky",wrapperClassName:"sticky-wrapper",center:!1,getWidthFrom:"",widthFromWrapper:!0,responsiveWidth:!1,zIndex:"auto"},e=a(window),f=a(document),g=[],h=e.height(),i=function(){for(var b=e.scrollTop(),c=f.height(),d=c-h,i=b>d?d-b:0,j=0,k=g.length;k>j;j++){var l=g[j],m=l.stickyWrapper.offset().top,n=m-l.topSpacing-i;if(l.stickyWrapper.css("height",l.stickyElement.outerHeight()),n>=b)null!==l.currentTop&&(l.stickyElement.css({width:"",position:"",top:"","z-index":""}),l.stickyElement.parent().removeClass(l.className),l.stickyElement.trigger("sticky-end",[l]),l.currentTop=null);else{var o=c-l.stickyElement.outerHeight()-l.topSpacing-l.bottomSpacing-b-i;if(0>o?o+=l.topSpacing:o=l.topSpacing,l.currentTop!==o){var p;l.getWidthFrom?p=a(l.getWidthFrom).width()||null:l.widthFromWrapper&&(p=l.stickyWrapper.width()),null==p&&(p=l.stickyElement.width()),l.stickyElement.css("width",p).css("position","fixed").css("top",o).css("z-index",l.zIndex),l.stickyElement.parent().addClass(l.className),null===l.currentTop?l.stickyElement.trigger("sticky-start",[l]):l.stickyElement.trigger("sticky-update",[l]),l.currentTop===l.topSpacing&&l.currentTop>o||null===l.currentTop&&o=q.offset().top+q.outerHeight()&&l.stickyElement.offset().top<=l.topSpacing;r?l.stickyElement.css("position","absolute").css("top","").css("bottom",0).css("z-index",""):l.stickyElement.css("position","fixed").css("top",o).css("bottom","").css("z-index",l.zIndex)}}},j=function(){h=e.height();for(var b=0,c=g.length;c>b;b++){var d=g[b],f=null;d.getWidthFrom?d.responsiveWidth&&(f=a(d.getWidthFrom).width()):d.widthFromWrapper&&(f=d.stickyWrapper.width()),null!=f&&d.stickyElement.css("width",f)}},k={init:function(b){var c=a.extend({},d,b);return this.each(function(){var b=a(this),e=b.attr("id"),f=e?e+"-"+d.wrapperClassName:d.wrapperClassName,h=a("
").attr("id",f).addClass(c.wrapperClassName);b.wrapAll(function(){return 0==a(this).parent("#"+f).length?h:void 0});var i=b.parent();c.center&&i.css({width:b.outerWidth(),marginLeft:"auto",marginRight:"auto"}),"right"===b.css("float")&&b.css({"float":"none"}).parent().css({"float":"right"}),c.stickyElement=b,c.stickyWrapper=i,c.currentTop=null,g.push(c),k.setWrapperHeight(this),k.setupChangeListeners(this)})},setWrapperHeight:function(b){var c=a(b),d=c.parent();d&&d.css("height",c.outerHeight())},setupChangeListeners:function(a){if(window.MutationObserver){var b=new window.MutationObserver(function(b){(b[0].addedNodes.length||b[0].removedNodes.length)&&k.setWrapperHeight(a)});b.observe(a,{subtree:!0,childList:!0})}else a.addEventListener("DOMNodeInserted",function(){k.setWrapperHeight(a)},!1),a.addEventListener("DOMNodeRemoved",function(){k.setWrapperHeight(a)},!1)},update:i,unstick:function(b){return this.each(function(){for(var b=this,d=a(b),e=-1,f=g.length;f-->0;)g[f].stickyElement.get(0)===b&&(c.call(g,f,1),e=f);-1!==e&&(d.unwrap(),d.css({width:"",position:"",top:"","float":"","z-index":""}))})}};window.addEventListener?(window.addEventListener("scroll",i,!1),window.addEventListener("resize",j,!1)):window.attachEvent&&(window.attachEvent("onscroll",i),window.attachEvent("onresize",j)),a.fn.sticky=function(c){return k[c]?k[c].apply(this,b.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.sticky"):k.init.apply(this,arguments)},a.fn.unstick=function(c){return k[c]?k[c].apply(this,b.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.sticky"):k.unstick.apply(this,arguments)},a(function(){setTimeout(i,0)})}); jQuery('.stickyMenu #header').sticky({topSpacing:0, zIndex: 9990}); jQuery('.stickyMenu #header').on('sticky-start', function() { jQuery('.stickyMenu #header').addClass("sticked"); jQuery('.desktop.stickyMenu header').animate({"height":"66px"},300); }); jQuery('.stickyMenu #header').on('sticky-end', function() { jQuery('.stickyMenu #header').removeClass("sticked"); jQuery('.desktop.stickyMenu header').animate({"height":"86px"},300); }); // END });