File: /home/storage/162/3480162/user/htdocs/wp-content/themes/new-blog/js/new-blog.js
jQuery(document).ready(function(){
jQuery('.banner').slick({
dots: false,
infinite: true,
arrows:true,
speed: 1000,
slidesToShow: 1,
autoplay:true,
slidesToScroll: 1,
fade: true
});
});
jQuery(document).ready(function(){
jQuery('.post-slider').slick({
dots: true,
infinite: true,
arrows: false,
speed: 1000,
slidesToShow: 1,
autoplay:true,
slidesToScroll: 1
});
});
jQuery(document).ready(function(){
jQuery('.instagram .row').slick({
dots: false,
infinite: true,
arrows:false,
speed: 500,
slidesToShow: 6,
autoplay:true,
slidesToScroll: 1,
fade: false,
swipeToSlide: true,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 5,
slidesToScroll: 1
}
},
{
breakpoint: 992,
settings: {
slidesToShow: 4,
slidesToScroll: 1
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 3,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 2,
slidesToScroll: 1
}
}
]
});
});
jQuery(document).ready(function(){
jQuery('.related-posts .row').slick({
dots: true,
infinite: true,
arrows:false,
speed: 500,
slidesToShow: 2,
autoplay:true,
slidesToScroll: 1,
fade: false,
swipeToSlide: true,
responsive: [
{
breakpoint: 768,
settings: {
slidesToShow: 1
}
}
]
});
});
jQuery(function () {
jQuery('a[href="#search"]').on('click', function(event) {
event.preventDefault();
jQuery('#search').addClass('open');
jQuery('#search > form > input[type="search"]').focus();
});
jQuery('#search, #search button.close').on('click keyup', function(event) {
if (event.target == this || event.target.className == 'close' || event.keyCode == 27) {
jQuery(this).removeClass('open');
}
});
});
// jQuery('[data-sidenav]').sidenav();
(function(jQuery) {
"use strict";
jQuery(document).on('ready', function() {
/*====================================
Scrool Up
======================================*/
jQuery.scrollUp({
scrollName: 'scrollUp', // Element ID
scrollDistance: 800, // Distance from top/bottom before showing element (px)
scrollFrom: 'top', // 'top' or 'bottom'
scrollSpeed: 1000, // Speed back to top (ms)
animationSpeed: 200, // Animation speed (ms)
scrollTrigger: false, // Set a custom triggering element. Can be an HTML string or jQuery object
scrollTarget: false, // Set a custom target element for scrolling to. Can be element or number
scrollText: ["<i class='fa fa-arrow-circle-up'></i>"], // Text for element, can contain HTML
scrollTitle: false, // Set a custom <a> title if required.
scrollImg: false, // Set true to use image
activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
zIndex: 2147483647 // Z-Index for the overlay
});
});
if(jQuery('#scroll-top div').hasClass('col-lg-12')) {
jQuery('.wp-block-image.alignfull img').css('max-width','116%' ) ;
jQuery('.wp-block-image.alignfull img').css('width','116%');
jQuery('.wp-block-image.alignfull img').css('margin-left','-8.5%');
jQuery('.wp-block-columns.alignfull').css('max-width','125%' ) ;
jQuery('.wp-block-columns.alignfull').css('width','125%');
jQuery('.wp-block-columns.alignfull').css('margin-left','-12.5%');
jQuery('.wp-block-group.alignfull').css('max-width','125%' ) ;
jQuery('.wp-block-group.alignfull').css('width','125%');
jQuery('.wp-block-group.alignfull').css('margin-left','-12.5%');
jQuery('.wp-block-media-text.alignfull').css('margin-left','-12.5%' ) ;
jQuery('.wp-block-media-text.alignfull').css('width','125%');
jQuery('.wp-block-cover.alignfull').css('margin-left','-12.5%' ) ;
jQuery('.wp-block-cover.alignfull').css('width','125%');
// Alignwide
jQuery('.wp-block-image.alignwide').css('max-width','115%');
jQuery('.wp-block-image.alignwide').css('width','115%');
jQuery('.wp-block-image.alignwide').css('margin-left','-7.5%');
jQuery('.wp-block-media-text.alignwide').css('margin-left','-7.5%' ) ;
jQuery('.wp-block-media-text.alignwide').css('width','115%');
jQuery('.wp-block-columns.alignwide').css('margin-left','-7.5%' ) ;
jQuery('.wp-block-columns.alignwide').css('width','115%');
jQuery('.wp-block-group.alignwide').css('margin-left','-7.5%' ) ;
jQuery('.wp-block-group.alignwide').css('width','115%');
jQuery('.wp-block-cover.alignfull .alignwide').css('margin-left','0%' ) ;
jQuery('.wp-block-cover.alignfull .alignwide').css('width','100%');
/** for post gallery */
jQuery('.detail-block .thumb-body ul.wp-block-gallery.alignwide').css('max-width','112%');
jQuery('.detail-block .thumb-body ul.wp-block-gallery.alignwide').css('width','112%');
jQuery('.detail-block .thumb-body ul.wp-block-gallery.alignwide').css('margin-left','-6%');
jQuery('.detail-block .thumb-body figure.wp-block-gallery.alignwide').css('max-width','112%');
jQuery('.detail-block .thumb-body figure.wp-block-gallery.alignwide').css('width','112%');
jQuery('.detail-block .thumb-body figure.wp-block-gallery.alignwide').css('margin-left','-6%');
jQuery('.detail-block .thumb-body ul.wp-block-gallery.alignfull').css('max-width','125%');
jQuery('.detail-block .thumb-body ul.wp-block-gallery.alignfull').css('width','125%');
jQuery('.detail-block .thumb-body ul.wp-block-gallery.alignfull').css('margin-left','-12.5%');
jQuery('.detail-block .thumb-body figure.wp-block-gallery.alignfull').css('max-width','125%');
jQuery('.detail-block .thumb-body figure.wp-block-gallery.alignfull').css('width','125%');
jQuery('.detail-block .thumb-body figure.wp-block-gallery.alignfull').css('margin-left','-12.5%');
/** for page gallery */
jQuery('#scroll-top .entry-content ul.wp-block-gallery.alignwide').css('max-width','112%');
jQuery('#scroll-top .entry-content ul.wp-block-gallery.alignwide').css('width','112%');
jQuery('#scroll-top .entry-content ul.wp-block-gallery.alignwide').css('margin-left','-6%');
jQuery('#scroll-top .entry-content figure.wp-block-gallery.alignwide').css('max-width','112%');
jQuery('#scroll-top .entry-content figure.wp-block-gallery.alignwide').css('width','112%');
jQuery('#scroll-top .entry-content figure.wp-block-gallery.alignwide').css('margin-left','-6%');
jQuery('#scroll-top .entry-content ul.wp-block-gallery.alignfull').css('max-width','125%');
jQuery('#scroll-top .entry-content ul.wp-block-gallery.alignfull').css('width','125%');
jQuery('#scroll-top .entry-content ul.wp-block-gallery.alignfull').css('margin-left','-12.5%');
jQuery('#scroll-top .entry-content figure.wp-block-gallery.alignfull').css('max-width','125%');
jQuery('#scroll-top .entry-content figure.wp-block-gallery.alignfull').css('width','125%');
jQuery('#scroll-top .entry-content figure.wp-block-gallery.alignfull').css('margin-left','-12.5%');
}
jQuery('#main_nav ul a:last').focusout(function(){
if(screen.width < 992 || jQuery( window ).width() < 992 ){
jQuery('#main_nav ul:first').addClass('unique-main-menu');
jQuery('.unique-main-menu').hide();
jQuery('#collapse-1').removeClass('show');
jQuery(".navbar-toggler").focus();
}
});
var width = jQuery(window).width();
jQuery(window).on('resize', function() {
if (jQuery(this).width() !== width) {
width = jQuery(this).width();
if( width < 992 ){
jQuery('.unique-main-menu').hide();
}
if( width > 991 ){
jQuery('.unique-main-menu').show();
}
}
});
jQuery(".navbar-toggler").on('click',function(){
jQuery('#main_nav ul.navbar-nav').show();
});
jQuery('.navbar-toggler').focusin(function() {
if (jQuery('#collapse-1').hasClass('show') ){
jQuery('#main_nav ul:first').addClass('unique-main-menu');
jQuery('.unique-main-menu').hide();
jQuery('#collapse-1').removeClass('show');
jQuery(".navbar-toggler").focus();
}
});
})(jQuery);
/** prevent scroll to top if there is hash on menu*/
( function( jQuery ) {
jQuery( 'a[href="#"]' ).click( function(e) {
e.preventDefault();
} );
jQuery('.post-arrow ').click(function(){
jQuery('.left-float-post ').css('left','-400px');
});
jQuery('.post-arrow ').click(function(){
jQuery('.right-float-post ').css('right','-400px');
});
jQuery('.post-close').click(function(){
var id = jQuery(this).attr('id');
jQuery('.'+id).hide();
});
})(jQuery);
// added for smooth scroll effect
document.addEventListener('DOMContentLoaded', function() {
// Initialize Lenis
const lenis = new Lenis({
});
function raf(time) {
lenis.raf(time);
requestAnimationFrame(raf);
}
requestAnimationFrame(raf);
});
// end