| Server IP : 77.68.25.176 / Your IP : 216.73.216.24 Web Server : Apache System : Linux plesk 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 User : dwp ( 10001) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/dazzlingwebplanet.co.uk/mg.dazzlingwebplanet.com/soyachap-web/assets/js/ |
Upload File : |
/**
* Template Name: Bocor - v2.2.0
* Template URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
!(function ($) {
"use strict";
// Smooth scroll for the navigation menu and links with .scrollto classes
$(document).on("click", ".nav-menu a, .mobile-nav a, .scrollto", function (
e
) {
if (
location.pathname.replace(/^\//, "") ==
this.pathname.replace(/^\//, "") &&
location.hostname == this.hostname
) {
var target = $(this.hash);
if (target.length) {
e.preventDefault();
var scrollto = target.offset().top;
$("html, body").animate(
{
scrollTop: scrollto,
},
1500,
"easeInOutExpo"
);
if ($(this).parents(".nav-menu, .mobile-nav").length) {
$(".nav-menu .active, .mobile-nav .active").removeClass("active");
$(this).closest("li").addClass("active");
}
if ($("body").hasClass("mobile-nav-active")) {
$("body").removeClass("mobile-nav-active");
$(".mobile-nav-toggle i").toggleClass(
"icofont-navigation-menu icofont-close"
);
$(".mobile-nav-overly").fadeOut();
}
return false;
}
}
});
// Mobile Navigation
if ($(".nav-menu").length) {
var $mobile_nav = $(".nav-menu").clone().prop({
class: "mobile-nav d-lg-none",
});
$("body").append($mobile_nav);
$("body").prepend(
'<button type="button" class="mobile-nav-toggle d-lg-none"><i class="icofont-navigation-menu"></i></button>'
);
$("body").append('<div class="mobile-nav-overly"></div>');
$(document).on("click", ".mobile-nav-toggle", function (e) {
$("body").toggleClass("mobile-nav-active");
$(".mobile-nav-toggle i").toggleClass(
"icofont-navigation-menu icofont-close"
);
$(".mobile-nav-overly").toggle();
});
$(document).on("click", ".mobile-nav .drop-down > a", function (e) {
e.preventDefault();
$(this).next().slideToggle(300);
$(this).parent().toggleClass("active");
});
$(document).click(function (e) {
var container = $(".mobile-nav, .mobile-nav-toggle");
if (!container.is(e.target) && container.has(e.target).length === 0) {
if ($("body").hasClass("mobile-nav-active")) {
$("body").removeClass("mobile-nav-active");
$(".mobile-nav-toggle i").toggleClass(
"icofont-navigation-menu icofont-close"
);
$(".mobile-nav-overly").fadeOut();
}
}
});
} else if ($(".mobile-nav, .mobile-nav-toggle").length) {
$(".mobile-nav, .mobile-nav-toggle").hide();
}
// Back to top button
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$(".back-to-top").fadeIn("slow");
} else {
$(".back-to-top").fadeOut("slow");
}
});
$(".back-to-top").click(function () {
$("html, body").animate(
{
scrollTop: 0,
},
1500,
"easeInOutExpo"
);
return false;
});
// Porfolio isotope and filter
$(window).on("load", function () {
var portfolioIsotope = $(".portfolio-container").isotope({
itemSelector: ".portfolio-item",
layoutMode: "fitRows",
});
$("#portfolio-flters li").on("click", function () {
$("#portfolio-flters li").removeClass("filter-active");
$(this).addClass("filter-active");
portfolioIsotope.isotope({
filter: $(this).data("filter"),
});
aos_init();
});
// Initiate venobox (lightbox feature used in portofilo)
$(document).ready(function () {
$(".venobox").venobox();
});
});
// Portfolio details carousel
$(".portfolio-details-carousel").owlCarousel({
autoplay: true,
dots: true,
loop: true,
items: 1,
});
// Init AOS
function aos_init() {
AOS.init({
duration: 800,
easing: "ease-in-out",
once: true,
});
}
$(window).on("load", function () {
aos_init();
});
})(jQuery);