var breeze_prefetch = {"local_url":"https://www.bangaloreanx.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
https://www.bangaloreanx.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://www.bangaloreanx.com/wp-includes/js/jquery/jquery.min.js
https://www.bangaloreanx.com/wp-includes/js/jquery/jquery-migrate.min.js
Icontweaker
IconTweaker is more than just a design tool; it's a catalyst for creativity in the digital age. By democratizing access to advanced icon design capabilities, IconTweaker empowers both professionals and hobbyists to produce high-quality visual content. This not only enhances user experiences but also contributes to the aesthetic and functional quality of digital products.
In the quest for digital excellence, details matter, and icons are no exception. IconTweaker stands out as a valuable ally in the design process, offering a blend of functionality, flexibility, and ease of use. Whether you're looking to create a cohesive brand image or simply add a personal touch to your digital projects, IconTweaker is an indispensable tool that unlocks new possibilities in icon design. IconTweaker
IconTweaker is an innovative software application that allows users to design, tweak, and customize icons with unprecedented ease. Whether you're a professional designer aiming to create a cohesive visual brand or a developer looking to add a personal touch to your application, IconTweaker offers a comprehensive suite of tools to bring your vision to life. IconTweaker is more than just a design tool;
In the realm of digital design, icons play a pivotal role in enhancing user experience, providing visual cues that guide users through interfaces with ease and intuitiveness. However, creating icons that are not only visually appealing but also uniquely tailored to specific needs can be a challenge. This is where IconTweaker comes into play, a powerful tool designed to revolutionize the way we create, customize, and deploy icons. In the quest for digital excellence, details matter,
var mshare_vars = {"rest_url":"https://www.bangaloreanx.com/wp-json/mshare/v1/click","nonce":"d09a331dc7"};
//# sourceURL=mshare-js-js-extra
https://www.bangaloreanx.com/wp-content/plugins/mshare_v2.1/assets/js/mshare.js
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/mvpcustom.js
jQuery(document).ready(function($) {
var leaderHeight = $("#mvp-leader-wrap").outerHeight();
var navHeight = $("#mvp-main-head-wrap").outerHeight();
var headerHeight = navHeight + leaderHeight;
var previousScroll = 0;
$(window).scroll(function(event){
var scroll = $(this).scrollTop();
if ( typeof leaderHeight !== "undefined" ) {
if ($(window).scrollTop() > headerHeight){
$("#mvp-main-nav-small").addClass("mvp-nav-small-fixed");
$("#mvp-main-body-wrap").css("margin-top", navHeight );
} else {
$("#mvp-main-nav-small").removeClass("mvp-nav-small-fixed");
$("#mvp-main-body-wrap").css("margin-top","0");
}
if ($(window).scrollTop() > headerHeight + 50){
$("#mvp-main-nav-small").addClass("mvp-fixed");
$("#mvp-main-nav-small").addClass("mvp-fixed-shadow");
$(".mvp-fly-top").addClass("mvp-to-top");
if(scroll < previousScroll) {
$("#mvp-main-nav-small").removeClass("mvp-soc-mob-up");
$("#mvp-soc-mob-wrap").removeClass("mvp-soc-mob-up");
$(".mvp-drop-nav-title").removeClass("mvp-nav-small-post");
$(".mvp-nav-menu").show();
} else {
$("#mvp-main-nav-small").addClass("mvp-soc-mob-up");
$("#mvp-soc-mob-wrap").addClass("mvp-soc-mob-up");
$(".mvp-drop-nav-title").addClass("mvp-nav-small-post");
$(".mvp-nav-menu").hide();
}
} else {
$("#mvp-main-nav-small").removeClass("mvp-fixed");
$("#mvp-main-nav-small").removeClass("mvp-fixed-shadow");
$(".mvp-fly-top").removeClass("mvp-to-top");
}
} else {
if ($(window).scrollTop() > navHeight){
$("#mvp-main-nav-small").addClass("mvp-nav-small-fixed");
$("#mvp-main-body-wrap").css("margin-top", navHeight );
} else {
$("#mvp-main-nav-small").removeClass("mvp-nav-small-fixed");
$("#mvp-main-body-wrap").css("margin-top","0");
}
if ($(window).scrollTop() > navHeight + 50){
$("#mvp-main-nav-small").addClass("mvp-fixed");
$("#mvp-main-nav-small").addClass("mvp-fixed-shadow");
$(".mvp-fly-top").addClass("mvp-to-top");
if(scroll < previousScroll) {
$("#mvp-main-nav-small").removeClass("mvp-soc-mob-up");
$("#mvp-soc-mob-wrap").removeClass("mvp-soc-mob-up");
$(".mvp-drop-nav-title").removeClass("mvp-nav-small-post");
$(".mvp-nav-menu").show();
} else {
$("#mvp-main-nav-small").addClass("mvp-soc-mob-up");
$("#mvp-soc-mob-wrap").addClass("mvp-soc-mob-up");
$(".mvp-drop-nav-title").addClass("mvp-nav-small-post");
$(".mvp-nav-menu").hide();
}
} else {
$("#mvp-main-nav-small").removeClass("mvp-fixed");
$("#mvp-main-nav-small").removeClass("mvp-fixed-shadow");
$(".mvp-fly-top").removeClass("mvp-to-top");
}
}
previousScroll = scroll;
});
});
jQuery(document).ready(function($) {
// Video Post Scroll
$(window).on("scroll.video", function(event){
var scrollTop = $(window).scrollTop();
var elementOffset = $("#mvp-content-wrap").offset().top;
var distance = (elementOffset - scrollTop);
var aboveHeight = $("#mvp-video-embed-wrap").outerHeight();
if ($(window).scrollTop() > distance + aboveHeight + screen.height){
$("#mvp-video-embed-cont").addClass("mvp-vid-fixed");
$("#mvp-video-embed-wrap").addClass("mvp-vid-height");
$(".mvp-video-close").show();
} else {
$("#mvp-video-embed-cont").removeClass("mvp-vid-fixed");
$("#mvp-video-embed-wrap").removeClass("mvp-vid-height");
$(".mvp-video-close").hide();
}
});
$(".mvp-video-close").on("click", function(){
$("#mvp-video-embed-cont").removeClass("mvp-vid-fixed");
$("#mvp-video-embed-wrap").removeClass("mvp-vid-height");
$(".mvp-video-close").hide();
$(window).off("scroll.video");
});
});
jQuery(document).ready(function($) {
// Mobile Social Buttons More
$(".mvp-soc-mob-right").on("click", function(){
$("#mvp-soc-mob-wrap").toggleClass("mvp-soc-mob-more");
});
});
jQuery(document).ready(function($) {
$(".menu-item-has-children a").click(function(event){
event.stopPropagation();
});
$(".menu-item-has-children").click(function(){
$(this).addClass("toggled");
if($(".menu-item-has-children").hasClass("toggled"))
{
$(this).children("ul").toggle();
$(".mvp-fly-nav-menu").getNiceScroll().resize();
}
$(this).toggleClass("tog-minus");
return false;
});
// Main Menu Scroll
$(".mvp-fly-nav-menu").niceScroll({cursorcolor:"#888",cursorwidth: 7,cursorborder: 0,zindex:999999});
});
//# sourceURL=mvp-custom-js-after
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/scripts.js
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/retina.js
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/flexslider.js
https://www.bangaloreanx.com/wp-includes/js/comment-reply.min.js
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/firebase-init.js
https://www.bangaloreanx.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
document.addEventListener("DOMContentLoaded", function () {
window.lazyLoadInstance = new LazyLoad({
elements_selector: ".br-lazy",
data_src: "breeze",
data_srcset: "brsrcset",
data_sizes: "brsizes",
class_loaded: "br-loaded",
threshold: 300,
});
});
//# sourceURL=breeze-lazy-js-after
window.addEventListener("DOMContentLoaded",(e=>{document.querySelectorAll('img[loading="lazy"]').forEach((e=>{e.getBoundingClientRect().top<=window.innerHeight&&(e.loading="eager")}))}));