fixed some areas

This commit is contained in:
2026-05-08 18:50:37 +05:30
parent e7e38bca75
commit 3c0798defa
14 changed files with 1246 additions and 7353 deletions

View File

@@ -609,6 +609,13 @@
$header.addClass('header-visible-scrolled');
}
});
// Ensure sticky header works on custom non-Elementor pages
if (typeof sticky_element_activate === 'function') {
$('.sticky-container-on').each(function() {
sticky_element_activate($(this));
});
}
});
})(jQuery);
</script>