(function($) { "use strict"; if ($.fn.menumaker) { $("#cssmenu").menumaker({ title: "Menu", // The text of the button which toggles the menu breakpoint: 991, // The breakpoint for switching to the mobile view format: "multitoggle" // It takes three values: dropdown for a simple toggle menu, select for select list menu, multitoggle for a menu where each submenu can be toggled separately }); var siteNavigation = $('#cssmenu').children('ul'); siteNavigation.find('a').on('focus blur', function() { $(this).parents('.menu-item, .page_item').toggleClass('focus'); }); } $('table').addClass('table-bordered table').wrap('
'); $(window).on('scroll', function(){ var topspace = $(this).scrollTop(); if (topspace > 1) { $('.menu-area').addClass("sticky-menu"); } else { $('.menu-area').removeClass("sticky-menu"); } if (topspace > 300) { $('.scrooltotop').css('display', 'block'); }else{ $('.scrooltotop').css('display', 'none'); } }); jQuery(window).on('load', function(){ $('.scrooltotop').css('display', 'none'); $('.masonaryactive').masonry({ itemSelector : '.blog-grid-layout', }); $('#preloader').fadeOut('slow', function() { $(this).remove(); }); }); $('.scrooltotop').click(function(){ $('html,body').animate({ scrollTop: 0 }, 'slow'); return false; }); $('.contact-form').parents('.entry-content').addClass('contact-form-parent'); $('.tagcloud a').removeAttr('style'); $('.related-post-sldider').owlCarousel({ items:2, nav: true, autoplay: true, navText: ["", ""], smartSpeed: 1000, margin: 30, rewind: true, dots: false, responsive : { 0 : { items: 1, }, // breakpoint from 480 up 480 : { items: 1, margin: 15 }, // breakpoint from 768 up 768 : { items: 1, }, 992 : { items: 2, } } }); $('.flickr_gallery').owlCarousel({ items:8, nav: true, autoplay: true, navText: ["", ""], smartSpeed: 1000, margin: 0, rewind: true, dots: false, responsive : { 0 : { items: 2, }, // breakpoint from 480 up 480 : { items: 1, margin: 0 }, // breakpoint from 768 up 768 : { items: 4, }, 992 : { items: 8, } } }); $('.navigation.pagination').addClass('Page navigation example'); $('.navigation.pagination div.nav-links').wrapInner('